Milestone 4

Authors

Nithya Cheemalamarri

Mikayla Resendez

Maddie Cicero

Julie Jones

Published

November 10, 2023

── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr     1.1.3     ✔ readr     2.1.4
✔ forcats   1.0.0     ✔ stringr   1.5.0
✔ ggplot2   3.4.3     ✔ tibble    3.2.1
✔ lubridate 1.9.3     ✔ tidyr     1.3.0
✔ purrr     1.0.2     
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
# A tibble: 6 × 26
          id url      region region_url price  year manufacturer model condition
       <dbl> <chr>    <chr>  <chr>      <dbl> <dbl> <chr>        <chr> <fct>    
1 7309219844 https:/… roano… https://r… 36900  2018 chevrolet    tahoe excellent
2 7311803304 https:/… kansa… https://k…  8950  2017 nissan       alti… excellent
3 7310964536 https:/… india… https://i… 16875  2015 ford         fusi… like new 
4 7309533524 https:/… shrev… https://s… 34899  2015 chevrolet    3500… <NA>     
5 7305145742 https:/… monte… https://m…  9688  2015 chevrolet    mali… <NA>     
6 7313377144 https:/… brain… https://b… 22500  2015 chevrolet    colo… <NA>     
# ℹ 17 more variables: cylinders <chr>, fuel <chr>, odometer <dbl>,
#   title_status <chr>, transmission <chr>, VIN <chr>, drive <chr>, size <chr>,
#   type <chr>, paint_color <chr>, image_url <chr>, description <chr>,
#   county <lgl>, state <chr>, lat <dbl>, long <dbl>, posting_date <dttm>

Part 1: Numerical Description

Summary Statistics: Price

   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
   1050    7995   15990   19073   27900   75995 

Summary Statistics: Odometer

   Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
      0   39649   88664   96065  136666 1500000      63 

Summary Statistics: Cylinders

Warning: NAs introduced by coercion
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
  3.000   4.000   6.000   5.981   8.000  12.000    3614 

Contingency Table: Manufacturer and Condition

Manufacturer and Condition
excellent fair good like new new salvage
acura 18 3 85 2 0 1
alfa-romeo 0 0 15 0 0 0
audi 24 3 84 7 0 0
bmw 71 2 100 20 1 0
buick 25 3 40 12 0 0
cadillac 21 1 57 10 0 0
chevrolet 278 20 359 48 7 0
chrysler 42 1 31 5 0 0
datsun 1 1 0 0 0 0
dodge 47 6 65 21 0 2
ferrari 0 1 0 0 0 0
fiat 0 0 4 0 1 0
ford 362 35 370 65 4 4
gmc 71 7 127 17 0 0
harley-davidson 0 0 0 0 0 0
honda 143 11 126 27 3 1
hyundai 46 1 65 12 1 0
infiniti 19 0 58 11 0 0
jaguar 2 1 30 3 0 0
jeep 94 3 83 16 1 1
kia 45 1 57 11 0 0
lexus 41 1 83 8 0 0
lincoln 13 1 45 4 0 0
mazda 31 1 33 5 0 0
mercedes-benz 68 2 71 10 0 0
mercury 7 1 7 0 0 0
mini 14 0 20 4 0 0
mitsubishi 11 2 22 4 4 0
nissan 103 5 95 30 1 2
pontiac 15 1 13 3 0 0
porsche 10 0 6 1 0 0
ram 79 4 90 11 1 1
rover 10 1 10 1 0 0
saturn 7 1 7 3 0 0
subaru 68 7 45 9 1 0
tesla 5 0 16 1 0 0
toyota 204 13 224 40 3 1
volkswagen 51 0 88 4 0 0
volvo 19 3 39 1 0 0

Contingency Table: Type and Fuel

Type and Fuel
bus convertible coupe hatchback mini-van offroad other pickup sedan SUV truck van wagon
diesel 6 0 1 4 0 0 13 135 29 17 202 10 8
electric 0 1 2 11 0 0 1 0 23 2 0 0 2
gas 6 156 377 266 113 12 298 644 1611 1466 489 155 221
hybrid 0 1 1 27 0 0 5 1 25 14 1 1 11
other 1 4 35 57 4 0 92 139 132 70 3 9 7

Table 1: States

Table continues below
ak al ar az ca co ct dc de fl ga hi ia id
81 108 55 205 1035 241 105 76 25 590 156 63 189 169
Table continues below
il in ks ky la ma md me mi mn mo ms mt nc
224 145 131 97 58 155 82 57 374 158 76 20 119 310
Table continues below
nd ne nh nj nm nv ny oh ok or pa ri sc sd
8 29 64 209 80 56 405 409 130 292 315 55 129 32
tn tx ut va vt wa wi wv wy
233 507 28 191 47 273 240 24 10

Table 2: Paint Color

Table continues below
black blue brown custom green grey orange purple red silver
1349 733 146 146 159 536 39 16 634 922
white yellow
1614 58

Table 3: Manufacturing Year

Table continues below
1925 1927 1928 1930 1931 1932 1936 1938 1940 1941 1942
1 3 2 1 3 3 1 1 1 2 1
Table continues below
1943 1948 1949 1950 1951 1952 1953 1955 1956 1957 1958
1 5 1 2 4 5 2 2 2 2 1
Table continues below
1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969
1 4 4 3 5 6 9 7 9 7 10
Table continues below
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980
4 3 8 3 8 6 6 6 5 6 5
Table continues below
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991
4 4 5 12 11 11 11 15 11 7 16
Table continues below
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002
13 13 22 35 27 44 50 66 69 95 117
Table continues below
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013
151 213 218 285 302 363 303 334 459 501 668
2014 2015 2016 2017 2018 2019 2020 2021 2022
614 673 605 728 697 474 398 20 2

Statistical Description

The initial vehiclesTiny dataset is a dataset that contains information about different vehicles being sold on the website CraigsList. This dataset was cleaned up to remove unessecary columns such as ID, URL, Region URL, VIN, Latitude, Longitude, and Description. A price filter was also applied to filter out cars that were under $1000 and over $76,000. This cleaned up data contains information about the region where the vehicle is being sold, the price of the vehicle, the year when the car was manufactured, the vehicle manufacturer, the vehicle model, the condition of the vehicle, the number of cylinders the vehicle has, the fuel type, the odometer reading, the the title status, the transmission type, the drive, the size of the vehicle, the type of the vehicle, and the paint color.

Summary statistics were generated for the numerical data (price, cylinders, and odometers) to show the first quartile, minimum value, mean, maximum value, and third quartile.

The average price of a car being sold is $19,073. The least expensive car listed, after filtering out data that is less than $1000, is $1050. The most expensive car listed, after filtering out data that is greater than $76,000 is $75,995. From this information, it can be concluded that the range of the prices of the cars listed is 74,945. 25% of all car prices are under $7995, and 75% of all car prices are over $27,900, thus, the interquartile range is 19,905.

The average odometer reading for the cars being sold is 96,065 miles. The least number of miles a car has is 0 miles. The most miles a car has is 1,500,000 miles. The range for the cars’ odometer readings is 1,500,000. 25% of the odometer readings are under 39,649 miles, and 75% of the odometer readings are over 136,666 miles, so from this, we can see that the interquartile range is 97,017.

The average number of cylinders that a car being sold has is 5.981 cylinders. The least number of cylinders that a car being sold has is 3.00 cylinders. The most number of cylinders that a car being sold has is 12.00 cylinders, so the range is 9.00. 25% of the amount of the cars’ cylinders is below 4.00 cylinders, and 75% of the amount of the cars’ cylinders is above 8.00 cylinders, making the interquartile range 8.00.

The first contingency table shows the various conditions of the different car companies. As seen from this table, most of the car companies of the cars being sold are either in excellent, fair, or good condition. There are also a handful of cars that are in like new condition; however, there are very few cars that are of new or salvage condition. From the table, it can be observed that almost all luxury car brands are of good condition.

The second contingency table shows the various types of vehicles that are being sold and the different fuel categories of these vehicles. As seen from this table, a majority from each vehicle category run on gas. Out of all the vehicle categories, the vehicle category with the most hybrid vehicles is hatchback, with 27 hatchbacks with the hybrid fuel type.

Table 1 gives a sum of the total number of cars listed from each state. Based on the table above the amount of cars listed differ throughout each state. In North Dakota only 8 cars were listed being the smallest amount of cars listed. The state with the largest amount of vehicles listed is in California with 1035 cars.

Table 2 consists of information based on the different colors of cars and the amount of cars that were listed within each color. As shown in the table, the amount of the more neutral, commonly seen car colors (black, blue, grey, red, silver, white) in comparison to the brighter, less commonly seen car colors (brown, custom, green, orange, purple, yellow) show a higher amount of cars listed. Purple is the most unpopular color with only 16 purple cars listed and white being the most listed color of car at a total of 1614 cars.

Table 3 shows the information of how the manufacturing years of the vehicles were listed. The information states that in only 1 car listed was manufactured in 1923. As time passes you can see the slow and gradual (with fluctuations) increase of cars throughout the years. The highest number of cars manufactured was 728 cars in 2017.

Part 2: Visual Description

Violin Plot: Drive vs. Price

This violin plot shows the distributions of prices for each drive type (4wd, fwd, and rwd) after filtering out prices over ($)76,000. For the 4wd drive category, we can see that the plot widens at around ($)10,000, meaning that most of the 4wd cars that are listed are being sold for about ($)10,000. We can also see that most of the cars are ($)40,000 or less, as the plot starts to narrow down after ($)40,000. For the fwd drive category, the plot is the widest at around ($)5,000, demonstrating that most of the fwd vehicles listed are selling for around ($)5,000. The plot starts to narrow down after ($)30,000. We can see from our analysis for the 4wd and fwd categories so far that fwd vehicles tend to be cheaper than 4wd vehicles. Finally, in the rwd category, we can see that most of the cars, similar to fwd, are also around ($)10,000. However, as opposed to fwd, there is a greater distribution of cars past ($)30,000, and the plot starts to narrow down after the ($)40,000 price point. It seems to be that both 4wd and rwd vehicles tend to be listed at higher prices than fwd vehicles, as for fwd vehicles, the distributions of prices are highly saturated under ($)20,000.

Scatterplot: Year vs. Odometer

Warning: Removed 30 rows containing missing values (`geom_point()`).

This scatterplot shows the odometer readings for the various years the cars were manufactured in. Odometer readings of over 250,000 were filtered out. Before making this plot, we predicted that there would be somewhat of a correlation, as typically, the older a car is, the more miles it has. However, as seen in this scatterplot, there isn’t a clear correlation between year and odometer reading. There are several outliers for some of the years at 250,000 miles. As we get closer to 2000, the density of points increases, showing that there are more cars that have been manufactured close to 2000 and over.

Boxplot: Size vs. Odometer

This graph shows boxplots for the odometer readings for each of the different car size categories. The odometer readings have been filtered to exclude readings over 250,000 miles. From this analysis, some patterns have emerged. First, the values for the compact category and sub-compact category appear to be somewhat similar, while the values for the full-size and mid-size category appear to be similar. Futhermore, for compact and sub-compact tend to be less than those of the full-size and mid-size categories, suggesting that compact and sub-compact cars are not often driven for long distances.

Bar Chart: Size vs. Cylinders

This bar chart shows the number of cylinders each size category has. For the compact category, the most common amount of cylinders is 4 cylinders, followed by 6 cylinders. For the full-size category, the most common amount of cylinders is 8 cylinders, followed by 6 cylinders. For the mid-size category, the most common amount of cylinders is 4 cylinders, followed by 6 cylinders. Lastly, for the sub-compact category, the most common amount of cylinders is 4 cylinders, followed by 6 cylinders. From this, we can see that 6 cylinders appears to be very frequent amongst all of the car categories, coming as the 2nd most common number for each vehicle size.

Bar Chart: Condition vs. Price

This bar chart shows the various conditions of the cars being listed and the prices for each of the categories, after filtering out prices over 76,000. As per the graph, we can see that the “good” condition has the highest prices, with the “excellent” condition having the next highest prices. These values could also be influenced by the fact that there are more “good” cars being listed than “excellent” cars.

Boxplot: Size vs. Price

This graph shows boxplots for the prices for each of the different car size categories. The prices have been filtered to exclude car prices over 76,000. As seen from this graph, all of the car categories seen to have the same first quartile, and all of their minimum prices are 0. The third quartile values for the mid-size and sub-compact categories appear to be similar as wel. We can see that the median price of cars in the compact category are less than the median prices of the full-size, mid-size, and sub-compact categories. The full-size category has the highest maximum value, with mid-size following after, suggesting that the price increases as the vehicle size increases.

Bar Chart: Fuel Type vs. Price

This bar chart displays the average price of vehicles categorized by their fuel type. Cars in the “other” category have the highest average price, followed by diesel and electric cars. Hybrid gas cars have the lowest average price.

Bar Chart: Manufacturer vs. Number of Listings

This bar chart illustrates the number of vehicle listings for each manufacturer. Ford has the highest number of listings, while Harley-Davidson has the least. It can be seen that the more commonly seen vehicle brands (ford, chevrolet, toyota, honda) have the most listings.

Bar Chart: Car Color and Size

`summarise()` has grouped output by 'paint_color'. You can override using the
`.groups` argument.

This graph shows the comparison between the size and color distribution of the different sizes of the cars listed. It seems as though white is the most popular color, with full-size cars being the most popular within this color.

Regression Analysis

Linear Model 1: Trial 1


Call:
lm(formula = price ~ manufacturer + year + condition, data = dfTiny)

Residuals:
   Min     1Q Median     3Q    Max 
-23002  -7371  -1696   5639  70440 

Coefficients:
                            Estimate Std. Error t value Pr(>|t|)    
(Intercept)               -903050.10   31724.42 -28.465  < 2e-16 ***
manufactureralfa-romeo       6652.01    2905.60   2.289 0.022097 *  
manufactureraudi             3488.02    1401.53   2.489 0.012851 *  
manufacturerbmw              1106.51    1265.73   0.874 0.382045    
manufacturerbuick           -1945.87    1557.62  -1.249 0.211624    
manufacturercadillac         3228.31    1508.28   2.140 0.032369 *  
manufacturerchevrolet        1257.01    1091.47   1.152 0.249510    
manufacturerchrysler        -8195.16    1565.11  -5.236 1.70e-07 ***
manufacturerdatsun           9542.10    7552.24   1.263 0.206472    
manufacturerdodge           -3010.31    1349.63  -2.230 0.025757 *  
manufacturerferrari         10410.36   10631.28   0.979 0.327516    
manufacturerfiat            -7035.75    4841.86  -1.453 0.146253    
manufacturerford             -194.23    1080.99  -0.180 0.857409    
manufacturergmc              3376.92    1236.24   2.732 0.006323 ** 
manufacturerhonda           -7630.33    1180.28  -6.465 1.10e-10 ***
manufacturerhyundai         -7515.73    1384.95  -5.427 6.00e-08 ***
manufacturerinfiniti          556.07    1513.01   0.368 0.713242    
manufacturerjaguar           8426.79    2027.94   4.155 3.30e-05 ***
manufacturerjeep              481.22    1263.82   0.381 0.703392    
manufacturerkia             -8594.47    1415.93  -6.070 1.37e-09 ***
manufacturerlexus            1118.60    1364.16   0.820 0.412257    
manufacturerlincoln          2120.48    1669.50   1.270 0.204095    
manufacturermazda           -6507.04    1618.75  -4.020 5.91e-05 ***
manufacturermercedes-benz    3317.42    1330.98   2.492 0.012716 *  
manufacturermercury         -3807.38    2922.90  -1.303 0.192768    
manufacturermini            -6798.48    1988.99  -3.418 0.000635 ***
manufacturermitsubishi      -6933.59    1909.97  -3.630 0.000286 ***
manufacturernissan          -7014.70    1226.92  -5.717 1.14e-08 ***
manufacturerpontiac          -548.76    2145.73  -0.256 0.798158    
manufacturerporsche         11272.74    2754.01   4.093 4.32e-05 ***
manufacturerram              5726.46    1275.58   4.489 7.30e-06 ***
manufacturerrover            3073.19    2467.16   1.246 0.212952    
manufacturersaturn         -11466.37    2688.56  -4.265 2.03e-05 ***
manufacturersubaru          -6017.43    1376.18  -4.373 1.25e-05 ***
manufacturertesla           15296.25    2465.47   6.204 5.92e-10 ***
manufacturertoyota          -2277.66    1123.07  -2.028 0.042603 *  
manufacturervolkswagen      -5228.95    1343.98  -3.891 0.000101 ***
manufacturervolvo             527.50    1678.63   0.314 0.753349    
year                          457.68      15.75  29.057  < 2e-16 ***
conditionfair               -6424.48     933.78  -6.880 6.67e-12 ***
conditiongood                3848.60     316.15  12.173  < 2e-16 ***
conditionlike new            2584.58     564.55   4.578 4.80e-06 ***
conditionnew                13250.17    2030.13   6.527 7.35e-11 ***
conditionsalvage            -4396.12    2948.55  -1.491 0.136037    
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 10550 on 5301 degrees of freedom
  (3525 observations deleted due to missingness)
Multiple R-squared:  0.3057,    Adjusted R-squared:    0.3 
F-statistic: 54.27 on 43 and 5301 DF,  p-value: < 2.2e-16

This linear regression model has been applied to predict price based on three predictor variables: manufacturer, year, and condition. vehicles from manufacturers like Audi, Cadillac, and Jaguar tend to have higher prices compared to this baseline. Conversely, manufacturers like Chrysler, Dodge, Hyundai, and Kia tend to have lower prices. The year variable shows that, on average, a one-year increase in the vehicle’s age is associated with an increase in price of about $457.68. The condition variable demonstrates that vehicles in “good,” “like new,” and “new” conditions tend to have higher prices compared to vehicles in “fair” condition. The model’s adjusted R-squared value of 0.3 indicates that approximately 30% of the variability in prices can be explained by the combination of these predictor variables. The residual standard error of 10,550 suggests that the model’s predictions may deviate from the actual prices by this amount, on average. The overall F-statistic is highly significant (p-value < 0.00000000000000022), indicating that the model as a whole is statistically significant in predicting prices.

Linear Model 1: Trial 2


Call:
lm(formula = price ~ year + transmission + condition + size + 
    drive + odometer + fuel, data = dfTiny)

Residuals:
   Min     1Q Median     3Q    Max 
-29223  -5058  -1224   2781  56798 

Coefficients:
                     Estimate Std. Error t value Pr(>|t|)    
(Intercept)        -2.826e+05  3.736e+04  -7.563 5.99e-14 ***
year                1.569e+02  1.852e+01   8.472  < 2e-16 ***
transmissionmanual -8.161e+01  7.208e+02  -0.113 0.909865    
transmissionother   1.617e+03  2.267e+03   0.713 0.475980    
conditionfair      -6.730e+03  1.001e+03  -6.726 2.27e-11 ***
conditiongood      -2.248e+03  4.361e+02  -5.155 2.79e-07 ***
conditionlike new   1.947e+03  6.054e+02   3.216 0.001321 ** 
conditionnew        8.678e+03  2.241e+03   3.873 0.000111 ***
conditionsalvage   -1.000e+04  3.610e+03  -2.771 0.005633 ** 
sizefull-size       2.858e+03  6.238e+02   4.581 4.91e-06 ***
sizemid-size        9.658e+02  6.402e+02   1.509 0.131544    
sizesub-compact     7.960e+02  1.851e+03   0.430 0.667187    
drivefwd           -7.040e+03  4.663e+02 -15.096  < 2e-16 ***
driverwd            2.987e+02  5.256e+02   0.568 0.569939    
odometer           -4.198e-02  2.354e-03 -17.830  < 2e-16 ***
fuelelectric       -7.197e+03  4.399e+03  -1.636 0.102006    
fuelgas            -1.324e+04  7.370e+02 -17.970  < 2e-16 ***
fuelhybrid         -1.300e+04  1.978e+03  -6.571 6.36e-11 ***
fuelother          -1.075e+04  5.143e+03  -2.091 0.036641 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 8493 on 1974 degrees of freedom
  (6877 observations deleted due to missingness)
Multiple R-squared:  0.4444,    Adjusted R-squared:  0.4393 
F-statistic: 87.71 on 18 and 1974 DF,  p-value: < 2.2e-16

This demonstrates a multiple linear regression model predicting price based on several predictor variables including year, transmission, condition, size, drive, odometer, and fuel. The coefficients for different transmission types suggest that the type of transmission has limited impact on the price, as the p-values for both manual and other transmissions are not statistically significant. Regarding condition, compared to a car in poor condition, those in fair condition are estimated to have a lower price by approximately 6,730.42 dollars, while cars in good, like new, and new conditions tend to have higher prices by approximately 2,247.98, 1,946.98, and 8,677.65 dollars, respectively. Cars in salvage condition have an estimated lower price by approximately $10,004.81. The size of the vehicle also affects the price, with full-size cars having a higher estimated price compared to sub-compact cars. The drive type significantly impacts the price; front-wheel drive (fwd) is associated with a lower price by approximately $7,039.81 compared to all-wheel drive (awd). The odometer coefficient of approximately -0.042 indicates that for every additional mile, the price tends to decrease by 0.042 dollars. The fuel type also plays a substantial role, with gas and hybrid vehicles having lower estimated prices by approximately 13,244.17 and 12,995.17 dollars, respectively, compared to electric vehicles. The adjusted R-squared value of 0.4393 suggests that the model explains about 43.93% of the variance in the price variable. The overall F-statistic of 87.71 with an extremely low p-value indicates that the model as a whole is statistically significant in predicting price.

Compared to the first trial, the Adjusted R-squared value is higher. This suggests that the second trial may be a better model.

Linear Model 2: Trial 1


Call:
lm(formula = price ~ year + drive + manufacturer, data = dfTiny)

Residuals:
   Min     1Q Median     3Q    Max 
-27116  -7166  -1755   4905  78244 

Coefficients:
                            Estimate Std. Error t value Pr(>|t|)    
(Intercept)               -1.318e+06  3.380e+04 -38.995  < 2e-16 ***
year                       6.672e+02  1.679e+01  39.746  < 2e-16 ***
drivefwd                  -9.426e+03  3.724e+02 -25.315  < 2e-16 ***
driverwd                   3.894e+02  4.272e+02   0.912 0.362047    
manufactureralfa-romeo     2.988e+03  4.093e+03   0.730 0.465402    
manufactureraudi          -4.176e+03  1.837e+03  -2.273 0.023055 *  
manufacturerbmw           -5.040e+03  1.541e+03  -3.270 0.001081 ** 
manufacturerbuick         -1.528e+03  1.741e+03  -0.878 0.380231    
manufacturercadillac       2.164e+03  1.733e+03   1.249 0.211833    
manufacturerchevrolet      8.232e+02  1.334e+03   0.617 0.537339    
manufacturerchrysler      -5.702e+03  1.748e+03  -3.261 0.001116 ** 
manufacturerdatsun         1.233e+04  6.478e+03   1.904 0.056936 .  
manufacturerdodge         -3.056e+03  1.519e+03  -2.012 0.044280 *  
manufacturerfiat          -2.724e+03  4.075e+03  -0.669 0.503838    
manufacturerford          -1.379e+02  1.326e+03  -0.104 0.917137    
manufacturergmc            2.109e+03  1.451e+03   1.454 0.146027    
manufacturerhonda         -4.774e+03  1.402e+03  -3.406 0.000663 ***
manufacturerhyundai       -4.964e+03  1.557e+03  -3.188 0.001439 ** 
manufacturerinfiniti      -2.474e+03  1.903e+03  -1.300 0.193548    
manufacturerjaguar         2.032e+03  2.964e+03   0.686 0.493017    
manufacturerjeep          -4.002e+03  1.438e+03  -2.783 0.005404 ** 
manufacturerkia           -5.094e+03  1.592e+03  -3.201 0.001378 ** 
manufacturerlexus          1.819e+02  1.591e+03   0.114 0.909004    
manufacturerlincoln        2.264e+03  1.899e+03   1.192 0.233246    
manufacturermazda         -5.939e+03  1.811e+03  -3.279 0.001047 ** 
manufacturermercedes-benz -2.262e+03  1.579e+03  -1.433 0.151930    
manufacturermercury       -5.706e+03  3.697e+03  -1.544 0.122755    
manufacturermini          -2.506e+03  2.289e+03  -1.095 0.273683    
manufacturermitsubishi    -7.600e+03  2.184e+03  -3.479 0.000507 ***
manufacturernissan        -6.556e+03  1.424e+03  -4.604 4.22e-06 ***
manufacturerpontiac        2.963e+03  2.359e+03   1.256 0.209111    
manufacturerporsche        9.856e+03  2.889e+03   3.411 0.000652 ***
manufacturerram            5.820e+03  1.433e+03   4.063 4.91e-05 ***
manufacturerrover         -1.298e+03  2.477e+03  -0.524 0.600398    
manufacturersaturn        -9.564e+03  2.945e+03  -3.248 0.001169 ** 
manufacturersubaru        -1.116e+04  1.601e+03  -6.974 3.43e-12 ***
manufacturertesla          8.907e+03  2.687e+03   3.314 0.000924 ***
manufacturertoyota        -1.731e+03  1.353e+03  -1.280 0.200624    
manufacturervolkswagen    -2.065e+03  1.551e+03  -1.331 0.183240    
manufacturervolvo         -3.150e+03  2.098e+03  -1.502 0.133208    
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 10950 on 5946 degrees of freedom
  (2884 observations deleted due to missingness)
Multiple R-squared:  0.3599,    Adjusted R-squared:  0.3557 
F-statistic: 85.72 on 39 and 5946 DF,  p-value: < 2.2e-16

This linear regression model aims to predict the price of a car based on the variables year, drive, and manufacturer. The coefficients represent the estimated impact of each variable on the price. For instance, a one-unit increase in the year of the car is associated with an average increase of 549.73 units in price. The “drive” variable indicates that front-wheel drive (fwd) is associated with an average decrease of 7594.82 units in price compared to an unspecified reference category, while rear-wheel drive (rwd) is associated with an increase of 1865.65 units, although this effect is not statistically significant. The “manufacturer” variable includes various categories, each with its own impact on price. For example, cars manufactured by Audi are associated with an average increase in price of 1666.16 units compared to the reference category. The overall model is statistically significant (F = 58.4, p < 0.00000000000000022), indicating that at least one of the predictors has a non-zero effect on price. The multiple R-squared value of 0.2633 suggests that approximately 26.33% of the variability in price can be explained by the combination of year, drive, and manufacturer.

Linear Model 2: Trial 2


Call:
lm(formula = price ~ paint_color + fuel + manufacturer + year + 
    condition + drive + size, data = dfTiny)

Residuals:
   Min     1Q Median     3Q    Max 
-27313  -5071  -1279   3456  55426 

Coefficients:
                            Estimate Std. Error t value Pr(>|t|)    
(Intercept)               -384784.55   42430.33  -9.069  < 2e-16 ***
paint_colorblue             -1386.63     751.91  -1.844 0.065328 .  
paint_colorbrown            -3140.18    1271.18  -2.470 0.013593 *  
paint_colorcustom            -534.16    1322.55  -0.404 0.686343    
paint_colorgreen            -2484.14    1152.48  -2.155 0.031258 *  
paint_colorgrey              -379.45     744.43  -0.510 0.610310    
paint_colororange            3625.62    2805.86   1.292 0.196467    
paint_colorpurple           15206.52    3953.56   3.846 0.000124 ***
paint_colorred              -1522.69     844.42  -1.803 0.071518 .  
paint_colorsilver           -2099.21     719.44  -2.918 0.003569 ** 
paint_colorwhite             -117.79     663.16  -0.178 0.859041    
paint_coloryellow            -561.05    2391.53  -0.235 0.814546    
fuelelectric                -7412.20    8800.39  -0.842 0.399756    
fuelgas                    -11503.30     865.34 -13.293  < 2e-16 ***
fuelhybrid                 -12439.29    2085.83  -5.964 2.96e-09 ***
fuelother                   -5796.26    5182.10  -1.119 0.263496    
manufactureraudi              203.42    2804.78   0.073 0.942191    
manufacturerbmw             -3407.40    2521.89  -1.351 0.176825    
manufacturerbuick           -2173.58    2639.53  -0.823 0.410350    
manufacturercadillac        -2300.75    2910.16  -0.791 0.429287    
manufacturerchevrolet        1051.33    2191.25   0.480 0.631438    
manufacturerchrysler        -3897.25    2624.35  -1.485 0.137710    
manufacturerdodge           -1104.20    2410.72  -0.458 0.646981    
manufacturerfiat            -5431.30    6583.39  -0.825 0.409481    
manufacturerford            -1033.44    2178.53  -0.474 0.635291    
manufacturergmc              1458.79    2350.34   0.621 0.534894    
manufacturerhonda           -2100.06    2224.09  -0.944 0.345178    
manufacturerhyundai         -4541.07    2605.94  -1.743 0.081578 .  
manufacturerinfiniti        -4555.97    3096.54  -1.471 0.141382    
manufacturerjaguar          -8938.39    6472.98  -1.381 0.167489    
manufacturerjeep            -3083.08    2397.08  -1.286 0.198546    
manufacturerkia             -3336.79    2569.67  -1.299 0.194273    
manufacturerlexus           -2664.69    2682.48  -0.993 0.320663    
manufacturerlincoln         -5470.13    3732.67  -1.465 0.142967    
manufacturermazda           -3992.45    3068.38  -1.301 0.193371    
manufacturermercedes-benz     535.68    2483.73   0.216 0.829265    
manufacturermercury         -2719.44    4815.74  -0.565 0.572350    
manufacturermini            -2244.76    3284.97  -0.683 0.494479    
manufacturermitsubishi      -4837.37    3357.95  -1.441 0.149880    
manufacturernissan          -3524.75    2275.67  -1.549 0.121586    
manufacturerpontiac          4528.63    2968.45   1.526 0.127290    
manufacturerporsche         13427.70    4826.11   2.782 0.005454 ** 
manufacturerram              3375.78    2369.34   1.425 0.154395    
manufacturerrover           -2027.48    3482.93  -0.582 0.560560    
manufacturersaturn          -6208.51    3204.96  -1.937 0.052883 .  
manufacturersubaru          -4441.81    2466.48  -1.801 0.071892 .  
manufacturertesla           17660.24   10859.95   1.626 0.104087    
manufacturertoyota            423.65    2217.58   0.191 0.848516    
manufacturervolkswagen      -2889.44    2468.89  -1.170 0.242020    
manufacturervolvo           -3337.82    3268.70  -1.021 0.307324    
year                          206.11      21.06   9.787  < 2e-16 ***
conditionfair               -8807.84    1050.79  -8.382  < 2e-16 ***
conditiongood               -3476.86     458.97  -7.575 5.71e-14 ***
conditionlike new            3219.08     640.08   5.029 5.42e-07 ***
conditionnew                12027.08    2375.11   5.064 4.53e-07 ***
conditionsalvage           -10312.44    3715.28  -2.776 0.005566 ** 
drivefwd                    -6527.99     551.32 -11.841  < 2e-16 ***
driverwd                      -51.97     595.97  -0.087 0.930516    
sizefull-size                1234.37     680.18   1.815 0.069728 .  
sizemid-size                  185.62     682.40   0.272 0.785642    
sizesub-compact              -694.20    1943.09  -0.357 0.720934    
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 8602 on 1792 degrees of freedom
  (7017 observations deleted due to missingness)
Multiple R-squared:  0.4212,    Adjusted R-squared:  0.4018 
F-statistic: 21.73 on 60 and 1792 DF,  p-value: < 2.2e-16

This model attempts to predict the price of a product based on various independent variables such as paint color, fuel type, manufacturer, year, and condition. The coefficients indicate the estimated change in price associated with each level of the categorical variables compared to a reference level. For example, paint_color “blue” has a coefficient of -1246.90, implying that, on average, vehicles with a blue paint color have a price that is approximately $1246.90 lower than the reference category. The Adjusted R-squared value of 0.3106 suggests that approximately 31.06% of the variability in price can be explained by the linear model. The low p-value (< 0.00000000000000022) for the F-statistic indicates that the model is statistically significant, implying that at least one of the independent variables is influential in predicting the response variable.

Compared to the first trial, this trial has a better Adjusted R-squared value, suggesting that this trial may be the better linear model.

Machine Learning Model

tibble [8,870 × 4] (S3: tbl_df/tbl/data.frame)
 $ price   : num [1:8870] 36900 8950 16875 34899 9688 ...
 $ year    : num [1:8870] 2018 2017 2015 2015 2015 ...
 $ model   : chr [1:8870] "tahoe" "altima 2.5 sv" "fusion se" "3500hd 4x4 duramax" ...
 $ odometer: num [1:8870] 98000 73505 44065 173934 126396 ...
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
   1050    7995   15990   19073   27900   75995 
   0%   25%   50%   75%  100% 
 1050  7995 15990 27900 75995 
    90% 
37988.2 
     95% 
43999.55 
     99% 
61991.55 
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
   1050    7990   15800   18584   26999   61990 

[1] 8608    4

Attaching package: 'olsrr'
The following object is masked from 'package:datasets':

    rivers
     Best Subsets Regression      
----------------------------------
Model Index    Predictors
----------------------------------
     1         model               
     2         year model          
     3         year model odometer 
----------------------------------

                                                                   Subsets Regression Summary                                                                    
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
                       Adj.        Pred                                                                                                                           
Model    R-Square    R-Square    R-Square       C(p)           AIC           SBIC            SBC              MSEP                FPE            HSP        APC  
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1        0.6998      0.5333         NaN     2836.7584    182962.8138    152395.2550    204652.5078    420210518192.0754    75891366.3546    8817.4012    0.3004 
  2        0.8191      0.7187         NaN    -1708.2447    178604.2910    148039.2136    200301.0455    253231916711.8727    45742753.3476    5314.5998    0.1810 
  3        0.8547      0.7741         NaN    -3065.0000    176716.6249    146154.0042    198420.4399    203343680706.1150    36737783.4333    4268.3622    0.1454 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
AIC: Akaike Information Criteria 
 SBIC: Sawa's Bayesian Information Criteria 
 SBC: Schwarz Bayesian Criteria 
 MSEP: Estimated error of prediction, assuming multivariate normality 
 FPE: Final Prediction Error 
 HSP: Hocking's Sp 
 APC: Amemiya Prediction Criteria 


Call:
lm(formula = price ~ ., data = dfB)

Residuals:
   Min     1Q Median     3Q    Max 
-33788  -1413      0    844  81921 

Coefficients:
                                                                                                                                                                                          Estimate
(Intercept)                                                                                                                                                                        -1570400.651433
year                                                                                                                                                                                    788.289913
model06 F250 Lariat                                                                                                                                                                   19378.097917
model1 series 128i coupe 2d                                                                                                                                                            3674.308018
model1 series 135i convertible 2d                                                                                                                                                     10164.690481
model1 series 135i coupe 2d                                                                                                                                                            8070.029578
model1-series 128i coupe                                                                                                                                                               4953.637807
model124 spider                                                                                                                                                                       29417.576182
model135i                                                                                                                                                                              4828.138590
model1500                                                                                                                                                                             13440.228861
model1500 4wd                                                                                                                                                                          6227.589541
model1500 4x4                                                                                                                                                                          7643.997044
model1500 5.7 hemi                                                                                                                                                                     8539.984036
model1500 big horn                                                                                                                                                                    13921.216379
model1500 big horn/lone star                                                                                                                                                          23751.896407
model1500 big horncrew cab                                                                                                                                                            12614.304231
model1500 classic                                                                                                                                                                     18634.642830
model1500 classic bighorn                                                                                                                                                             20636.590766
model1500 classic crew cab slt                                                                                                                                                        11891.081664
model1500 classic regular cab                                                                                                                                                          5736.259148
model1500 classic slt                                                                                                                                                                 12132.432309
model1500 classic slt 4x4                                                                                                                                                             19499.710952
model1500 classic warlock                                                                                                                                                             18523.592907
model1500 crew cab                                                                                                                                                                    13611.298331
model1500 crew cab big horn                                                                                                                                                           17487.345343
model1500 crew cab laramie                                                                                                                                                            19564.144518
model1500 crew cab laramie pickup                                                                                                                                                     18558.788180
model1500 crew cab lone star                                                                                                                                                          15473.430051
model1500 crew cab tradesman                                                                                                                                                          15490.530107
model1500 express                                                                                                                                                                     11806.322234
model1500 express 4x4 gas                                                                                                                                                             17272.046557
model1500 express quad cab                                                                                                                                                            13118.010121
model1500 hemi                                                                                                                                                                         5376.561351
model1500 laramie                                                                                                                                                                     25079.506751
model1500 laramie 4x4                                                                                                                                                                  9941.365584
model1500 laramie 4x4 gas                                                                                                                                                             23181.710723
model1500 laramie automatic                                                                                                                                                           17643.622605
model1500 laramie crew cab                                                                                                                                                            18067.424545
model1500 laramie crew hemi 5.7                                                                                                                                                       19317.277893
model1500 lonestar                                                                                                                                                                     9431.909180
model1500 mega cab                                                                                                                                                                    11551.893460
model1500 outdoorsman 4x4                                                                                                                                                             19162.345814
model1500 quad cab                                                                                                                                                                     6771.571327
model1500 quad cab express pickup                                                                                                                                                      8977.147798
model1500 quad cab harvest pickup                                                                                                                                                     13231.399639
model1500 quad cab short b                                                                                                                                                             6507.659335
model1500 quad cab tradesman                                                                                                                                                          12080.087576
model1500 regular cab                                                                                                                                                                  7788.010726
model1500 regular cab tradesman                                                                                                                                                        7295.976983
model1500 rt                                                                                                                                                                          14628.365665
model1500 silverado                                                                                                                                                                    9992.645843
model1500 slt                                                                                                                                                                         10441.641128
model1500 slt 4x4                                                                                                                                                                      9386.771845
model1500 slt 4x4 1/2 ton                                                                                                                                                             18258.834854
model1500 slt 4x4 half ton                                                                                                                                                            16633.373038
model1500 slt**3.6l!                                                                                                                                                                  12559.031115
model1500 sport 4x4 1/2 ton                                                                                                                                                           18599.590843
model1500 st 4wd!extended                                                                                                                                                             -2986.464078
model1500 tradesman                                                                                                                                                                   12255.576915
model1964 oldsmobile dynamic                                                                                                                                                          45308.016079
model1967 mustang                                                                                                                                                                     39080.747150
model1969 c-10                                                                                                                                                                        40547.675305
model1969 Cougar Eliminator                                                                                                                                                           75770.881242
model1974 corvette                                                                                                                                                                    39635.934751
model1977 corvette                                                                                                                                                                    24971.073865
model1985 F150                                                                                                                                                                        13262.566216
model1987 Saab 900                                                                                                                                                                    17059.929839
model1988 Corvette                                                                                                                                                                    16795.543540
model1990                                                                                                                                                                              4618.967098
model1990 Daihatsu  Rocky SE                                                                                                                                                          18701.603008
model1992                                                                                                                                                                             16379.355613
model1994 International 4700                                                                                                                                                          10591.896023
model1996 Chevy/Topkick                                                                                                                                                               13984.173082
model1996 impala                                                                                                                                                                      20987.053596
model2 series                                                                                                                                                                         15824.107376
model2 series 230i coupe 2d                                                                                                                                                            6144.504235
model2 series m235i xdrive                                                                                                                                                            14043.408497
model2 series m240i coupe 2d                                                                                                                                                          15625.664347
model200                                                                                                                                                                              -2021.842713
model200 convertible                                                                                                                                                                    167.395049
model200 limited                                                                                                                                                                      -1849.287931
model200 limited sedan 4d                                                                                                                                                               -40.573075
model200 nv cargo van                                                                                                                                                                  -797.345404
model200 s                                                                                                                                                                             -305.464141
model200 series limited                                                                                                                                                               -1026.829017
model2001                                                                                                                                                                             14586.540518
model2001 Sport Trac                                                                                                                                                                   4445.604032
model2002 f 450                                                                                                                                                                       14226.023997
model2002 Saab                                                                                                                                                                         3033.713956
model2003 mistubishi lancer es                                                                                                                                                         5631.055781
model2004 handa civic                                                                                                                                                                  3265.522098
model2006                                                                                                                                                                             15721.546158
model2008 HONDAELEMENT                                                                                                                                                                 4612.123230
model2010ChryslerSebringTouringEd.                                                                                                                                                    -1967.046737
model2011                                                                                                                                                                              4719.284423
model2011 SUZUKI GRAND VITARA                                                                                                                                                         -3244.474589
model2012 Smart Car                                                                                                                                                                   -8538.557879
model2013                                                                                                                                                                             -3971.060169
model2013 CODA                                                                                                                                                                       -10426.649552
model2013 isuzu nrr                                                                                                                                                                   19861.747479
model2014 CHEVROLT EQUINOX                                                                                                                                                             2925.107909
model2015                                                                                                                                                                              3157.361334
model2015 SILVERADO HD                                                                                                                                                                 8695.935565
model2016 Mazada Miata                                                                                                                                                                 6351.670880
model2018                                                                                                                                                                              7391.482743
model210                                                                                                                                                                              43195.501565
model230i                                                                                                                                                                             24251.049994
model240 wagon                                                                                                                                                                        14365.921781
model2500                                                                                                                                                                             22767.544023
model2500 4x4                                                                                                                                                                         12581.360540
model2500 big horn crew cab                                                                                                                                                           28497.179452
model2500 crew cab                                                                                                                                                                    21255.090123
model2500 crew cab 4wd                                                                                                                                                                32120.407313
model2500 crew cab tradesman                                                                                                                                                          27470.290622
model2500 cummins laramie                                                                                                                                                             31080.363335
model2500 diesel 4x4 5.9l cummins turbo diesel quad cab short bed low miles                                                                                                           31141.746189
model2500 ext cab                                                                                                                                                                      6441.067305
model2500 hd                                                                                                                                                                           9038.810142
model2500 laramie                                                                                                                                                                     35738.579611
model2500 laramie 4x4 / 5.9                                                                                                                                                           29878.210573
model2500 laramie 4x4 gas                                                                                                                                                             26132.132417
model2500 laramie crew 4wd                                                                                                                                                            38877.672528
model2500 laramie crewcab 4wd                                                                                                                                                         43534.117716
model2500 laramie longhorn                                                                                                                                                            37504.575510
model2500 longhorn mega 4x4                                                                                                                                                           36608.531095
model2500 mega cab                                                                                                                                                                    20976.857814
model2500 passenger van                                                                                                                                                                8146.087472
model2500 power wagon                                                                                                                                                                 20408.575540
model2500 quad cab lng bd                                                                                                                                                              6973.928240
model2500 slt                                                                                                                                                                         27480.851140
model2500 slt cummins                                                                                                                                                                 29553.076370
model2500 st crew cab flatbed                                                                                                                                                         14182.688881
model2500 tradesman                                                                                                                                                                   31207.495531
model2500hd                                                                                                                                                                           18749.503596
model280z                                                                                                                                                                             21414.548662
model280zx                                                                                                                                                                            34067.468722
model2wd                                                                                                                                                                               3656.835106
model3                                                                                                                                                                                -1497.843003
model3 hatchback                                                                                                                                                                        444.536630
model3 series                                                                                                                                                                          5346.186890
model3 series 328d xdrive                                                                                                                                                              9401.692962
model3 series 328i                                                                                                                                                                     4080.016331
model3 series 328i convertible 2d                                                                                                                                                      6816.474073
model3 series 328i sedan 4d                                                                                                                                                            4359.438001
model3 series 330e iperformance                                                                                                                                                        6160.271352
model3 series 330i                                                                                                                                                                    12045.703946
model3 series 330i sedan 4d                                                                                                                                                            4427.460661
model3 series 330i xdrive sedan                                                                                                                                                        9397.058527
model3 series 335i xdrive sedan                                                                                                                                                        8860.484308
model3 series 340i                                                                                                                                                                    10819.333010
model3 series 340i gran turismo                                                                                                                                                       13255.288848
model3 series 340i sedan 4d                                                                                                                                                           10465.453768
model3 series 340i xdrive sedan                                                                                                                                                       13535.456295
model3 series m340i sedan 4d                                                                                                                                                          26577.046715
model3-series                                                                                                                                                                         12148.357625
model300                                                                                                                                                                               3393.450110
model300 'l'                                                                                                                                                                          43366.788090
model300 awd                                                                                                                                                                          -4199.994192
model300 e                                                                                                                                                                            27731.183798
model300 limited sedan 4d                                                                                                                                                              4820.067103
model300 touring                                                                                                                                                                       2281.579028
model300 touring rwd gas                                                                                                                                                               3669.048463
model300 touring sedan 4d                                                                                                                                                              2042.809890
model300c                                                                                                                                                                              2712.065220
model300c awd hemi                                                                                                                                                                     3670.248199
model300c hemi                                                                                                                                                                        -6321.955195
model300d                                                                                                                                                                             26566.468011
model300E                                                                                                                                                                             14942.453415
model300m                                                                                                                                                                              3606.318546
model300zx                                                                                                                                                                            21460.426294
model3100                                                                                                                                                                             59508.172322
model3100 truck                                                                                                                                                                       55729.657577
model320                                                                                                                                                                               2695.253421
model320i                                                                                                                                                                              1989.091494
model325i                                                                                                                                                                              4686.900648
model3281                                                                                                                                                                             -1031.029317
model328d xdrive awd tdi                                                                                                                                                               2805.385889
model328i                                                                                                                                                                              1616.715864
model328i convertible                                                                                                                                                                  6651.478257
model328i nav sport pkg.                                                                                                                                                                559.043045
model328i sport                                                                                                                                                                        1387.134564
model328i xd                                                                                                                                                                           2425.796827
model328i xdrive                                                                                                                                                                       1812.904339
model328ix                                                                                                                                                                             2323.354327
model330ci                                                                                                                                                                             4035.761722
model330xi xdrive awd sport sedan                                                                                                                                                      3438.452658
model335i                                                                                                                                                                              3465.796856
model335i convertible                                                                                                                                                                 -1725.092717
model335xi                                                                                                                                                                             4695.647131
model340i m sport package xi                                                                                                                                                          22302.283845
model3500                                                                                                                                                                             31987.961006
model3500 4wd mega cab 160.5" laramie                                                                                                                                                 38555.799780
model3500 4x4                                                                                                                                                                         36019.542346
model3500 bighorn 4x4 1 ton                                                                                                                                                           29515.793613
model3500 drw laramie                                                                                                                                                                 37726.624567
model3500 laramie                                                                                                                                                                     20990.611771
model3500 laramie cummins                                                                                                                                                             32046.071104
model3500 laramie drw crew cab cummins                                                                                                                                                36072.089534
model3500 mega cab                                                                                                                                                                    38094.095455
model3500 slt                                                                                                                                                                         27311.886900
model3500 tradesman                                                                                                                                                                   35955.061019
model3500 tradesman crew cab sho                                                                                                                                                      11896.172650
model3500 tradesman dually                                                                                                                                                            22399.766891
model3500hd                                                                                                                                                                           14332.413758
model3500hd 4x4 duramax                                                                                                                                                               27104.680179
model350z convertible                                                                                                                                                                  4582.421496
model370z coupe 2d                                                                                                                                                                    12826.034488
model370z nismo coupe 2d                                                                                                                                                              19324.777799
model370z touring                                                                                                                                                                      8965.768165
model370z touring coupe 2d                                                                                                                                                             9625.739411
model3i                                                                                                                                                                               -4257.358570
model3s touring                                                                                                                                                                        1216.265106
model4 runner sr5                                                                                                                                                                     12329.176598
model4 series 428i coupe 2d                                                                                                                                                            6865.761110
model4 series 428i xdrive                                                                                                                                                             14356.743817
model4 series 430i convertible 2d                                                                                                                                                     16948.897644
model4 series 440i convertible 2d                                                                                                                                                     27013.531740
model4 series 440i gran coupe                                                                                                                                                         14617.159806
model4 series 440i xdrive gran                                                                                                                                                        12306.830728
model4-runner                                                                                                                                                                         19576.930425
model428i                                                                                                                                                                              5182.782037
model428i coupe                                                                                                                                                                        3799.005808
model430i                                                                                                                                                                              6692.289160
model450sl                                                                                                                                                                            32036.101476
model4runner                                                                                                                                                                          16213.705580
model4runner 4x4                                                                                                                                                                      12272.637223
model4runner limited sport                                                                                                                                                            18530.448038
model4runner sport edition                                                                                                                                                            11646.311077
model4runner sr5                                                                                                                                                                      18197.716111
model4runner sr5 4wd                                                                                                                                                                  21435.898520
model4runner sr5 premium 4wd (natl)                                                                                                                                                   19902.120980
model4runner sr5 sport utility                                                                                                                                                        17236.428702
model4runner trd off road                                                                                                                                                             23409.733991
model4runner trd off road 4x4                                                                                                                                                         26736.438222
model4x4 crew                                                                                                                                                                          8671.790079
model4x4 gas                                                                                                                                                                          35170.511466
model5                                                                                                                                                                                 -455.184262
model5 series                                                                                                                                                                          5639.245201
model5 series 530i xdrive sedan                                                                                                                                                       14734.897580
model5 series 535d xdrive sedan                                                                                                                                                       11150.167808
model5 series 535i sedan 4d                                                                                                                                                            8926.624684
model5 series 550i sedan 4d                                                                                                                                                           16396.054236
model5 series gran turismo                                                                                                                                                            14215.603940
model5-series                                                                                                                                                                          7453.624668
model500                                                                                                                                                                              -4758.688754
model500 abarth hatchback 2d                                                                                                                                                            580.010076
model500 limited                                                                                                                                                                       4374.294288
model500 sport                                                                                                                                                                        -3348.349596
model500x                                                                                                                                                                             -4842.300635
model500x lounge sport utility                                                                                                                                                         1043.831549
model500x trekking awd                                                                                                                                                                -2435.134407
model525i                                                                                                                                                                              4826.872024
model528i                                                                                                                                                                             -1202.779584
model528i xdrive                                                                                                                                                                       6406.443951
model528i xdrive sport                                                                                                                                                                 2434.384139
model528xi                                                                                                                                                                             1289.193187
model530i                                                                                                                                                                             16615.282736
model535i                                                                                                                                                                              6067.449501
model535xi                                                                                                                                                                             3534.212780
model540i                                                                                                                                                                             14352.803534
model5500                                                                                                                                                                             39261.357831
model5500 chassis cab                                                                                                                                                                 23546.161242
model550i                                                                                                                                                                              5732.080866
model550i xdrive                                                                                                                                                                       4368.566965
model560-class                                                                                                                                                                        36842.302130
model5th avenue                                                                                                                                                                       13908.163773
model6                                                                                                                                                                                  376.437732
model6 series 640i convertible 2d                                                                                                                                                     19658.727580
model6 series 640i coupe 2d                                                                                                                                                           14209.360228
model6 series 645ci                                                                                                                                                                    4409.836070
model6 touring                                                                                                                                                                        -2824.227344
model64 nova wagon                                                                                                                                                                   109395.048609
model645ci                                                                                                                                                                             7481.582321
model650i convertible                                                                                                                                                                 10595.839015
model650xi xdrive gran coupe                                                                                                                                                          13676.610821
model67 Firebird                                                                                                                                                                      56295.277148
model7 series                                                                                                                                                                          8511.170381
model740i m sport                                                                                                                                                                     11102.997492
model740il e38 sport                                                                                                                                                                  10157.912649
model750i                                                                                                                                                                              4698.902224
model750i / alpina b7                                                                                                                                                                  8708.340841
model750i / b7                                                                                                                                                                        26270.361562
model750li                                                                                                                                                                            13144.162207
model750li xdrive                                                                                                                                                                      3322.634474
model750xi xdrive m-sport edition                                                                                                                                                     14257.570643
model91 Corvette                                                                                                                                                                      15369.148599
model911                                                                                                                                                                              20364.419074
model911 carrera s cabriolet                                                                                                                                                          21415.583598
model928                                                                                                                                                                              24862.673486
modela-class a 220                                                                                                                                                                    11794.957950
modela3                                                                                                                                                                                1873.798440
modela3 2.0t                                                                                                                                                                           -216.541129
modela3 2.0t premium                                                                                                                                                                   1795.276900
modela3 2.0t premium plus                                                                                                                                                              3864.048163
modela3 e-tron                                                                                                                                                                         5302.557694
modela3 premium                                                                                                                                                                        7018.683864
modela3 premium plus sedan 4d                                                                                                                                                          7307.662442
modela3 premium sedan 4d                                                                                                                                                               7489.942081
modela3 s-line                                                                                                                                                                         2020.214691
modela4                                                                                                                                                                                4174.255723
modela4 1.8t quattro                                                                                                                                                                     -2.832643
modela4 2.0t premium plus                                                                                                                                                              2479.461690
modela4 2.0t premiumsedan                                                                                                                                                              5962.926911
modela4 allroad 2.0t quattro premium plus                                                                                                                                             18482.969190
modela4 allroad premium plus                                                                                                                                                          17333.002146
modela4 allroad premium wagon 4d                                                                                                                                                      16874.599781
modela4 allroad prestige wagon                                                                                                                                                        21531.981059
modela4 premium plus sedan 4d                                                                                                                                                         11323.913007
modela4 premium sedan 4d                                                                                                                                                               6020.980860
modela4 quattro                                                                                                                                                                        1078.825337
modela4 quattro awd premium plus                                                                                                                                                       2742.298973
modela4 quattro premium                                                                                                                                                                1253.873956
modela4 ultra premium sedan 4d                                                                                                                                                         7092.944592
modela5                                                                                                                                                                                4529.335885
modela5 premium coupe 2d                                                                                                                                                              12281.408499
modela5 premium sedan 4d                                                                                                                                                              12388.763198
modela5 quattro premium plus                                                                                                                                                          11122.472744
modela6                                                                                                                                                                                6754.913999
modela6 2.0t premium plus sedan                                                                                                                                                       10321.890977
modela6 2.0t premium sedan 4d                                                                                                                                                          9986.707739
modela6 3.0t premium plus sedan                                                                                                                                                       12432.567199
modela6 3.0t prestige sedan 4d                                                                                                                                                        15023.340875
modela6 3.0t quattro sedan 4d                                                                                                                                                          6339.447692
modela6 45 tfsi premium plus                                                                                                                                                          21239.206719
modela6 45 tfsi premium sedan 4d                                                                                                                                                      20715.342575
modela7                                                                                                                                                                               13106.127948
modela7 3.0t prestige quattro                                                                                                                                                          9706.435239
modela7 premium plus awd                                                                                                                                                              19013.545375
modela7 prestige sedan 4d                                                                                                                                                             28150.399374
modela8                                                                                                                                                                                4218.862995
modela8 l 3.0t                                                                                                                                                                        12324.030127
modelacadia                                                                                                                                                                            5115.059390
modelacadia awd                                                                                                                                                                        5534.703940
modelacadia awd 4dr slt w/slt-2                                                                                                                                                        9481.517154
modelacadia denali                                                                                                                                                                     6801.952167
modelacadia fwd 4dr sle                                                                                                                                                               -2024.348843
modelacadia sle                                                                                                                                                                        3202.668741
modelacadia sle-1                                                                                                                                                                      7061.398308
modelacadia sle-1 sport utility                                                                                                                                                        6338.290951
modelacadia sle-2 sport utility                                                                                                                                                        9118.351442
modelacadia slt                                                                                                                                                                          11.369012
modelacadia slt-1 sport utility                                                                                                                                                       10468.829050
modelacadia slt-2                                                                                                                                                                      1491.694518
modelacadia slt-2 sport utility                                                                                                                                                        8979.591955
modelacadia slt2                                                                                                                                                                       6035.978226
modelacadia slt2 awd                                                                                                                                                                   7005.419867
modelaccent                                                                                                                                                                           -4534.399644
modelaccent gl                                                                                                                                                                         2735.084429
modelaccent gls                                                                                                                                                                         606.255561
modelaccent se                                                                                                                                                                        -4980.181701
modelaccent se sedan 4d                                                                                                                                                               -2487.261909
modelaccord                                                                                                                                                                            3721.696578
modelaccord crosstour                                                                                                                                                                  4374.591350
modelaccord ex                                                                                                                                                                         5043.005748
modelaccord ex-l                                                                                                                                                                       3058.837932
modelaccord ex-l coupe                                                                                                                                                                 1695.759939
modelaccord ex-l sedan 4d                                                                                                                                                              3656.196730
modelaccord ex-l v6                                                                                                                                                                    -905.608254
modelaccord exl                                                                                                                                                                       -2171.257003
modelaccord lx                                                                                                                                                                         2746.492192
modelaccord lx sedan                                                                                                                                                                    106.667781
modelaccord lx special                                                                                                                                                                 7904.380659
modelaccord lx-p                                                                                                                                                                       3951.541895
modelaccord sdn                                                                                                                                                                        4214.845901
modelaccord sdn lx                                                                                                                                                                     2434.584023
modelaccord sedan                                                                                                                                                                       155.647641
modelaccord sedan sport 1.5t                                                                                                                                                           4124.803733
modelaccord sport                                                                                                                                                                       233.180717
modelaccord sport sedan 4d                                                                                                                                                             5644.626265
modelaccord touring fwd gas suv                                                                                                                                                        6408.936196
modelaccord touring v6                                                                                                                                                                 -427.834322
modelacty                                                                                                                                                                              5856.496126
modelACURA* MDX*                                                                                                                                                                       4454.341276
modelALL MAKES ALL MODELS                                                                                                                                                            -13877.914337
modelall-new 1500                                                                                                                                                                        32.455432
modelallroad premium plus wagon                                                                                                                                                        8501.852698
modelaltima                                                                                                                                                                             669.098940
modelaltima 2.5                                                                                                                                                                        2875.408427
modelaltima 2.5 s                                                                                                                                                                       -11.343708
modelaltima 2.5 sl sedan 4d                                                                                                                                                             329.652526
modelaltima 2.5 sv                                                                                                                                                                    -4058.782391
modelaltima 2.5s                                                                                                                                                                       1337.589417
modelaltima 3.5 se sedan 4d                                                                                                                                                            1144.488437
modelaltima s                                                                                                                                                                         -3624.718186
modelaltima sl                                                                                                                                                                        -3685.529286
modelaltima sr                                                                                                                                                                        -5799.656161
modelaltima sv                                                                                                                                                                         1993.428312
modelAMC Eagle Limited Wagon                                                                                                                                                          15948.448194
modelAMC Matador                                                                                                                                                                      24929.422826
modelamg, s63,4matic                                                                                                                                                                   8134.090994
modelaoutlok                                                                                                                                                                          -6886.931782
modelapache                                                                                                                                                                           33049.261242
modelarmada                                                                                                                                                                           15804.088653
modelarmada,platinum                                                                                                                                                                   8043.112712
modelarmanda                                                                                                                                                                           1758.007886
modelascent                                                                                                                                                                           15925.073008
modelaspen                                                                                                                                                                            10859.476170
modelastro                                                                                                                                                                             6875.699244
modelastro cargo van                                                                                                                                                                   5092.453233
modelastro van awd                                                                                                                                                                    10400.431228
modelatlas                                                                                                                                                                             7579.555660
modelatlas launch edition                                                                                                                                                              9011.114134
modelatlas s 4motion sport                                                                                                                                                             9741.400904
modelatlas s sport utility                                                                                                                                                             5902.246628
modelatlas se 4motion                                                                                                                                                                 12061.996503
modelats                                                                                                                                                                                115.502601
modelats coupe 2d                                                                                                                                                                      8829.627687
modelats premium luxury                                                                                                                                                               10084.550669
modelats sedan                                                                                                                                                                         8453.379130
modelats sedan 4d                                                                                                                                                                      3530.706651
modelats-v coupe 2d                                                                                                                                                                   25814.724767
modelats4 performance                                                                                                                                                                    72.106982
modelaura                                                                                                                                                                              -191.966424
modelaura xe                                                                                                                                                                           -613.585424
modelaura xr                                                                                                                                                                          -2440.960689
modelAUTI A5 CONVERTIBLE                                                                                                                                                               5013.397003
modelavalanche                                                                                                                                                                        11088.721203
modelavalanche 1500                                                                                                                                                                   11819.001281
modelavalanche 1500crew                                                                                                                                                                6818.678827
modelavalanche 4x4                                                                                                                                                                    14464.860130
modelavalanche black                                                                                                                                                                  18998.703051
modelavalanche lt 4wd                                                                                                                                                                  8991.965367
modelavalanche ltz                                                                                                                                                                     9414.618077
modelavalon                                                                                                                                                                            3779.123135
modelavalon hybrid limited                                                                                                                                                            16952.300326
modelavalon limited hybrid                                                                                                                                                             2286.560535
modelavalon limited sedan                                                                                                                                                              4448.225329
modelavalon limited sedan 4d                                                                                                                                                           9353.830188
modelavalon xl                                                                                                                                                                         2980.549410
modelavalon xle premium sedan                                                                                                                                                          4608.825569
modelavalon xls                                                                                                                                                                        6852.266661
modelavalong limited                                                                                                                                                                   3030.117195
modelavenger                                                                                                                                                                          -3253.014527
modelaveo                                                                                                                                                                             -3127.291112
modelaviator                                                                                                                                                                           5791.669993
modelawd *gl 450 4matic 4dr*suv*clean*carfax *3row seat nav                                                                                                                           11756.533298
modelazera                                                                                                                                                                             1292.888530
modelazera limited                                                                                                                                                                     -143.323581
modelb-class                                                                                                                                                                          -1432.298134
modelb2000                                                                                                                                                                            20901.242846
modelb2600                                                                                                                                                                            13960.632457
modelb300                                                                                                                                                                             24654.666759
modelb4000 seextended cab                                                                                                                                                              3993.122227
modelb9 tribeca                                                                                                                                                                        3614.738540
modelbaja                                                                                                                                                                              7707.674281
modelbeetle                                                                                                                                                                            8086.980793
modelbeetle 1.8t                                                                                                                                                                       4592.754556
modelbeetle 1.8t fleet                                                                                                                                                                  913.708686
modelbeetle 1.8t se                                                                                                                                                                    1679.846436
modelbeetle 1.8t sel                                                                                                                                                                   1791.252254
modelbeetle convertible                                                                                                                                                               24446.568369
modelbeetle turbo                                                                                                                                                                      2857.011282
modelbel-air                                                                                                                                                                          55789.605366
modelbelair                                                                                                                                                                           83631.307433
modelben                                                                                                                                                                              31325.793013
modelBentley Arnage                                                                                                                                                                   31298.190117
modelBENTLEY ARNAGE                                                                                                                                                                   30771.428178
modelbentley continental flying spur                                                                                                                                                  30637.719693
modelbenz                                                                                                                                                                              6699.114245
modelbenz 220se                                                                                                                                                                       61094.091090
modelbenz 300d turbo                                                                                                                                                                  17010.286322
modelbenz 380 sl                                                                                                                                                                      24319.582576
modelbenz 450sl                                                                                                                                                                       28807.724903
modelbenz 600sel                                                                                                                                                                      34518.480275
modelbenz c 320 wagon                                                                                                                                                                  6139.931282
modelbenz c240                                                                                                                                                                         4051.641370
modelbenz c250                                                                                                                                                                         1468.714280
modelbenz c280                                                                                                                                                                        -1288.485580
modelbenz c300                                                                                                                                                                         3262.317561
modelbenz c32 amg                                                                                                                                                                      8284.254106
modelbenz clk320 cabriolet                                                                                                                                                             4345.111741
modelbenz e320                                                                                                                                                                         6442.727690
modelbenz e320 4matic wagon                                                                                                                                                           11932.291947
modelbenz e320 wagon                                                                                                                                                                  14057.824115
modelbenz e350                                                                                                                                                                         5293.710307
modelbenz e500                                                                                                                                                                         5463.322375
modelbenz e500 4matic                                                                                                                                                                  1834.587712
modelbenz glk 350                                                                                                                                                                      3912.700478
modelbenz ml 320 cdi 4 matic                                                                                                                                                           6189.320893
modelbenz ml 350                                                                                                                                                                       3687.948837
modelbenz ml 350 4-matic                                                                                                                                                               4469.720722
modelbenz ml-350                                                                                                                                                                       1699.167537
modelbenz ml350                                                                                                                                                                        4640.138662
modelbenz ml350 4matic                                                                                                                                                                 3778.312747
modelbenz ml550                                                                                                                                                                        4426.756438
modelbenz s500                                                                                                                                                                         5475.013862
modelbenz s550                                                                                                                                                                        16936.435466
modelbenz sl500                                                                                                                                                                       10124.209091
modelbenz slk 250                                                                                                                                                                     10732.846986
modelbenz slk roadster                                                                                                                                                                 6297.681311
modelbenz sprinter 2500                                                                                                                                                               42420.551758
modelblazer                                                                                                                                                                            7875.670814
modelblazer 2lt sport                                                                                                                                                                  8423.792417
modelblazer 4x4                                                                                                                                                                       11497.647868
modelblazer 4x4 ls                                                                                                                                                                     1378.890115
modelblazer lt                                                                                                                                                                        10434.604237
modelBLUE BIRD BLUE BIRD                                                                                                                                                              -4603.644017
modelBMW, 328i                                                                                                                                                                         -107.358570
modelbobcat                                                                                                                                                                           42291.468650
modelbolt ev                                                                                                                                                                           1105.631122
modelbonneville                                                                                                                                                                       36915.633051
modelborrego                                                                                                                                                                           5591.804433
modelbox truck                                                                                                                                                                         5682.660078
modelboxster                                                                                                                                                                          11383.036399
modelbrigadier                                                                                                                                                                        15136.112396
modelbronco                                                                                                                                                                           31428.864438
modelbronco 4x4                                                                                                                                                                       19519.473711
modelbronco ii                                                                                                                                                                         5604.829394
modelbronco xlt                                                                                                                                                                       16737.916171
modelbrz                                                                                                                                                                               6121.083961
modelbrz limited                                                                                                                                                                       2952.313205
modelbrz limited coupe 2d                                                                                                                                                              9386.449279
modelbug                                                                                                                                                                              34400.886046
modelBWM 535xi Premium Sport                                                                                                                                                           4166.699305
modelc                                                                                                                                                                                  141.083287
modelc - max se hybrid                                                                                                                                                                  125.931358
modelc 250                                                                                                                                                                             1147.557196
modelc 250 sport                                                                                                                                                                       -241.116213
modelc 300                                                                                                                                                                             6597.928596
modelc 400 4matic sedan                                                                                                                                                               10516.218779
modelc-300                                                                                                                                                                             7343.919430
modelc-class                                                                                                                                                                           5441.306432
modelc-class c 250 sport automatic                                                                                                                                                     3421.040293
modelc-class c 300                                                                                                                                                                     8832.745144
modelc-class c 350e                                                                                                                                                                    9130.325395
modelc-class c 63 amg                                                                                                                                                                 24126.364303
modelc-class c300 4matic sport sedan                                                                                                                                                   3068.866291
modelc-hr                                                                                                                                                                              3865.204269
modelc-hr xle                                                                                                                                                                          -281.167033
modelc-hr xle premium sport                                                                                                                                                            1492.360260
modelc-max                                                                                                                                                                            -3632.169625
modelc-max hybrid se wagon 4d                                                                                                                                                          -888.243322
modelc-max hybrid titanium wagon                                                                                                                                                       1272.328648
modelc/k 1500                                                                                                                                                                         16590.080396
modelc/k 20                                                                                                                                                                           20460.608783
modelc/v                                                                                                                                                                              -1466.740529
modelc10                                                                                                                                                                              52167.966695
modelc20                                                                                                                                                                              26893.088802
modelc2500                                                                                                                                                                             9435.660733
modelc300 4matic                                                                                                                                                                       2450.965735
modelc300 sport                                                                                                                                                                         861.694608
modelc43                                                                                                                                                                              26344.903957
modelc5500                                                                                                                                                                            35503.433844
modelc6500                                                                                                                                                                            22870.804272
modelc70 convertible                                                                                                                                                                    548.045202
modelc7500                                                                                                                                                                            15628.623779
modelc8500                                                                                                                                                                            27861.916955
modelcabrio                                                                                                                                                                           -1010.135879
modelcaddilac escalade ext                                                                                                                                                            14736.266061
modelCADILIC DEVILLE                                                                                                                                                                   1865.649803
modelcaliber                                                                                                                                                                           -370.330537
modelcaliber r/t                                                                                                                                                                        556.222645
modelcaliber sxt                                                                                                                                                                       5155.886772
modelCAM Superline Tilt Deckover Trai                                                                                                                                                 -7138.653118
modelcamaro                                                                                                                                                                           17940.848957
modelcamaro 1ls                                                                                                                                                                        3799.192106
modelcamaro 1lt                                                                                                                                                                        6772.491776
modelcamaro 1ss                                                                                                                                                                       19576.280186
modelcamaro 2ss                                                                                                                                                                       26254.188404
modelcamaro convertible                                                                                                                                                                1089.126043
modelcamaro convertible 2lt                                                                                                                                                            5453.436752
modelcamaro lt 2dr                                                                                                                                                                    -1482.772180
modelcamaro lt convertible                                                                                                                                                             5480.792459
modelcamaro lt coupe 2d                                                                                                                                                                5064.132278
modelcamaro rs                                                                                                                                                                        -2724.754685
modelcamaro ss                                                                                                                                                                        15564.531134
modelcamaro ss convertible                                                                                                                                                            16464.145031
modelcamaro ss coupe 2d                                                                                                                                                               18208.613657
modelcamaro z28                                                                                                                                                                       33694.288087
modelcamaro zl1 coupe 2d                                                                                                                                                              23152.599669
modelcamero                                                                                                                                                                           12327.527429
modelcamry                                                                                                                                                                             2949.132531
modelcamry 2009                                                                                                                                                                         134.943447
modelcamry base                                                                                                                                                                        5187.723429
modelcamry hybrid                                                                                                                                                                      2357.392097
modelcamry hybrid le                                                                                                                                                                   1018.733033
modelcamry hybrid se                                                                                                                                                                   1216.896353
modelcamry hybrid xle sedan 4d                                                                                                                                                         5838.612784
modelcamry le                                                                                                                                                                          1543.992410
modelcamry le sedan 4d                                                                                                                                                                 1636.930610
modelcamry le v6                                                                                                                                                                       4015.481584
modelcamry se                                                                                                                                                                          1346.016074
modelcamry se 4dr sedan                                                                                                                                                                4065.225718
modelcamry se(sports edition)                                                                                                                                                           467.677025
modelcamry sedan i4                                                                                                                                                                    2283.126585
modelcamry solara                                                                                                                                                                      1330.389587
modelcamry trd v6                                                                                                                                                                     12217.029064
modelcamry xle                                                                                                                                                                         2826.447808
modelcamry xle hybrid                                                                                                                                                                  1397.797843
modelcamry xse sedan 4d                                                                                                                                                                1449.294410
modelcanyon                                                                                                                                                                           13065.193538
modelcanyon 4wd sle                                                                                                                                                                   11215.124052
modelcanyon crew cab pickup 4d 5                                                                                                                                                       8283.698741
modelcanyon crew cab sle pickup                                                                                                                                                       18218.791681
modelcanyon extended cab sle                                                                                                                                                          12966.756444
modelcanyon regular cab                                                                                                                                                                4806.408391
modelcanyon sle                                                                                                                                                                       14468.541705
modelcapri                                                                                                                                                                            10901.106465
modelcaptiva                                                                                                                                                                          -2797.177356
modelcaptiva lt fwd gas suv                                                                                                                                                           -1594.633707
modelcaptiva sport                                                                                                                                                                    -2655.395698
modelcaptiva sport ls                                                                                                                                                                  3250.970862
modelcaravan                                                                                                                                                                           3065.620580
modelcaravan se                                                                                                                                                                       -1164.771300
modelcaravan sport                                                                                                                                                                     3989.926856
modelcargo van                                                                                                                                                                          512.691314
modelcascada premium                                                                                                                                                                   7298.487885
modelcayenne                                                                                                                                                                          20475.872896
modelcayenne 1-owner* local trade* convenience pkg* panoramic roof* dealer serviced, new tires* 2-keys* front & rear sensors*back up cam                                              17101.957307
modelcayenne hybrid 2011                                                                                                                                                               7098.498293
modelcayenne platinum edition                                                                                                                                                         -2819.565375
modelcayenne s                                                                                                                                                                        10961.414708
modelcayenne s awd luxury suv                                                                                                                                                          9487.274094
modelcayenne s hybrid                                                                                                                                                                 21849.645646
modelcayenne sport utility 4d                                                                                                                                                         14061.506500
modelcayenne turbo                                                                                                                                                                    11371.920352
modelcayenne turbo awd                                                                                                                                                                20634.650221
modelcayman                                                                                                                                                                           31217.388645
modelcc                                                                                                                                                                               -5292.324015
modelcc sport                                                                                                                                                                         -1566.364419
modelcc sport 2.0 turbo pzev i4 fwd                                                                                                                                                   -1081.521107
modelcc sport pzev                                                                                                                                                                    -1939.122477
modelcc300                                                                                                                                                                             1294.816497
modelcc4500                                                                                                                                                                           22567.592833
modelcelica gt                                                                                                                                                                         4240.995138
modelcenturion                                                                                                                                                                        31699.490727
modelcentury                                                                                                                                                                           1940.028885
modelchallenger                                                                                                                                                                       11309.068339
modelchallenger r/t                                                                                                                                                                   13796.149779
modelchallenger r/t classic                                                                                                                                                           10968.465552
modelchallenger r/t coupe 2d                                                                                                                                                          14523.670708
modelchallenger r/t scat pack                                                                                                                                                         19872.719877
modelchallenger scat pack                                                                                                                                                             25087.180475
modelchallenger se                                                                                                                                                                     4727.048956
modelchallenger srt 392 coupe                                                                                                                                                         20812.358218
modelchallenger srt8                                                                                                                                                                  20434.634488
modelchallenger srt8 coupe 2d                                                                                                                                                         21725.492200
modelchallenger sxt                                                                                                                                                                    6427.348113
modelchallenger sxt plus coupe                                                                                                                                                         8959.168312
modelcharger                                                                                                                                                                           5410.066780
modelcharger daytona 392 sedan                                                                                                                                                        22329.369933
modelcharger gt                                                                                                                                                                       15366.574269
modelcharger plus hellcat                                                                                                                                                             10226.115113
modelcharger r/t scat pack                                                                                                                                                            19484.788496
modelcharger rt                                                                                                                                                                        1723.220081
modelcharger rt awd                                                                                                                                                                    7233.101984
modelcharger scat pack daytona                                                                                                                                                        12944.755637
modelcharger sxt                                                                                                                                                                       3867.012370
modelcharger sxt sedan 4d                                                                                                                                                              6608.118572
modelcherokee                                                                                                                                                                          5342.367006
modelcherokee laredo                                                                                                                                                                   5538.244081
modelcherokee latitude                                                                                                                                                                 1554.351517
modelcherokee limited                                                                                                                                                                 10618.471423
modelcherokee trailhawk                                                                                                                                                                3287.969787
modelcherokee trailhawk 4wd                                                                                                                                                            4131.851212
modelchevelle                                                                                                                                                                         54734.730401
modelchevelle malibu                                                                                                                                                                  58730.543966
modelchevorlet corvette                                                                                                                                                               17115.504394
modelchevorlet silverado 1500                                                                                                                                                         28854.910474
modelCHEVORLET TRAVERSE 2LT                                                                                                                                                            4521.343913
modelChevroelt Traverse                                                                                                                                                                 -72.723968
modelChewy                                                                                                                                                                            26789.537597
modelcheyenne                                                                                                                                                                         22740.777178
modelCHINOOK DREAM 175BH                                                                                                                                                              -5833.262334
modelCHVEROLET SILVERADO EX-CAB 4X4                                                                                                                                                   11033.387122
modelchysler 300                                                                                                                                                                       2118.536341
modelcity express cargo van                                                                                                                                                             609.778375
modelcive se                                                                                                                                                                           -931.424183
modelcivic                                                                                                                                                                             1539.551736
modelcivic coupe                                                                                                                                                                       3709.744821
modelcivic dx coupe                                                                                                                                                                    4286.424748
modelcivic ex                                                                                                                                                                           641.198670
modelcivic ex 4dr sedan                                                                                                                                                                5479.945766
modelcivic ex coupe                                                                                                                                                                     -88.977871
modelcivic ex sedan 4d                                                                                                                                                                 2149.754731
modelcivic ex-l                                                                                                                                                                        2226.932516
modelcivic ex-l sedan 5-speed at                                                                                                                                                       -306.022678
modelcivic ex-l w/navigation                                                                                                                                                          -2936.613494
modelcivic exl                                                                                                                                                                         5004.190886
modelcivic hatchback                                                                                                                                                                  -2618.528532
modelcivic hybrid                                                                                                                                                                      3991.589355
modelcivic lx                                                                                                                                                                           727.580024
modelcivic lx coupe 2d                                                                                                                                                                 1499.523579
modelcivic lx coupe 5-speed at                                                                                                                                                           37.105236
modelcivic lx sedan                                                                                                                                                                    5510.563584
modelcivic lx sedan 4d                                                                                                                                                                 -257.919931
modelcivic lx sedan cvt                                                                                                                                                                 -15.906081
modelcivic sdn                                                                                                                                                                         1877.107763
modelcivic sedan                                                                                                                                                                      -2136.343083
modelcivic sedan hf | gas                                                                                                                                                               257.344511
modelcivic si                                                                                                                                                                          5650.181282
modelcivic si coupe                                                                                                                                                                    4161.170779
modelcivic si coupe 2d                                                                                                                                                                 5253.396489
modelcivic si sedan 4d                                                                                                                                                                 5738.455455
modelcivic sport coupe 2d                                                                                                                                                               798.517213
modelcivic sport touring                                                                                                                                                               6468.165923
modelcivic sport, loaded, reli                                                                                                                                                        -3644.731813
modelcivic touring coupe 2d                                                                                                                                                            4256.696444
modelcivic touring i4 turbo fwd                                                                                                                                                        2170.961806
modelcivic type r touring                                                                                                                                                             18018.217436
modelcivic value packagesedan                                                                                                                                                          1621.849076
modelcivichonda si                                                                                                                                                                     2659.540827
modelcj7                                                                                                                                                                              25367.782083
modelcl-class cl 550                                                                                                                                                                  16746.202966
modelcla                                                                                                                                                                               8875.062060
modelcla 250 4matic                                                                                                                                                                    7099.345065
modelcla-class cla 45                                                                                                                                                                 14981.438439
modelclassic                                                                                                                                                                           4565.655208
modelclk                                                                                                                                                                               5757.199979
modelclk320                                                                                                                                                                            4317.471250
modelcls-class                                                                                                                                                                        14127.099819
modelcls-class cls 550                                                                                                                                                                13866.119109
modelcls550                                                                                                                                                                            7323.460483
modelClub car 4 seater                                                                                                                                                                -7538.507710
modelClub car Precedent                                                                                                                                                              -13985.943185
modelclubman                                                                                                                                                                           1703.148346
modelclubman cooper s hatchback                                                                                                                                                        3426.785659
modelcmax hybrid                                                                                                                                                                      -8431.354555
modelcobalt                                                                                                                                                                           -1059.043551
modelcobalt ls                                                                                                                                                                          218.366038
modelCobra Special Edition                                                                                                                                                            13001.444321
modelCODILLAC                                                                                                                                                                         43077.039472
modelCOLEMAN 2825RK                                                                                                                                                                    5955.027579
modelcolorad                                                                                                                                                                           3692.906035
modelcolorado                                                                                                                                                                         10585.094014
modelcolorado 4wd z71                                                                                                                                                                 20089.119871
modelcolorado crew cab                                                                                                                                                                -4132.565033
modelcolorado crew cab lt                                                                                                                                                             12213.444535
modelcolorado crew cab work                                                                                                                                                           10290.798729
modelcolorado crew cab z71                                                                                                                                                            15139.543775
modelcolorado crew cab zr2                                                                                                                                                            20373.921600
modelcolorado extended cab                                                                                                                                                            10477.642648
modelcolorado lt crew                                                                                                                                                                 10712.075484
modelcolorado z71                                                                                                                                                                      7308.488577
modelcomet                                                                                                                                                                            43092.167428
modelcommander sport 4wd                                                                                                                                                               3749.998069
modelcompass                                                                                                                                                                           1541.489303
modelcompass latitude                                                                                                                                                                  -235.021240
modelcompass limited                                                                                                                                                                   1460.465643
modelcompass sport                                                                                                                                                                    -2321.120132
modelcompass sport 4x4                                                                                                                                                                 1008.767262
modelcompass trailhawk                                                                                                                                                                 5007.615195
modelconcorde                                                                                                                                                                          6481.016259
modelcontinental                                                                                                                                                                      11303.711120
modelcontinental mark v                                                                                                                                                               18530.292147
modelcontinental premiere                                                                                                                                                             11628.375432
modelcontinental reserve                                                                                                                                                              20454.858221
modelcontinental sedan 4d                                                                                                                                                             16949.036616
modelcontinental select sedan                                                                                                                                                         12083.034549
modelconvertible                                                                                                                                                                      17551.267930
modelconvertible cooper s                                                                                                                                                              6493.893858
modelconvertible cooper s 2d                                                                                                                                                          13581.641891
modelcooper                                                                                                                                                                            -666.692233
modelcooper clubman                                                                                                                                                                    -747.299451
modelcooper clubman s                                                                                                                                                                 -1961.713448
modelcooper convertible s                                                                                                                                                               -97.194702
modelcooper countryman s                                                                                                                                                                618.165549
modelcooper hardtop                                                                                                                                                                   -3203.965914
modelcooper hardtop 4 door                                                                                                                                                             6943.342787
modelcooper s                                                                                                                                                                          -431.515457
modelcooper s convertible                                                                                                                                                               466.196022
modelcooper s countryman                                                                                                                                                                656.071169
modelcorolla                                                                                                                                                                           1116.032206
modelcorolla ce                                                                                                                                                                        1881.929204
modelcorolla hatchback                                                                                                                                                                  488.442454
modelcorolla hatchback xse 4d                                                                                                                                                          2227.689048
modelcorolla im                                                                                                                                                                        -976.258696
modelcorolla im hatchback 4d                                                                                                                                                              6.632125
modelcorolla l                                                                                                                                                                         -858.008112
modelcorolla l sedan 4d                                                                                                                                                                -334.470630
modelcorolla le                                                                                                                                                                        1173.291989
modelcorolla le 4dr sedan                                                                                                                                                             -5431.392577
modelcorolla le eco sedan 4d                                                                                                                                                           -433.852135
modelcorolla le sedan 4d                                                                                                                                                              -1086.558949
modelcorolla le sports package                                                                                                                                                          489.143747
modelcorolla matrix                                                                                                                                                                    5071.817637
modelcorolla s                                                                                                                                                                         1821.499750
modelcorolla s special edition                                                                                                                                                          371.341077
modelcoronet 440                                                                                                                                                                      36117.786738
modelcorsair reserve sport                                                                                                                                                            18483.426843
modelcorsair sport utility 4d                                                                                                                                                         13730.371337
modelcorvair                                                                                                                                                                          42038.547391
modelcorvette                                                                                                                                                                         20281.163069
modelcorvette convertible                                                                                                                                                             16076.043179
modelcorvette coupe                                                                                                                                                                   18627.117516
modelcorvette coupe 2d                                                                                                                                                                21433.308360
modelcorvette coupe cars                                                                                                                                                              18040.542427
modelcorvette grand sport                                                                                                                                                             25759.759569
modelcorvette stingray                                                                                                                                                                31939.441948
modelcorvette stingray z51                                                                                                                                                            33693.220252
modelcorvette v8 targa                                                                                                                                                                21707.692569
modelcougar xr7                                                                                                                                                                       12479.464685
modelcountryman                                                                                                                                                                        -561.675566
modelcountryman cooper hatchback                                                                                                                                                       1345.921589
modelcountryman cooper s                                                                                                                                                              11706.892999
modelcountryman cooper s all4                                                                                                                                                          5537.106442
modelcountryman cooper se all4                                                                                                                                                        10680.369407
modelcoupe                                                                                                                                                                            41489.931034
modelcovette                                                                                                                                                                          24009.363659
modelcr-v                                                                                                                                                                              5009.885751
modelcr-v ex                                                                                                                                                                           3109.695088
modelcr-v ex awd                                                                                                                                                                       5310.762503
modelcr-v ex l w/navi 4dr suv                                                                                                                                                          2906.621625
modelcr-v ex sport utility 4d                                                                                                                                                          5800.454748
modelcr-v ex-l                                                                                                                                                                         1856.909137
modelcr-v ex-l awd                                                                                                                                                                     4793.968470
modelcr-v lx                                                                                                                                                                           3528.288432
modelcr-v lx 4wd                                                                                                                                                                       3477.585935
modelcr-v lx sport utility 4d                                                                                                                                                          2710.092269
modelcr-v touring sport utility                                                                                                                                                       10069.399108
modelcr-z ex                                                                                                                                                                          -4451.338937
modelcr-z ex coupe 2d                                                                                                                                                                  2475.254613
modelcross country                                                                                                                                                                      965.385542
modelcrossfire                                                                                                                                                                        -3575.799761
modelcrosstour                                                                                                                                                                        -5284.152385
modelcrosstour ex-l sport                                                                                                                                                              5103.570523
modelcrosstrek                                                                                                                                                                         2067.097482
modelcrosstrek 2.0i premium                                                                                                                                                           -1492.954926
modelcrosstrek limited                                                                                                                                                                 2596.325124
modelcrosstrek premium                                                                                                                                                                 4004.010268
modelcrosstrek xv                                                                                                                                                                     -6419.901700
modelcrown victoria                                                                                                                                                                   -1759.904231
modelcrown victoria interceptor                                                                                                                                                       -3262.402472
modelcrown victoria police                                                                                                                                                            -1555.491023
modelcrown victoria police inter                                                                                                                                                       -135.025274
modelcruise                                                                                                                                                                           -9551.831229
modelcruz lt                                                                                                                                                                          -2079.905339
modelcruze                                                                                                                                                                            -2839.797251
modelcruze 2lt                                                                                                                                                                        -3463.908492
modelcruze 2lt rs                                                                                                                                                                      1028.553933
modelcruze 2lt sedan 4d                                                                                                                                                              -10004.522857
modelcruze eco                                                                                                                                                                        -1568.106005
modelcruze limited                                                                                                                                                                    -3844.462722
modelcruze limited 1lt                                                                                                                                                                -1844.720101
modelcruze limited ltz                                                                                                                                                                  -87.012565
modelcruze ls                                                                                                                                                                         -2679.468090
modelcruze lt                                                                                                                                                                         -2705.950113
modelcruze lt diesel                                                                                                                                                                     32.597918
modelcruze lt rs                                                                                                                                                                       -571.894704
modelcruze lt sedan                                                                                                                                                                   -7919.423321
modelcruze only 89k miles                                                                                                                                                             -3053.502650
modelcruze premier                                                                                                                                                                      346.860190
modelcruze premier sedan 4d                                                                                                                                                             895.725033
modelcrv                                                                                                                                                                               1248.366652
modelcrv awd                                                                                                                                                                           8141.618484
modelcrv ex                                                                                                                                                                            5224.065895
modelcrv ex awd                                                                                                                                                                        5899.054231
modelcrv ex-l                                                                                                                                                                          3679.754136
modelcrv ex-l awd                                                                                                                                                                      4347.306753
modelcrv lx awd                                                                                                                                                                        5921.913294
modelcrx si                                                                                                                                                                           15263.787683
modelct 200h                                                                                                                                                                           3730.683520
modelct 200h hatchback 4d                                                                                                                                                              3774.713980
modelct 200h premium hatchback                                                                                                                                                         4910.664003
modelct5 premium luxury                                                                                                                                                               13708.689866
modelct6                                                                                                                                                                              14054.342950
modelct6 3.6 luxury sedan 4d                                                                                                                                                          14553.705451
modelct6 luxury awd                                                                                                                                                                   17604.058292
modelcts                                                                                                                                                                               3654.439477
modelcts 2.0 luxury sedan 4d                                                                                                                                                          10592.912066
modelcts 3.6 luxury sedan 4d                                                                                                                                                          12497.030310
modelcts 3.6 premium luxury                                                                                                                                                           13989.167713
modelcts 4                                                                                                                                                                             1233.603128
modelcts luxury collection                                                                                                                                                             4634.070442
modelcts sedan                                                                                                                                                                         2382.696024
modelcts sedan 4d                                                                                                                                                                     12779.446888
modelcts-v                                                                                                                                                                            25404.617893
modelcube                                                                                                                                                                              -370.060116
modelcummins 2500 4x4 auto                                                                                                                                                            37598.267099
modelcustom                                                                                                                                                                           53180.729620
modelcx-3 touring sport utility                                                                                                                                                        2515.498603
modelcx-30                                                                                                                                                                            60961.523580
modelcx-5                                                                                                                                                                              2201.654726
modelcx-5 sport                                                                                                                                                                         891.951404
modelcx-7                                                                                                                                                                              3950.006921
modelcx-9                                                                                                                                                                              2493.977844
modelcx-9 touring                                                                                                                                                                      9909.919261
modelcx-9 touring awd                                                                                                                                                                  1498.861196
modelcx-9 touring sport utility                                                                                                                                                       10599.609749
modelcxl                                                                                                                                                                               4339.390791
modeldakota                                                                                                                                                                           10124.260314
modeldakota big horn                                                                                                                                                                   5081.985937
modeldakota club cab                                                                                                                                                                   6085.660025
modeldakota crew cab sport                                                                                                                                                             7330.589999
modeldakota quad cab                                                                                                                                                                   3210.675245
modeldakota r/t                                                                                                                                                                        5514.322762
modeldakota slt                                                                                                                                                                        9187.744837
modeldart                                                                                                                                                                             -2457.426153
modeldart gt                                                                                                                                                                          -4338.099221
modeldart limited                                                                                                                                                                     -3667.009623
modeldart se sedan 4d                                                                                                                                                                  -994.623096
modeldart sxt                                                                                                                                                                         -5942.801754
modeldart sxt sedan                                                                                                                                                                  -10221.249534
modeldavidson heritage classi                                                                                                                                                         -3169.910854
modeldeisel cummins                                                                                                                                                                   40953.510719
modeldeisel cummins 2500                                                                                                                                                              37598.267099
modeldeville                                                                                                                                                                           6484.781879
modeldeville coupe 2d                                                                                                                                                                 11803.542687
modeldeville sedan                                                                                                                                                                     -468.012116
modeldiesel cummins 3500                                                                                                                                                              19754.103944
modeldiscovery                                                                                                                                                                        18627.159185
modeldiscovery sport                                                                                                                                                                   8695.644028
modeldiscovery sport hse                                                                                                                                                              12458.793165
modelDonde caliber                                                                                                                                                                    -5519.903406
modeldts                                                                                                                                                                               1832.015201
modeldump truck kaiser m817                                                                                                                                                           45546.161741
modeldurango                                                                                                                                                                           7081.238052
modeldurango gt                                                                                                                                                                        8410.094084
modeldurango gt plus sport                                                                                                                                                            12619.778394
modeldurango limited                                                                                                                                                                   1369.726825
modeldurango limited awd                                                                                                                                                               8852.779434
modeldurango r/t                                                                                                                                                                      11478.765127
modeldurango r/t sport utility                                                                                                                                                        13176.072755
modeldurango sxt awd gas suv                                                                                                                                                          16606.889564
modele 350                                                                                                                                                                             6846.534187
modele 350 4matic                                                                                                                                                                     10819.654819
modele 350 luxury                                                                                                                                                                     11688.633752
modele 400                                                                                                                                                                            25466.982365
modele 450                                                                                                                                                                             4536.531006
modele 550                                                                                                                                                                            13372.226646
modele-150                                                                                                                                                                             7673.301564
modele-150 cargo van                                                                                                                                                                   7675.780237
modele-150 reefer cargo van                                                                                                                                                            8791.040329
modele-350                                                                                                                                                                            13358.618261
modele-450                                                                                                                                                                            10564.699655
modele-450 galvan universal                                                                                                                                                           16822.629993
modele-class                                                                                                                                                                           9106.647195
modele-class 500 4ma                                                                                                                                                                   2675.061544
modele-class e 300                                                                                                                                                                    16238.630304
modele-class e 350                                                                                                                                                                     6682.884501
modele-class e 400                                                                                                                                                                    20433.468966
modele-class e 550                                                                                                                                                                    12030.923755
modele-class e 63 amg                                                                                                                                                                 23522.861663
modele-class e350 4matic luxury sedan                                                                                                                                                  5175.803191
modele-class e350 4matic sport sedan                                                                                                                                                   6511.201350
modele-class e350 sport                                                                                                                                                                6071.734354
modele-golf se hatchback                                                                                                                                                                 74.839550
modele-pace first edition                                                                                                                                                             21065.212433
modele-pace p250 se sport                                                                                                                                                             20340.258961
modele-pace p250 sport utility                                                                                                                                                        16725.558278
modele-pace p300 r-dynamic se                                                                                                                                                         26584.820153
modele-series cargo                                                                                                                                                                   -8763.879347
modele-series chassis                                                                                                                                                                 16496.256349
modele-series chassis e-350                                                                                                                                                            8630.031341
modele-series chassis e-450 sd                                                                                                                                                         2801.858585
modele150 econoline                                                                                                                                                                   22825.009904
modele200 a econoline van                                                                                                                                                             24535.549919
modele250                                                                                                                                                                              5579.012703
modele250 cargo van                                                                                                                                                                    5562.140036
modele250 econoline                                                                                                                                                                    6177.776736
modele250 van                                                                                                                                                                          7884.090994
modele300                                                                                                                                                                              6741.300190
modele320 4matic                                                                                                                                                                       5166.854956
modele350                                                                                                                                                                             12765.955059
modele350 12-passenger van                                                                                                                                                            22745.611329
modele350 4matic                                                                                                                                                                       3564.533089
modele350 4matic awd sp                                                                                                                                                               16856.025441
modele350 ambulance                                                                                                                                                                    4172.394185
modele350 cargo van                                                                                                                                                                   10771.285328
modele350 e350 10ft plumbers,                                                                                                                                                         15647.255484
modele350 passenger van                                                                                                                                                               15457.743608
modele350 sport 4matic                                                                                                                                                                 6097.073592
modele350 van xlt (15 passenger                                                                                                                                                       12651.667926
modele350 xlt                                                                                                                                                                         11027.263168
modele350sd                                                                                                                                                                            6890.257783
modele450                                                                                                                                                                              6981.721564
modele450 bus                                                                                                                                                                         10443.121524
modele46 m3                                                                                                                                                                           19135.563443
modelebony                                                                                                                                                                            26232.669716
modeleclipse                                                                                                                                                                            754.386256
modeleclipse cross                                                                                                                                                                     1977.034712
modeleclipse cross es                                                                                                                                                                 -1331.791710
modeleclipse cross le                                                                                                                                                                  1703.301477
modeleclipse cross sp                                                                                                                                                                   906.043853
modeleclipse gst                                                                                                                                                                      11162.660216
modeleclipse spyder gt                                                                                                                                                                 2234.284730
modeleconoline                                                                                                                                                                         8206.766111
modeleconoline cargo van                                                                                                                                                               9925.113909
modeleconoline commercial cutaway                                                                                                                                                     17354.924421
modeleconoline e150 cargo van                                                                                                                                                          6362.941244
modeleconoline e250                                                                                                                                                                    2396.856255
modeleconoline e350                                                                                                                                                                   13707.013603
modeleconoline wagon                                                                                                                                                                  12035.950869
modelecosport                                                                                                                                                                           504.194917
modelecosport se                                                                                                                                                                      -1884.235933
modelecosport se fwd w/ sunroof automatic                                                                                                                                             -1592.668313
modelecosport se sport utility                                                                                                                                                        -1005.141436
modelecosport titanium                                                                                                                                                                -1124.620246
modeledge                                                                                                                                                                              3129.897276
modeledge limited                                                                                                                                                                      4074.827099
modeledge limited 4dr crossove                                                                                                                                                         2591.838418
modeledge limited awd                                                                                                                                                                  3566.708157
modeledge limited wagon                                                                                                                                                                1547.212591
modeledge se                                                                                                                                                                            -31.562260
modeledge sel                                                                                                                                                                          3697.312568
modeledge sel awd                                                                                                                                                                      5974.844505
modeledge sel plus awd                                                                                                                                                                 4225.775733
modeledge sel suv                                                                                                                                                                      9944.321058
modeledge sport                                                                                                                                                                        9569.561653
modeledge sport awd! awd                                                                                                                                                               5621.892201
modelel camino                                                                                                                                                                        27013.125220
modelelantra                                                                                                                                                                          -2249.233795
modelelantra gls                                                                                                                                                                      -1816.813232
modelelantra gt                                                                                                                                                                       -3462.277989
modelelantra limited                                                                                                                                                                  -1807.354144
modelelantra limited sedan 4d                                                                                                                                                         -7449.877651
modelelantra se                                                                                                                                                                       -4784.431978
modelELANTRA SE                                                                                                                                                                       -1770.883564
modelelantra se sedan 4d                                                                                                                                                              -2724.375726
modelelantra sel                                                                                                                                                                      -2135.026539
modelelantra touring                                                                                                                                                                  -2319.522150
modelelantra value edition ivt                                                                                                                                                        -5113.481286
modeleldorado                                                                                                                                                                         36402.391396
modeleldorado etc                                                                                                                                                                      3643.424539
modelelement                                                                                                                                                                           8572.835522
modelelement ex awd                                                                                                                                                                    6158.162147
modelEmergency One Fire Truck                                                                                                                                                         25529.719690
modelenclave                                                                                                                                                                           8607.240629
modelenclave avenir sport                                                                                                                                                             21347.794031
modelenclave awd                                                                                                                                                                       4772.263312
modelenclave cxl                                                                                                                                                                       2704.954166
modelenclave essence sport                                                                                                                                                            13888.013069
modelenclave leather                                                                                                                                                                   5315.512219
modelenclave leather sport                                                                                                                                                            10040.330144
modelenclave premium sport                                                                                                                                                            17120.173501
modelencore                                                                                                                                                                           -3018.745428
modelencore convenience                                                                                                                                                                 603.344218
modelencore gx essence sport                                                                                                                                                           7046.260192
modelencore gx select sport                                                                                                                                                             905.226258
modelencore leather                                                                                                                                                                    -628.711963
modelencore leather sport                                                                                                                                                             -2205.910355
modelencore preferred                                                                                                                                                                  1003.750112
modelencore preferred sport                                                                                                                                                              20.622861
modelencore premium sport8                                                                                                                                                            -2791.960363
modelendeavor                                                                                                                                                                         -2254.192633
modelenvision                                                                                                                                                                          6281.357111
modelenvision essence                                                                                                                                                                  4787.495658
modelenvision essence sport                                                                                                                                                            7194.960596
modelenvoy                                                                                                                                                                             4341.912260
modelenvoy 4x4 xuv 5.3l v8 slt loaded low miles one owner                                                                                                                              8965.513246
modelenvoy sle                                                                                                                                                                         1472.315606
modelenvoy xl                                                                                                                                                                          4850.988493
modeleos                                                                                                                                                                                728.870385
modeleos sport convertible                                                                                                                                                             4989.013818
modeleqinox                                                                                                                                                                            7779.255382
modelequinox                                                                                                                                                                           1190.908945
modelequinox 1lt awd                                                                                                                                                                   1348.320085
modelequinox 2lt                                                                                                                                                                       1785.672053
modelequinox ls                                                                                                                                                                        -650.232043
modelequinox lt                                                                                                                                                                        -381.592691
modelequinox lt 1lt                                                                                                                                                                    -261.403109
modelequinox lt awd                                                                                                                                                                    3769.015520
modelequinox ltz                                                                                                                                                                       1322.069899
modelequinox ltz awd                                                                                                                                                                   -240.422862
modelequinox premier                                                                                                                                                                   7042.901920
modelequus signature sedan 4d                                                                                                                                                          7246.630984
modeles                                                                                                                                                                                7444.155442
modeles 300                                                                                                                                                                            5816.687161
modeles 300h                                                                                                                                                                          13756.320388
modeles 350                                                                                                                                                                            6149.105461
modelES 350                                                                                                                                                                            3964.175343
modeles 350 sedan 4d                                                                                                                                                                   7155.258810
modeles-339                                                                                                                                                                            6609.844922
modeles330                                                                                                                                                                             1486.271523
modeles350                                                                                                                                                                             2829.261845
modelescalade                                                                                                                                                                         14305.259236
modelescalade 4wd 4dr platinum                                                                                                                                                        38790.793540
modelescalade awd                                                                                                                                                                     12431.683575
modelescalade esv                                                                                                                                                                     22449.366266
modelescalade esv awd                                                                                                                                                                 10293.963466
modelescalade esv luxury                                                                                                                                                              38891.680272
modelescalade esv platinum                                                                                                                                                            40077.266560
modelescalade luxury                                                                                                                                                                  17960.721393
modelescalade premium sport                                                                                                                                                           17998.186969
modelescalade sport                                                                                                                                                                   23870.163099
modelescalade suv awd                                                                                                                                                                 13412.496963
modelescape                                                                                                                                                                            1164.115207
modelescape **backup camera ,                                                                                                                                                          -503.223036
modelescape hybrid                                                                                                                                                                     1894.529427
modelescape limited                                                                                                                                                                    -895.990940
modelescape s                                                                                                                                                                           317.250497
modelescape se                                                                                                                                                                         -404.256926
modelescape se awd                                                                                                                                                                       63.738372
modelescape se fwd gas suv auto                                                                                                                                                        3049.648537
modelescape sel                                                                                                                                                                        3104.896076
modelescape titanium                                                                                                                                                                   1403.333099
modelescape titanium 4wd                                                                                                                                                               2600.939638
modelescape titanium 4wd, w/ navigation                                                                                                                                                4377.955334
modelescape xls                                                                                                                                                                        6684.892006
modelescape xlt                                                                                                                                                                        2039.145799
modelescape xlt 4x4                                                                                                                                                                    -290.544041
modelescape xlt sport utility                                                                                                                                                          1912.092695
modelescape xltsuv                                                                                                                                                                     1382.510871
modelescort zx2                                                                                                                                                                        6162.053768
modelevoque                                                                                                                                                                            6509.191010
modelevoque se 4x4 gas suv                                                                                                                                                            11457.405106
modelex37 journey awd! awd                                                                                                                                                             3577.201055
modelexcursion                                                                                                                                                                        15000.004761
modelexcursion eddie bauer                                                                                                                                                            13914.195058
modelexcursion limited                                                                                                                                                                34798.644831
modelexcursion limited 55k miles*1-owner*diesel*rust free*collector quality*like new in&out*all original*new wheels & tires*unicorn alert                                             53132.176076
modelexcursion xlt                                                                                                                                                                    19661.084504
modelExpedición                                                                                                                                                                        1310.332788
modelexpedition                                                                                                                                                                       11497.598186
modelexpedition eddie bauer                                                                                                                                                            5117.545193
modelexpedition eddie bauer 4x4                                                                                                                                                        7914.037485
modelexpedition el                                                                                                                                                                     5934.492990
modelexpedition el eddie bauer                                                                                                                                                         8801.840706
modelexpedition king ranch                                                                                                                                                             5923.382336
modelexpedition max                                                                                                                                                                   39688.550654
modelexpedition platinum 4x4 gas                                                                                                                                                      14595.830902
modelexpedition xlt                                                                                                                                                                    6559.115737
modelexpedition xlt 4x4                                                                                                                                                                2400.750983
modelexpedition xlt sport                                                                                                                                                             14163.215282
modelexpedition xlt suv                                                                                                                                                               24287.262363
modelexplorer                                                                                                                                                                          7586.863984
modelexplorer 4dr 114" wb xlt                                                                                                                                                         -5305.695295
modelexplorer 4x4                                                                                                                                                                      1372.433660
modelexplorer 4x4 gas suv auto                                                                                                                                                        14028.038073
modelexplorer eddie bauer 4wd                                                                                                                                                          2153.689511
modelexplorer eddie bauer 4x4                                                                                                                                                          6721.559436
modelexplorer eddie bauer leathe                                                                                                                                                       5293.798016
modelexplorer hybrid limited                                                                                                                                                          22238.915148
modelexplorer limited                                                                                                                                                                 11409.428825
modelexplorer limited 4wd                                                                                                                                                              5296.987139
modelexplorer sport                                                                                                                                                                    9163.664335
modelexplorer sport 4x4                                                                                                                                                                9647.358678
modelexplorer sport trac xlt                                                                                                                                                           4959.001322
modelexplorer suv                                                                                                                                                                      3379.636918
modelexplorer xlt                                                                                                                                                                      4243.789802
modelexplorer xlt 4x4                                                                                                                                                                 17722.122260
modelexplorer xlt suv                                                                                                                                                                  8719.025935
modelexpress                                                                                                                                                                           9110.128614
modelexpress 2500                                                                                                                                                                      9959.392106
modelexpress 2500 extended                                                                                                                                                             6122.039149
modelexpress 3500 10' box truck                                                                                                                                                       12231.137800
modelexpress cargo                                                                                                                                                                    15239.659387
modelexpress cargo 3500                                                                                                                                                               10812.889789
modelexpress cargo van                                                                                                                                                                12156.906391
modelexpress commercial                                                                                                                                                               16170.238626
modelexpress commercial cutaway                                                                                                                                                       22146.562968
modelexpress cutaway 3500                                                                                                                                                              7251.146350
modelexpress g1500                                                                                                                                                                     5674.633826
modelexpress passenger                                                                                                                                                                 5331.448889
modelf 250                                                                                                                                                                            20220.195866
modelf 450                                                                                                                                                                            31269.411152
modelf 650                                                                                                                                                                            23504.796200
modelf-1                                                                                                                                                                              74008.901301
modelf-100                                                                                                                                                                            32919.629089
modelf-150                                                                                                                                                                            13860.802934
modelf-150 crew cab                                                                                                                                                                    7993.283556
modelf-150 fx4                                                                                                                                                                        11739.597967
modelf-150 fx4 4wd!crew cab                                                                                                                                                           14968.417385
modelf-150 fx4 lifted crew ecoboost 3.5liter                                                                                                                                          23399.428226
modelf-150 king ranch 4x4 ecoboo                                                                                                                                                      17415.878055
modelf-150 lariat                                                                                                                                                                     16277.983450
modelf-150 lariat 4wd                                                                                                                                                                 32863.448195
modelf-150 lariat supercrew 5.                                                                                                                                                        13746.669330
modelf-150 limited                                                                                                                                                                    14172.825752
modelf-150 platinum crew cab 4x4                                                                                                                                                      20221.591195
modelf-150 platinum**navi*cam*l                                                                                                                                                       24269.857475
modelf-150 super cab                                                                                                                                                                   6940.180639
modelf-150 supercrew                                                                                                                                                                  12302.232977
modelf-150 supercrew 4x4 xlt                                                                                                                                                          17995.343839
modelF-150 Supercrew SVT Raptor                                                                                                                                                       29982.311787
modelf-150 xl                                                                                                                                                                         12112.476585
modelf-150 xl 2dr standard cab                                                                                                                                                         7425.663410
modelf-150 xl 4x4                                                                                                                                                                      4500.115730
modelf-150 xl standard cab                                                                                                                                                               90.574005
modelf-150 xl supercrew                                                                                                                                                               15907.000536
modelf-150 xlt                                                                                                                                                                        11558.306068
modelf-150 xlt 4wd                                                                                                                                                                    17233.839524
modelf-150 xlt 4wd supercrew                                                                                                                                                          18668.292346
modelf-150 xlt 4wd supercrew 5.5' box                                                                                                                                                 18853.661857
modelf-150 xlt 4x4                                                                                                                                                                    17498.668270
modelf-150 xlt sport supercrew                                                                                                                                                        24528.541611
modelf-150 xltcrew cab                                                                                                                                                                20239.926419
modelf-250                                                                                                                                                                            21797.685637
modelf-250 4x4 service utility truck                                                                                                                                                  18075.175010
modelf-250 crew cab king ranch 4x4                                                                                                                                                    38518.923874
modelf-250 sd                                                                                                                                                                         20495.286004
modelf-250 super duty                                                                                                                                                                 16273.615996
modelf-250 super duty 4x2 2dr re                                                                                                                                                      19802.365760
modelf-250 super duty super duty                                                                                                                                                      21653.692800
modelf-250 super duty xlt                                                                                                                                                             34328.926182
modelf-250 super duty xlt 4dr crew cab xlt                                                                                                                                            20717.090789
modelf-250 supercab                                                                                                                                                                   20137.704258
modelf-250 supert duty xlt                                                                                                                                                             7397.968410
modelf-250 xlt                                                                                                                                                                         6665.251510
modelf-350                                                                                                                                                                            25499.320129
modelf-350 crew cab dump bed 4x4 drw                                                                                                                                                  29854.982287
modelf-350 crew cab lariat 4x4                                                                                                                                                        31761.936470
modelf-350 crew cab lariat 4x4 drw                                                                                                                                                    30836.088050
modelf-350 ext cab xl 4x4                                                                                                                                                             20848.502447
modelf-350 super duty                                                                                                                                                                 14583.655130
modelf-350 super duty 4x2 2dr re                                                                                                                                                      18014.075847
modelf-350 super duty crew cab xlt 6.7 liter                                                                                                                                          36877.137337
modelf-350 super duty lariat                                                                                                                                                          36718.890219
modelf-350 super duty super duty                                                                                                                                                      24253.567929
modelf-350 superduty lariat crew drw                                                                                                                                                  36660.098681
modelf-350 superduty xlt drw 6.7 liter diesel                                                                                                                                         41316.407900
modelf-350 xl                                                                                                                                                                          6618.339507
modelf-350 xl super duty                                                                                                                                                              13322.749920
modelf-350 xlt                                                                                                                                                                        33594.448956
modelf-350 xlt 4x4                                                                                                                                                                     9150.095508
modelf-350 xlt power stroke                                                                                                                                                           12738.532800
modelf-350 xlt stake bed                                                                                                                                                              37880.944737
modelf-350sd xl                                                                                                                                                                       12071.941542
modelf-450                                                                                                                                                                            18495.618635
modelf-450 sd 41 foot 4x4 3 point                                                                                                                                                     23668.232247
modelf-450 super duty                                                                                                                                                                 12511.001039
modelf-450sd                                                                                                                                                                          13359.600382
modelf-550                                                                                                                                                                            23797.331276
modelf-550 4x4 flatbed                                                                                                                                                                17142.443206
modelf-550 super duty                                                                                                                                                                 13569.187675
modelf-550sd                                                                                                                                                                          22035.086750
modelf-750                                                                                                                                                                            26717.567900
modelf-pace                                                                                                                                                                           16134.375676
modelf-pace 20d premium sport                                                                                                                                                         15831.329867
modelf-pace 20d prestige sport                                                                                                                                                        15411.595882
modelf-pace 25t prestige sport                                                                                                                                                        16706.026420
modelf-pace 35t r-sport                                                                                                                                                               25963.967925
modelf-type coupe 2d                                                                                                                                                                  18255.776992
modelf-type v8 s                                                                                                                                                                      23519.838899
modelf100                                                                                                                                                                             13475.269739
modelf100 pickup                                                                                                                                                                      26064.132434
modelf150                                                                                                                                                                              8702.765814
modelf150 4x4                                                                                                                                                                          7238.368925
modelf150 fx4                                                                                                                                                                          8286.932821
modelf150 fx4 4x4                                                                                                                                                                     13177.614118
modelf150 fx4 4x4 1/2 ton gas                                                                                                                                                         19437.853891
modelf150 king ranch                                                                                                                                                                  13229.864313
modelf150 king ranch fx4 4x4 gas                                                                                                                                                      27667.186263
modelf150 lariat                                                                                                                                                                       9595.371165
modelf150 lariat 4wd                                                                                                                                                                  30834.388037
modelf150 lariat fx4 4x4 1/2 ton                                                                                                                                                      31189.803821
modelf150 limited 4x4 half ton                                                                                                                                                        38841.209200
modelf150 platinum                                                                                                                                                                    11270.318154
modelf150 platinum 4x4 1/2 ton                                                                                                                                                        36098.357904
modelf150 platinum fx4 4x4 gas                                                                                                                                                        25489.694749
modelf150 regular cab                                                                                                                                                                  5022.302697
modelf150 regular cab xl pickup                                                                                                                                                        9764.253822
modelf150 stx                                                                                                                                                                         -2873.247187
modelf150 stx 4x4 half ton gas                                                                                                                                                        25728.501530
modelf150 super cab                                                                                                                                                                   12294.743524
modelf150 super cab lariat                                                                                                                                                            16830.507020
modelf150 super cab xl pickup 4d                                                                                                                                                      10627.415510
modelf150 super cab xlt pickup                                                                                                                                                        15025.589823
modelf150 supercab xlt                                                                                                                                                                 5578.901684
modelf150 supercab xlt 4x4                                                                                                                                                             7719.102756
modelf150 supercrew                                                                                                                                                                   12415.008154
modelf150 supercrew cab                                                                                                                                                                7395.923097
modelf150 supercrew cab fx4                                                                                                                                                           17727.580015
modelf150 supercrew cab lariat                                                                                                                                                        22246.983386
modelf150 supercrew cab xl                                                                                                                                                            14529.175717
modelf150 supercrew cab xlt                                                                                                                                                           14440.312955
modelf150 svt lightning                                                                                                                                                               26124.034409
modelf150 xl                                                                                                                                                                           2782.966711
modelf150 xlt                                                                                                                                                                         14112.116396
modelf150 xlt 4wd                                                                                                                                                                      9503.584058
modelf150 xlt 4wd f-150 4x4                                                                                                                                                           20946.790625
modelf150 xlt 4x4                                                                                                                                                                     12567.393071
modelf150 xlt 4x4 half ton gas                                                                                                                                                        16454.965386
modelf150 xlt fx4                                                                                                                                                                      8980.114298
modelf150 xlt fx4 4x4 half ton                                                                                                                                                        23691.568161
modelf150 xlt sport 4x4 half ton                                                                                                                                                      23320.929233
modelf150 xlt sport crew                                                                                                                                                              18677.309800
modelf150 xlt supercrew                                                                                                                                                               17673.523661
modelf150 xlt triton v8                                                                                                                                                                5160.332788
modelf150 xlt xtr 4x4 half ton                                                                                                                                                        20210.529278
modelf250                                                                                                                                                                             21384.090621
modelf250 4wd                                                                                                                                                                         34722.793056
modelf250 4x4                                                                                                                                                                         23703.037442
modelf250 4x4 diesel crew cab                                                                                                                                                         29554.918793
modelf250 7.3 diesel                                                                                                                                                                   6249.954168
modelf250 crew cab long bed                                                                                                                                                           20994.786988
modelf250 diesel                                                                                                                                                                      14937.694953
modelf250 ext cab 4x4                                                                                                                                                                 15098.076529
modelf250 lariat                                                                                                                                                                      17839.633110
modelf250 lariat 4x4 diesel                                                                                                                                                           39860.121752
modelf250 platinum 4x4                                                                                                                                                                37160.358645
modelf250 sd xlt                                                                                                                                                                      23517.976058
modelf250 super duty                                                                                                                                                                  12151.030601
modelf250 super duty 4x4                                                                                                                                                              20643.404091
modelf250 super duty 4x4 diesel                                                                                                                                                       21375.553836
modelf250 super duty crew cab                                                                                                                                                         26676.832710
modelf250 super duty diesel                                                                                                                                                           16991.381941
modelf250 super duty lariat                                                                                                                                                           36880.323736
modelf250 super duty platinum                                                                                                                                                         30588.772758
modelf250 super duty regular cab                                                                                                                                                      19979.951893
modelf250 super duty super cab                                                                                                                                                        22662.619676
modelf250 super duty xlt                                                                                                                                                              19673.113836
modelf250 xlt                                                                                                                                                                         15138.407193
modelf350                                                                                                                                                                             18473.353366
modelf350 crew cab                                                                                                                                                                    14710.901145
modelf350 deisel powerstroke xlt                                                                                                                                                      23770.545342
modelf350 diesel                                                                                                                                                                      12688.449981
modelf350 drw 4x4                                                                                                                                                                     34108.033735
modelf350 dually                                                                                                                                                                      20105.981465
modelf350 dump truck                                                                                                                                                                  33832.686384
modelf350 lariat                                                                                                                                                                      17943.215278
modelf350 lariat srw 4x4                                                                                                                                                              24563.737623
modelf350 super duty                                                                                                                                                                  15199.610401
modelf350 super duty 4x4                                                                                                                                                              42553.021092
modelf350 super duty crew cab                                                                                                                                                         19617.976268
modelf350 super duty larait                                                                                                                                                           39524.383344
modelf350 work truck                                                                                                                                                                  10703.889197
modelf350 xl                                                                                                                                                                           4877.561365
modelf350 xl fx4 4x4 one ton                                                                                                                                                          34344.232588
modelf450 super duty                                                                                                                                                                  13541.619620
modelf450 xl                                                                                                                                                                          11137.588676
modelf450sd                                                                                                                                                                           30429.217063
modelf50                                                                                                                                                                              16457.942968
modelf550                                                                                                                                                                             26364.202948
modelf550 4x4 crew cab                                                                                                                                                                42497.831034
modelf550 lariat                                                                                                                                                                       -218.571940
modelf550 super duty                                                                                                                                                                  19677.345668
modelf550 super duty crew cab & chassis                                                                                                                                               46290.956443
modelf550 xl                                                                                                                                                                          51841.318815
modelf650                                                                                                                                                                             22594.459285
modelf650 super duty                                                                                                                                                                  23802.973654
modelf750                                                                                                                                                                             23406.234591
modelf750 xl                                                                                                                                                                          24246.297799
modelfairlane                                                                                                                                                                         33580.101495
modelfalcon wagon                                                                                                                                                                     93140.474498
modelfh 100 box truck                                                                                                                                                                 18884.061484
modelfiesta                                                                                                                                                                           -5885.639311
modelfiesta s                                                                                                                                                                         -6790.675188
modelfiesta se                                                                                                                                                                        -4775.341069
modelfiesta se hatchback                                                                                                                                                              -2802.520569
modelfiesta se sedan 4d                                                                                                                                                               -4131.393020
modelfirebird                                                                                                                                                                         13082.694790
modelfirebird trans-am                                                                                                                                                                20141.732911
modelfit                                                                                                                                                                              -1040.916345
modelfit ex hatchback 4d                                                                                                                                                               -915.235334
modelfive hundred                                                                                                                                                                      4767.468669
modelfive hundred sel                                                                                                                                                                  4391.311077
modelfj cruiser                                                                                                                                                                       22668.036652
modelfj cruiser 4x4                                                                                                                                                                   17509.361483
modelfj cruiser base                                                                                                                                                                  16824.005544
modelflex                                                                                                                                                                              4356.348639
modelflex se sport utility 4d                                                                                                                                                          5380.427284
modelflex sel                                                                                                                                                                          1012.241208
modelflex sel awd                                                                                                                                                                      3428.409392
modelfocus                                                                                                                                                                            -1927.212301
modelfocus electric 3u                                                                                                                                                                14544.603678
modelfocus electric hatchback 4d                                                                                                                                                      -4444.946754
modelfocus rs awd gas hatchback                                                                                                                                                       22150.957716
modelfocus se                                                                                                                                                                         -3605.541909
modelfocus se automatic                                                                                                                                                               -2790.018108
modelfocus se fwd gas sedan auto                                                                                                                                                      -2376.225364
modelfocus se hatchback                                                                                                                                                               -4632.013900
modelfocus se sedan                                                                                                                                                                   -4716.533048
modelfocus se sedan 4d                                                                                                                                                                -3448.175025
modelfocus se!                                                                                                                                                                        -2488.977871
modelfocus sel                                                                                                                                                                        -3561.248572
modelfocus ses                                                                                                                                                                         3417.754022
modelfocus st                                                                                                                                                                           542.225100
modelfocus st hatchback 4d                                                                                                                                                             5362.336632
modelfocus titanium                                                                                                                                                                   -5585.643461
modelfocus titanium hatchback 4d                                                                                                                                                      -1007.244093
modelfocus wagon zxw                                                                                                                                                                  -2719.775702
modelfocus zx4                                                                                                                                                                        -2307.139195
modelfocus zx5                                                                                                                                                                        -1708.056763
modelFord.cope                                                                                                                                                                        65064.712036
modelFORD/EXPLORER                                                                                                                                                                     5841.713411
modelforde450                                                                                                                                                                          3671.424599
modelforester                                                                                                                                                                          3653.940769
modelforester (natl)                                                                                                                                                                   3385.145271
modelforester 2.5 x                                                                                                                                                                    2535.698019
modelforester 2.5i                                                                                                                                                                     1863.006145
modelforester 2.5i premium                                                                                                                                                             -752.770619
modelforester 2.5i premium awd                                                                                                                                                          326.097768
modelforester 2.5i sport                                                                                                                                                               2975.328779
modelforester 2.5x                                                                                                                                                                        8.198370
modelforester 2.5x premium                                                                                                                                                             1703.851487
modelforester 2.5x premium awd                                                                                                                                                          542.660872
modelforester premium awd                                                                                                                                                              7731.052270
modelforester x                                                                                                                                                                        -728.331206
modelforte                                                                                                                                                                            -4139.793199
modelforte ex                                                                                                                                                                         -1715.403040
modelforte fe sedan 4d                                                                                                                                                                -2962.276589
modelforte koup                                                                                                                                                                        -469.651734
modelforte koup ex coupe 2d                                                                                                                                                            -766.946333
modelforte koup sx coupe 2d                                                                                                                                                             -87.059080
modelforte lx                                                                                                                                                                         -4647.824380
modelforte lx sedan 4d                                                                                                                                                                -1955.685457
modelforte lxs                                                                                                                                                                          114.073884
modelforte sx                                                                                                                                                                         -2828.603677
modelfreestar                                                                                                                                                                          4463.825978
modelfreestar ses                                                                                                                                                                      2180.582321
modelfreestyle limited                                                                                                                                                                  765.864556
modelFreighliner                                                                                                                                                                      51209.248117
modelfreightliner                                                                                                                                                                     21466.189309
modelFREIGHTLINER                                                                                                                                                                     41685.941905
modelfreightliner bus                                                                                                                                                                   705.841670
modelfreightliner cascadia                                                                                                                                                            62816.000818
modelFREIGHTLINER CASCADIA                                                                                                                                                            43510.938684
modelfreightliner fl70                                                                                                                                                                38600.776720
modelFreightliner M-Line Walk-in Van                                                                                                                                                  28795.751699
modelfreightliner m2                                                                                                                                                                  -4359.053328
modelFreightliner M2                                                                                                                                                                  57809.903276
modelFreightliner M2 106                                                                                                                                                              31340.413446
modelFreightliner ms 106                                                                                                                                                              17933.300505
modelFreightliner MT55                                                                                                                                                                29619.944948
modelFREIGHTLINER THOMAS                                                                                                                                                              -1189.782999
modelfrontier                                                                                                                                                                          7033.042706
modelfrontier 4x4                                                                                                                                                                      5809.724384
modelfrontier 4x4 ext cab                                                                                                                                                              4978.751849
modelfrontier crew cab                                                                                                                                                                 6655.380923
modelfrontier crew cab pro-4x                                                                                                                                                         10908.312547
modelfrontier crew cab sv                                                                                                                                                              8231.291516
modelfrontier king cab s                                                                                                                                                               4980.011693
modelfrontier se                                                                                                                                                                      14643.947813
modelfrontier standard                                                                                                                                                                 6804.063741
modelfrontier sv 85k ml.1owner well maint clean car-fax toolbox                                                                                                                        1880.841442
modelfrontier sv crew cab                                                                                                                                                              7496.413717
modelftype s british design                                                                                                                                                           35520.795513
modelfusion                                                                                                                                                                           -1069.321513
modelfusion energi                                                                                                                                                                    -1030.294655
modelfusion hybrid                                                                                                                                                                     1174.842691
modelfusion hybrid se                                                                                                                                                                  -187.103904
modelfusion r4511                                                                                                                                                                      1089.941389
modelfusion s                                                                                                                                                                         -2690.203944
modelfusion se                                                                                                                                                                         2787.398078
modelfusion se 4dr sedan                                                                                                                                                                995.567076
modelfusion se v6                                                                                                                                                                     -2320.604141
modelfusion se w / navigation                                                                                                                                                          -523.113698
modelfusion sel                                                                                                                                                                       -1144.248492
modelfusion titanium                                                                                                                                                                  -2226.142787
modelfuso                                                                                                                                                                             -4727.773354
modelfuso fe160                                                                                                                                                                       19105.503981
modelfuso fh211                                                                                                                                                                       32148.642011
modelFuso Mk                                                                                                                                                                           9109.270009
modelfx35                                                                                                                                                                              4643.191203
modelfx37                                                                                                                                                                              6626.409398
modelg 37c                                                                                                                                                                            11609.954827
modelg g37 convertible 2d                                                                                                                                                              8128.865007
modelg g37 journey sedan 4d                                                                                                                                                            6337.515981
modelg g37x sedan 4d                                                                                                                                                                   5906.915149
modelg sedan                                                                                                                                                                           1478.990686
modelg-6                                                                                                                                                                               -978.899682
modelg-series                                                                                                                                                                         13968.170372
modelg35                                                                                                                                                                               5311.100256
modelg37 sedan                                                                                                                                                                         2409.189518
modelg37x                                                                                                                                                                              4625.398830
modelg37x awd                                                                                                                                                                          2402.688626
modelg550                                                                                                                                                                             31796.657960
modelg6                                                                                                                                                                                -282.744299
modelg6 gt                                                                                                                                                                             1179.114886
modelg63                                                                                                                                                                               6673.412704
modelg8                                                                                                                                                                               16431.482404
modelg8 gt                                                                                                                                                                             9409.936808
modelgalaxie                                                                                                                                                                          29853.815621
modelgalaxie 500                                                                                                                                                                      36815.011466
modelgazelle                                                                                                                                                                          19941.973780
modelgenesis                                                                                                                                                                           2388.658440
modelgenesis 3.8 sedan 4d                                                                                                                                                              6273.899487
modelgenesis 3.8l                                                                                                                                                                     -7556.184646
modelgenesis coupe 3.8                                                                                                                                                                  135.479461
modelgenesis coupe 3.8 2d                                                                                                                                                              6567.899205
modelGenesis G70 2.0T Advanced Sedan                                                                                                                                                  12425.864224
modelGenesis G70 2.0T Sedan 4D                                                                                                                                                         9180.497589
modelGenesis G70 3.3T Advanced Sedan                                                                                                                                                  18882.401608
modelGenesis G70 3.3T Dynamic Edition                                                                                                                                                 19477.076901
modelGenesis G80                                                                                                                                                                       8392.866248
modelGENESIS G80                                                                                                                                                                      15266.207380
modelGenesis G80 3.8 Sedan 4D                                                                                                                                                          9702.268781
modelGenesis G90 3.3T Premium Sedan                                                                                                                                                   18639.864022
modelGenesis G90 5.0 Ultimate Sedan                                                                                                                                                   28585.341939
modelgl-class                                                                                                                                                                          7957.762326
modelgl450 4matic 4wd l                                                                                                                                                               11115.948114
modelgl450 4matic awd                                                                                                                                                                  7067.086632
modelgla                                                                                                                                                                               3739.683787
modelgla 250 4matic                                                                                                                                                                    9337.819925
modelgla-class                                                                                                                                                                         6043.040621
modelgla-class gla 45                                                                                                                                                                 16629.738190
modelgladiator                                                                                                                                                                        27235.802620
modelgladiator overland pickup                                                                                                                                                        23034.239725
modelGladiator Spartan                                                                                                                                                                26427.393452
modelgladiator sport pickup 4d 5                                                                                                                                                      17350.657947
modelglc                                                                                                                                                                              11522.901163
modelglc 300 4matic awd                                                                                                                                                               15960.071560
modelglc 300 sport                                                                                                                                                                    12590.453197
modelglc-class                                                                                                                                                                        13992.109348
modelgle                                                                                                                                                                              22528.352770
modelgle 350                                                                                                                                                                          22804.465601
modelgle 350 4matic                                                                                                                                                                   16815.915585
modelgle 350 sport                                                                                                                                                                    16389.526244
modelgle 400                                                                                                                                                                          19250.535715
modelgli                                                                                                                                                                               -485.612320
modelglk                                                                                                                                                                               4349.651303
modelglk 350                                                                                                                                                                           4044.795604
modelglk-class                                                                                                                                                                         6069.886871
modelglk350 4matic awd                                                                                                                                                                 3035.072169
modelgls 450 4matic                                                                                                                                                                   31450.749189
modelgls 450 sport                                                                                                                                                                    23960.290462
modelgls 550 sport                                                                                                                                                                    30200.357571
modelgls new beetle convertible                                                                                                                                                       -3080.250967
modelgls-class                                                                                                                                                                        27806.514587
modelGMC, Ford, Freightliner & More                                                                                                                                                   21348.997268
modelGMC* SIERRA                                                                                                                                                                      15623.342028
modelgolf 1.4t tsi                                                                                                                                                                      192.647628
modelgolf 2.5l pzev                                                                                                                                                                   -4141.987142
modelgolf alltrack                                                                                                                                                                     8473.824933
modelgolf gti                                                                                                                                                                          3465.128232
modelgolf gti s                                                                                                                                                                        4698.609535
modelgolf gti s hatchback                                                                                                                                                              5745.377908
modelgolf gti se hatchback                                                                                                                                                             5431.558294
modelgolf r                                                                                                                                                                           11299.463402
modelgolf s                                                                                                                                                                            2122.589501
modelgolf sportwagen                                                                                                                                                                    347.467496
modelgolf sportwagen tdi                                                                                                                                                               5506.026726
modelgolf sportwagen tsi s                                                                                                                                                              491.726786
modelgolf tdi sel                                                                                                                                                                      3008.256615
modelgrand am                                                                                                                                                                          8075.215805
modelgrand can                                                                                                                                                                         7829.147805
modelgrand caravan                                                                                                                                                                     1857.354846
modelgrand caravan american value package                                                                                                                                             -1528.805944
modelgrand caravan passenger                                                                                                                                                           1055.876117
modelgrand caravan r/t                                                                                                                                                                  186.967297
modelgrand caravan se                                                                                                                                                                   276.253407
modelgrand caravan sxt                                                                                                                                                                 2594.249038
modelgrand caravan sxt wheelch                                                                                                                                                        13652.881053
modelgrand caravan sxt wheelcha                                                                                                                                                       12930.541726
modelgrand caravan wheelchair                                                                                                                                                          3537.935559
modelgrand cherokee                                                                                                                                                                   10103.487826
modelgrand cherokee 4dr laredo 4wd                                                                                                                                                    11680.809135
modelgrand cherokee 4x4                                                                                                                                                                6505.741884
modelgrand cherokee high                                                                                                                                                              11409.747849
modelgrand cherokee laredo                                                                                                                                                             5638.600060
modelgrand cherokee laredo 4x4                                                                                                                                                         6885.299681
modelgrand cherokee laredo 4x4 1owner well maint*new wheels*deliver 2u                                                                                                                 4290.071742
modelgrand cherokee laredo e                                                                                                                                                          11176.172101
modelgrand cherokee laredo sport                                                                                                                                                       9116.829709
modelgrand cherokee laredo x                                                                                                                                                           6035.880022
modelgrand cherokee limited                                                                                                                                                            7358.759640
modelgrand cherokee limited 4x4                                                                                                                                                        9634.135905
modelgrand cherokee overland                                                                                                                                                           3453.473999
modelgrand cherokee srt8                                                                                                                                                              21770.743206
modelgrand marquis                                                                                                                                                                    13203.585094
modelgrand marquis ls                                                                                                                                                                  9281.806694
modelgrand prix                                                                                                                                                                        5881.180185
modelgrand wagoneer                                                                                                                                                                   24487.199005
modelgs                                                                                                                                                                                2775.361666
modelgs 300                                                                                                                                                                            6554.400823
modelgs 350                                                                                                                                                                            8168.000494
modelgs 350 awd                                                                                                                                                                       10985.466362
modelgs 350 sedan 4d                                                                                                                                                                   9820.131067
modelgs300                                                                                                                                                                             3110.675245
modelgs300 awd                                                                                                                                                                         5073.062509
modelgs400                                                                                                                                                                            11350.692605
modelgt premium 2,200 miles                                                                                                                                                           25182.158437
modelgti                                                                                                                                                                               4490.651337
modelgti wolfsburg edition                                                                                                                                                             3942.406807
modelgto                                                                                                                                                                              37455.865268
modelgx                                                                                                                                                                               20816.642612
modelgx 460                                                                                                                                                                           16157.824500
modelgx 470 4dr suv 2-owner arizona gx*rust&accident free*new timing belt&water pump*new bilstein lift*new wheels&tires* immaculate shape*all books and keys*all records since new    21706.398327
modelgx470                                                                                                                                                                            11862.694575
modelH1 HUMMVEE                                                                                                                                                                       27998.074406
modelhardtop 2 door cooper s                                                                                                                                                           1125.308311
modelhardtop 2 door john cooper                                                                                                                                                        8822.236731
modelhardtop 4 door cooper                                                                                                                                                              476.772099
modelhardtop john cooper works                                                                                                                                                        10882.481964
modelhhr                                                                                                                                                                              -2832.456107
modelhhr lt                                                                                                                                                                           -4280.284240
modelhhr lt cruiser equinox                                                                                                                                                            -815.416714
modelhigh sierra pickup                                                                                                                                                               10718.238137
modelhigh top conversion van g1500 cash only                                                                                                                                          13968.170372
modelhighlander                                                                                                                                                                        8485.855068
modelhighlander 4x4 v6                                                                                                                                                                 9790.651992
modelhighlander awd                                                                                                                                                                    4703.516768
modelhighlander base plus                                                                                                                                                              5441.164285
modelhighlander hybrid                                                                                                                                                                 4189.762949
modelhighlander le                                                                                                                                                                     6476.567874
modelhighlander le - awd suv - local - clean car fax                                                                                                                                  12154.258872
modelhighlander le sport                                                                                                                                                              11689.536141
modelhighlander limited                                                                                                                                                                7752.068752
modelhighlander sport                                                                                                                                                                  7125.117388
modelhighlander v6 limted                                                                                                                                                              4275.167874
modelhighlander xle sport                                                                                                                                                             13636.223775
modelhighlander xle v6 awd (natl)                                                                                                                                                     13096.732101
modelHino 268                                                                                                                                                                         30255.369555
modelhomda odyssey                                                                                                                                                                     4130.255280
modelHONDA* CIVIC*                                                                                                                                                                     3119.435540
modelHONDA/CIVIC                                                                                                                                                                        375.979357
modelhot rod                                                                                                                                                                          73924.539906
modelhr-v                                                                                                                                                                              -681.356525
modelhr-v ex-l                                                                                                                                                                         1885.593463
modelhs 250 premium                                                                                                                                                                     651.856877
modelhse                                                                                                                                                                               4974.250020
modelhse 4x4 s                                                                                                                                                                         8710.189564
modelHummer H2                                                                                                                                                                        37190.996948
modelHUMMER H2                                                                                                                                                                         6925.497540
modelHUMMER H2 SUT                                                                                                                                                                    25623.716799
modelhummer h3                                                                                                                                                                         7446.775684
modelHummer H3                                                                                                                                                                        13112.177195
modelhundai elantra                                                                                                                                                                     302.823002
modelHupmobile                                                                                                                                                                        60980.125196
modelHyundia Accent                                                                                                                                                                   -8886.824934
modelhyundia tucson                                                                                                                                                                    1028.910536
modeli3 base w/range extender                                                                                                                                                          2378.972069
modeli3 hatchback 4d                                                                                                                                                                   1819.150819
modeli3 rex                                                                                                                                                                           -1790.830983
modeli30                                                                                                                                                                               8276.043903
modeli35                                                                                                                                                                               2809.489187
modeli8                                                                                                                                                                               40604.355386
modelIC Corporation                                                                                                                                                                   25302.695265
modelilx                                                                                                                                                                               3618.196713
modelilx 2.0l                                                                                                                                                                          2894.563899
modelilx 2.0l sedan 4d                                                                                                                                                                 3501.137271
modelilx premium pkg sedan 4d                                                                                                                                                          4146.401127
modelilx sedan 4d                                                                                                                                                                      1709.026779
modelilx special edition sedan                                                                                                                                                         1735.184969
modelilx technology and a-spec                                                                                                                                                         8169.996857
modelimpala                                                                                                                                                                            2304.915730
modelimpala limited                                                                                                                                                                   -6137.449356
modelimpala ls                                                                                                                                                                         -344.858675
modelimpala lt                                                                                                                                                                         1659.650737
modelimpala lt sedan 4d                                                                                                                                                                 894.262213
modelimpala ltz sedan 4d                                                                                                                                                               5561.183653
modelimpala premier                                                                                                                                                                    2604.145982
modelimpala premier sedan                                                                                                                                                              4235.439108
modelimpreza                                                                                                                                                                            510.063007
modelimpreza 2.0i awd                                                                                                                                                                 -4733.068356
modelimpreza 2.0i limited                                                                                                                                                              1543.079294
modelimpreza 2.0i premium                                                                                                                                                               111.857652
modelimpreza 2.0i premium 5-door cvt                                                                                                                                                  31580.095680
modelimpreza 2.5i                                                                                                                                                                      1079.829825
modelimpreza 2.5ts                                                                                                                                                                     4383.775974
modelimpreza outback sport                                                                                                                                                              996.682631
modelimpreza sedan wrx                                                                                                                                                                 8732.918214
modelimpreza wagon                                                                                                                                                                     -446.167307
modelimpreza wrx                                                                                                                                                                       6990.693355
modelimpreza wrx hatchback                                                                                                                                                             5664.872757
modelimpreza wrx limited sedan                                                                                                                                                         7713.257125
modelimpreza wrx sti                                                                                                                                                                  12039.126871
modelimpreza wrx sti sedan 4d                                                                                                                                                         15142.692825
modelimpreza wrx sti sedan only 80k heated seats 1 owner                                                                                                                              12896.300199
modelinsight ex 4dr hatchback                                                                                                                                                           167.991949
modelinsight lx                                                                                                                                                                       -3024.257968
modelinternational                                                                                                                                                                    16836.095201
modelINTERNATIONAL 2654                                                                                                                                                               14274.667667
modelinternational 4300                                                                                                                                                                7749.190825
modelInternational 4300                                                                                                                                                               32359.677294
modelinternational 4400                                                                                                                                                               16846.543954
modelinternational 4700                                                                                                                                                               23229.241187
modelInternational Box Truck                                                                                                                                                          46957.132795
modelInternational Crew cab                                                                                                                                                           30247.307205
modelInternational durastar 4300                                                                                                                                                      23336.205372
modelInternational F650                                                                                                                                                               35320.673862
modelInternational Harvester L120                                                                                                                                                     46271.523448
modelInternational Oil Filed Truck                                                                                                                                                    12175.294634
modelinternational prostar                                                                                                                                                            25207.886242
modelInternational S-1900                                                                                                                                                             27426.012192
modelInternational shuttle bus                                                                                                                                                         8940.470788
modelInternational TerraStar                                                                                                                                                          31762.165173
modelion                                                                                                                                                                               1730.822058
modelioniq electric                                                                                                                                                                    -610.702444
modelioniq hybrid sel                                                                                                                                                                 -1766.013427
modelioniq plug-in hybrid                                                                                                                                                              5697.391202
modelis                                                                                                                                                                                6062.359216
modelis 200t sedan 4d                                                                                                                                                                  8880.533885
modelis 250                                                                                                                                                                            3930.964989
modelis 250 4dr sport sdn auto                                                                                                                                                         8115.223672
modelis 250 awd                                                                                                                                                                        1774.988029
modelis 250 crafted line sedan                                                                                                                                                         9120.130895
modelis 250 is250 350 is350                                                                                                                                                           12682.664781
modelis 250 sedan 4d                                                                                                                                                                   8566.993723
modelis 300                                                                                                                                                                           10042.765052
modelis 300 sedan 4d                                                                                                                                                                  11607.639431
modelis 350 f sport sedan 4d                                                                                                                                                          19215.382854
modelis 350 sedan 4d                                                                                                                                                                  12034.745342
modelis250 awd                                                                                                                                                                         4001.029653
modelIsuzu Box Truck                                                                                                                                                                  13102.775788
modelIsuzu DSL REG AT                                                                                                                                                                 20550.146896
modelIsuzu HTR                                                                                                                                                                        18075.088100
modelisuzu npr                                                                                                                                                                        19318.312325
modelIsuzu NPR                                                                                                                                                                        16681.777754
modelisuzu npr hd                                                                                                                                                                     10762.876869
modelIsuzu NPR HD                                                                                                                                                                     22528.064917
modelIsuzu NPR HD GAS CREW                                                                                                                                                            14622.957409
modelisuzu NQR                                                                                                                                                                        17086.503699
modelIsuzu NRR                                                                                                                                                                        28013.769173
modelISUZU NRR                                                                                                                                                                        24887.221175
modelIsuzu Rodeo                                                                                                                                                                       5494.465483
modelIsuzu Trooper                                                                                                                                                                    10701.159041
modelisuzu trooper ls                                                                                                                                                                  1844.272566
modelIsuzu Trooper S                                                                                                                                                                   9971.362387
modelizuzu npr                                                                                                                                                                        13164.367778
modeljetta                                                                                                                                                                            -1023.565811
modeljetta 1.4t s sedan                                                                                                                                                               -3855.618729
modeljetta 1.4t s sedan 4d                                                                                                                                                            -1638.607821
modeljetta 1.4t sel                                                                                                                                                                    1470.623219
modeljetta gli 35th                                                                                                                                                                    6635.278817
modeljetta gli autobahn                                                                                                                                                                6388.873661
modeljetta gli fwd gas                                                                                                                                                                 6141.790620
modeljetta gls                                                                                                                                                                         1623.440793
modeljetta s                                                                                                                                                                          -2424.253542
modeljetta se                                                                                                                                                                         -2433.204751
modeljetta sedan                                                                                                                                                                         25.271134
modeljetta sedan 4dr auto limited pzev                                                                                                                                                -5662.014597
modeljetta sportwagen 2.0l                                                                                                                                                             1929.945573
modeljetta sportwagen tdi                                                                                                                                                             -2640.020039
modeljetta tdi                                                                                                                                                                        -2005.510061
modeljetta tsi                                                                                                                                                                        -3393.223743
modeljetta wagon                                                                                                                                                                       4128.061436
modeljimmy                                                                                                                                                                             3687.970251
modeljourney                                                                                                                                                                           -228.671747
modeljourney crossroad plus                                                                                                                                                            1682.547549
modeljourney r/t                                                                                                                                                                       -221.640841
modeljourney r/t sport utility                                                                                                                                                         3554.950817
modeljourney se                                                                                                                                                                       -3829.585197
modeljourney se value sport                                                                                                                                                            1257.688715
modeljourney sxt                                                                                                                                                                         71.022952
modeljuke                                                                                                                                                                              -526.929557
modeljuke s turbo                                                                                                                                                                     -1747.317981
modeljx jx35 sport utility                                                                                                                                                             8264.360443
modeljx35                                                                                                                                                                             -7353.008435
modelk20                                                                                                                                                                              24281.589042
modelk5 blazer                                                                                                                                                                        14557.741493
modelk900 luxury sedan 4d                                                                                                                                                             14342.400410
modelkarmann ghia                                                                                                                                                                     65934.894101
modelKenworth T3 Series DUMP                                                                                                                                                          49061.121746
modelKenworth T370                                                                                                                                                                    25632.812916
modelkenworth t600                                                                                                                                                                    78924.770602
modelKenworth T680                                                                                                                                                                    61246.388433
modelkenworth t800                                                                                                                                                                    25189.235813
modelkicks                                                                                                                                                                              403.115477
modelkit car                                                                                                                                                                          26906.823630
modelkona                                                                                                                                                                              2544.307327
modelkona electric ultimate                                                                                                                                                           16078.484211
modell-100                                                                                                                                                                             3526.880876
modellacrosse                                                                                                                                                                          1179.460700
modellacrosse cx                                                                                                                                                                       1569.578703
modellacrosse sx                                                                                                                                                                       -282.131228
modellacrosse touring                                                                                                                                                                  3194.092713
modellancer                                                                                                                                                                           -2324.516836
modellancer es                                                                                                                                                                        -3074.643149
modelland cruiser                                                                                                                                                                     30267.234072
modelland cruiser fj80                                                                                                                                                                34713.788740
modelland cruiser hdj81 - 80 series                                                                                                                                                   50291.397167
modellandcruiser                                                                                                                                                                      23442.128480
modellaramoi long horn                                                                                                                                                                11940.467944
modellcf                                                                                                                                                                               7448.262167
modelle baron                                                                                                                                                                         13715.114723
modelleaf                                                                                                                                                                             -5866.885074
modelleaf s hatchback 4d                                                                                                                                                              -4467.429622
modelleaf sl                                                                                                                                                                           6297.530569
modelleaf sv hatchback 4d                                                                                                                                                               715.324876
modellegacy                                                                                                                                                                             676.785860
modellegacy 2.5i                                                                                                                                                                      -1894.312590
modellegacy 2.5i limited                                                                                                                                                               -614.877209
modellegacy 2.5i limited awd                                                                                                                                                          -1491.321702
modellegacy 2.5i limited sedan                                                                                                                                                         2536.400148
modellegacy 2.5i premium                                                                                                                                                                 75.929716
modellegacy 2.5i premium sedan                                                                                                                                                         1014.992780
modellegacy 3.6r limited                                                                                                                                                               2092.144712
modellegacy 3.6r limited sedan                                                                                                                                                         6657.542547
modellegacy awd 4dr. sedan                                                                                                                                                            -1556.321233
modellegacy gt                                                                                                                                                                         5810.829506
modellegacy outback                                                                                                                                                                    6304.395163
modellegacy premium                                                                                                                                                                   -2056.385612
modellemans                                                                                                                                                                           41045.153869
modellesabre                                                                                                                                                                           4152.083446
modelliberty                                                                                                                                                                           2063.401447
modelliberty 4x4                                                                                                                                                                       2866.706337
modelliberty 65 4x4                                                                                                                                                                    3190.112915
modelliberty crd                                                                                                                                                                       4251.002024
modelliberty limited 4wd                                                                                                                                                               4230.581147
modelliberty renegade                                                                                                                                                                  -382.506406
modelliberty sport                                                                                                                                                                     2016.213600
modelliberty sport 4x4                                                                                                                                                                 1130.902489
modellifted cherokee trailhawk                                                                                                                                                        14826.934461
modellifted f150 xlt 4x4 1/2 ton                                                                                                                                                      25368.908367
modellifted tacoma trd off 4x4                                                                                                                                                        24199.365419
modellifted tundra platinum                                                                                                                                                           35027.342073
modellifted wrangler sport 4x4                                                                                                                                                        10653.699624
modellifted wrangler unlimited                                                                                                                                                        22688.015255
modellightning                                                                                                                                                                        17646.491336
modellimited                                                                                                                                                                           5475.909571
modellimo                                                                                                                                                                              2189.416861
modellimousine                                                                                                                                                                         4470.584115
modellr2                                                                                                                                                                               2390.159821
modellr4                                                                                                                                                                               5984.490120
modellr4 hse                                                                                                                                                                           6218.382080
modells                                                                                                                                                                                5643.192923
modells 430                                                                                                                                                                            9665.522098
modells 460                                                                                                                                                                           10333.117567
modells 460 crafted line sedan                                                                                                                                                        19242.100860
modells 460 f sport                                                                                                                                                                   22238.747576
modells 460 l sedan 4d                                                                                                                                                                19700.714219
modells 460 rwd                                                                                                                                                                       10881.501685
modells 460 sedan 4d                                                                                                                                                                  17710.350215
modells v8                                                                                                                                                                             7806.835106
modells400                                                                                                                                                                             7277.377594
modells460                                                                                                                                                                             7224.564826
modellucerne                                                                                                                                                                            667.877865
modellucerne cxl                                                                                                                                                                       2263.036003
modellucerne cxs                                                                                                                                                                       3357.894633
modellucerne super                                                                                                                                                                     -388.820608
modellumina                                                                                                                                                                            4781.855434
modellx                                                                                                                                                                               19324.967951
modellx 470                                                                                                                                                                           23746.214766
modelm m37x sedan 4d                                                                                                                                                                   9302.158358
modelm m56 sedan 4d                                                                                                                                                                    8121.869658
modelm-class                                                                                                                                                                           7719.810821
modelm3                                                                                                                                                                               21833.641173
modelm3 convertible 2d                                                                                                                                                                18924.376829
modelm3 coupe                                                                                                                                                                         24770.895179
modelm3 coupe 2d                                                                                                                                                                      29532.721877
modelm3 sedan                                                                                                                                                                         10693.082082
modelm35                                                                                                                                                                               4626.748746
modelm35x                                                                                                                                                                              3765.760502
modelm37x                                                                                                                                                                              2471.029576
modelm5                                                                                                                                                                               23332.846986
modelm6                                                                                                                                                                               17783.242967
modelm6 coupe 4d                                                                                                                                                                      33747.107827
modelm6 gran coupe                                                                                                                                                                    36196.684745
modelMA                                                                                                                                                                                6951.878663
modelmacan                                                                                                                                                                            33105.465737
modelmacan turbo                                                                                                                                                                      43063.380967
modelmacan turbo awd crossove                                                                                                                                                         25076.198274
modelmalibu                                                                                                                                                                            -391.672046
modelmalibu 2lt                                                                                                                                                                       -5756.039038
modelmalibu eco                                                                                                                                                                       -1871.469935
modelmalibu limited                                                                                                                                                                   -2227.048854
modelmalibu limited ls                                                                                                                                                                  -60.200304
modelmalibu limited ltz                                                                                                                                                                1010.140887
modelmalibu ls                                                                                                                                                                         -563.013585
modelmalibu ls sedan 4d                                                                                                                                                                -865.963764
modelmalibu lt                                                                                                                                                                        -1767.559746
modelmalibu lt turbo                                                                                                                                                                    -45.368329
modelmalibu maxx                                                                                                                                                                      -1265.323183
modelmariner                                                                                                                                                                            949.672203
modelMark III                                                                                                                                                                         39842.600936
modelmark lt                                                                                                                                                                          10850.805036
modelmaserati                                                                                                                                                                         24488.456428
modelMaserati Ghibli                                                                                                                                                                  16804.340739
modelMASERATI GHIBLI                                                                                                                                                                  15667.024335
modelMaserati Ghibli S Q4                                                                                                                                                             19408.740262
modelMASERATI GRANTURISMO                                                                                                                                                             24999.327358
modelMaserati GranTurismo S                                                                                                                                                           27435.074725
modelMaserati GranTursimo S                                                                                                                                                           59566.513403
modelMaserati LEVANTE LUXURY                                                                                                                                                          27221.900012
modelmatrix                                                                                                                                                                            4199.250597
modelmatrix s awd                                                                                                                                                                      1634.062128
modelmaxima                                                                                                                                                                            1505.185150
modelmaxima s                                                                                                                                                                          -329.304185
modelmaxima se                                                                                                                                                                         5306.835106
modelmaxima sv sedan 4d                                                                                                                                                                5289.686250
modelmazda2 sport                                                                                                                                                                     -2596.151765
modelmazda3                                                                                                                                                                             198.485512
modelmazda3 4-door                                                                                                                                                                    -1940.439763
modelMAZDA3 GRAND TOURING SEDAN                                                                                                                                                        -600.000757
modelmazda3 hatchback 4d                                                                                                                                                                 57.770402
modelmazda3 i                                                                                                                                                                         -2743.470649
modelmazda3 i grand touring                                                                                                                                                            1934.879881
modelmazda3 i sport                                                                                                                                                                    -588.271237
modelmazda3 sport                                                                                                                                                                       357.314293
modelmazda5                                                                                                                                                                           -2233.969274
modelmazda5 grand touring                                                                                                                                                             -2990.132132
modelmazda6                                                                                                                                                                             523.502947
modelmazda6 grand touring                                                                                                                                                              6129.034086
modelMB SL400                                                                                                                                                                         22667.221949
modelmdx                                                                                                                                                                               9673.270668
modelmdx 9-spd at w/tech package                                                                                                                                                      14956.782423
modelmdx advance pkg sport                                                                                                                                                            18215.088551
modelmdx awd tech pkg                                                                                                                                                                  4947.381195
modelmdx sh-awd sport utility                                                                                                                                                         14508.000670
modelmdx sh-awd w/advance pkg                                                                                                                                                         18758.029833
modelmdx sh-awd w/tech                                                                                                                                                                 9884.843352
modelmdx sh-awd w/technology                                                                                                                                                          19315.783257
modelmdx sport utility 4d                                                                                                                                                              8687.743542
modelmdx technology pkg sport                                                                                                                                                         19375.547069
modelmercedes-amg                                                                                                                                                                     27934.296367
modelmercedes-amg cla                                                                                                                                                                 21879.277443
modelMercedez Benz E320                                                                                                                                                                7203.892089
modelmetris passenger                                                                                                                                                                 12095.989340
modelmiata                                                                                                                                                                            13349.989987
modelmilan                                                                                                                                                                             2946.805963
modelmilan premier                                                                                                                                                                     2299.163320
modelmilan premier awd                                                                                                                                                                 -186.746618
modelmirage                                                                                                                                                                           -8276.006760
modelmirage es hatchback                                                                                                                                                              -5259.309270
modelmirage g4                                                                                                                                                                       -12811.867392
modelmirage g4 es sedan 4d                                                                                                                                                            -4367.979089
modelmkc                                                                                                                                                                               5298.672395
modelmks                                                                                                                                                                               -105.869338
modelmkt                                                                                                                                                                               5692.282581
modelmkx                                                                                                                                                                               5409.124365
modelmkx reserve sport                                                                                                                                                                11028.555480
modelmkx select sport utility                                                                                                                                                         10226.527884
modelmkx sport utility 4d                                                                                                                                                              6555.325717
modelmkz                                                                                                                                                                               2396.513237
modelmkz 4dr sdn awd                                                                                                                                                                   -784.781997
modelmkz awd                                                                                                                                                                          -1777.108542
modelmkz hybrid reserve ii                                                                                                                                                            10259.214541
modelmkz premiere hybrid                                                                                                                                                               5481.275748
modelmkz premiere sedan 4d                                                                                                                                                             5182.006997
modelmkz reserve hybrid sedan                                                                                                                                                          7185.981236
modelmkz reserve sedan 4d                                                                                                                                                              6086.544119
modelmkz sedan 4d                                                                                                                                                                      4850.888614
modelmkz select sedan 4d                                                                                                                                                               5612.626995
modelml                                                                                                                                                                                3203.056331
modelml-class                                                                                                                                                                          6024.844376
modelml320                                                                                                                                                                            10332.421282
modelml350 4wd                                                                                                                                                                         4090.780319
modelml550                                                                                                                                                                             6739.407946
modelmodel 3                                                                                                                                                                          21217.845913
modelmodel 3 mid range sedan 4d                                                                                                                                                       19230.930072
modelmodel 3 standard range                                                                                                                                                           17647.867377
modelmodel a                                                                                                                                                                          80242.777377
modelmodel a roadster                                                                                                                                                                 73215.353740
modelmodel s                                                                                                                                                                          29434.501122
modelmodel s 85d                                                                                                                                                                      22035.503445
modelmodel s signature                                                                                                                                                                20236.712491
modelmodel x                                                                                                                                                                          43405.816178
modelmontana                                                                                                                                                                           4724.226795
modelmonte carlo                                                                                                                                                                       6783.388900
modelmonte carlo ss                                                                                                                                                                    5546.648894
modelmonte crarlo                                                                                                                                                                     34427.784594
modelmonterey                                                                                                                                                                         37773.197292
modelmontero                                                                                                                                                                           6559.498039
modelmontero limited                                                                                                                                                                   4799.675842
modelmontero sport                                                                                                                                                                     7099.475154
modelmountaineer                                                                                                                                                                       3057.173137
modelmpv van                                                                                                                                                                            775.052692
modelmurano                                                                                                                                                                            3274.681972
modelmurano s sport utility 4d                                                                                                                                                         4461.733210
modelmurano sl                                                                                                                                                                         1821.950871
modelmurano sl awd                                                                                                                                                                     2717.107705
modelmurano sv                                                                                                                                                                         2407.756979
modelmurano-awd                                                                                                                                                                        -261.484759
modelmustang                                                                                                                                                                           8393.820520
modelmustang asc mclaren                                                                                                                                                              14629.785823
modelmustang cobra svt                                                                                                                                                                12847.085334
modelmustang convertible                                                                                                                                                               2538.269900
modelmustang convertible power top automatic local clean carfax                                                                                                                       10782.749561
modelmustang coupe                                                                                                                                                                    56835.262542
modelmustang ecoboost                                                                                                                                                                  9396.105208
modelmustang gt                                                                                                                                                                       12741.432904
modelmustang gt convertible                                                                                                                                                           10190.815976
modelmustang gt coupe 2d                                                                                                                                                              15500.688070
modelmustang gt premium                                                                                                                                                               16041.314125
modelmustang gt premium coupe 2d                                                                                                                                                      17688.029704
modelmustang shelby gt500                                                                                                                                                             20751.286713
modelmustang svt cobra                                                                                                                                                                17527.878773
modelmustang v6 2dr convertible                                                                                                                                                        2394.469614
modelmustang v6 premium                                                                                                                                                                3187.096376
modelmx-5 miata club                                                                                                                                                                   8708.935735
modelmx-5 miata grand touring                                                                                                                                                          7704.208222
modelmx-5 miata touring                                                                                                                                                                6571.226926
modelnautilus                                                                                                                                                                         19605.941748
modelnautilus reserve sport                                                                                                                                                           19469.228818
modelnautilus select sport                                                                                                                                                            14217.835075
modelnautilus sport utility                                                                                                                                                           12450.856473
modelnavigator                                                                                                                                                                        12094.660159
modelnavigator l select sport                                                                                                                                                         20483.459810
modelnavigator reserve                                                                                                                                                                17138.638178
modelnavigator reserve sport                                                                                                                                                          26384.602722
modelnavigator select sport                                                                                                                                                           20318.744880
modelnavigator sport utility                                                                                                                                                          11264.710409
modelnavigator ultimate                                                                                                                                                                8354.050538
modelNavistar 4700                                                                                                                                                                     9903.113819
modelnew beetle                                                                                                                                                                        1766.257202
modelnewport                                                                                                                                                                          30391.292227
modelniro                                                                                                                                                                              9982.911583
modelniro ev                                                                                                                                                                          25675.086275
modelniro ev ex wagon 4d                                                                                                                                                               8283.279837
modelniro lx wagon 4d                                                                                                                                                                   941.214845
modelNissanFrontier                                                                                                                                                                    8703.743570
modelnitro sxt                                                                                                                                                                         2298.490570
modelnv                                                                                                                                                                                7039.531290
modelnv 1500 cargo van                                                                                                                                                                 4686.983529
modelnv1500                                                                                                                                                                           -2080.330567
modelnv1500 cargo van                                                                                                                                                                  7058.246781
modelnv200                                                                                                                                                                             1210.793119
modelnv2500 hd cargo                                                                                                                                                                  11277.434963
modelnv2500 highroof                                                                                                                                                                   2535.308034
modelnv2500hd                                                                                                                                                                          5490.228187
modelnx                                                                                                                                                                               10480.591500
modelnx 200t                                                                                                                                                                           8758.333343
modelnx 200t sport utility 4d                                                                                                                                                          9583.680540
modelnx 300 f sport suv 4d                                                                                                                                                            15222.293459
modelnx 300 sport utility 4d                                                                                                                                                          11789.763975
modelnx 300h *awd *nx300* *hybrid* *suv clean carfax                                                                                                                                  16765.830795
modelnx 300h sport utility 4d                                                                                                                                                         12793.613858
modelnx300h                                                                                                                                                                           16980.227207
modelodessey ex-l                                                                                                                                                                      4870.507844
modelodyssey                                                                                                                                                                           4606.143688
modelodyssey 5dr ex-l                                                                                                                                                                  4224.470978
modelodyssey ex                                                                                                                                                                        3870.354446
modelodyssey ex-l                                                                                                                                                                      3746.838361
modelodyssey exl                                                                                                                                                                       2704.591459
modelodyssey touring                                                                                                                                                                   5310.922641
modeloldmobile alero                                                                                                                                                                   7071.704844
modelOldsmobile alero                                                                                                                                                                  4657.051727
modeloldsmobile cutlass                                                                                                                                                               53547.799099
modelOldsmobile Cutlass                                                                                                                                                               46207.813132
modeloldsmobile cutlass ciera                                                                                                                                                         13113.464612
modelOldsmobile Silhoutte                                                                                                                                                              3633.322728
modeloptiam fe                                                                                                                                                                       -11345.307957
modeloptima                                                                                                                                                                             110.415997
modeloptima 4dr sdn lx                                                                                                                                                                 -374.595999
modeloptima ex                                                                                                                                                                          455.200170
modeloptima ex 4dr sedan                                                                                                                                                              -4479.901151
modeloptima ex w/ leather                                                                                                                                                              1723.261883
modeloptima hybrid                                                                                                                                                                    -1017.789572
modeloptima lx                                                                                                                                                                          -77.027933
modeloptima lx sedan 4d                                                                                                                                                                -224.532209
modeloptima sx turbo w/navigation                                                                                                                                                      -101.596159
modeloutback                                                                                                                                                                           4516.101260
modeloutback 2.5i                                                                                                                                                                      5243.580100
modeloutback 2.5i limited                                                                                                                                                              3783.859751
modeloutback awd                                                                                                                                                                      -2631.840713
modeloutback awd 3.6r limited                                                                                                                                                          2641.948238
modeloutback premium                                                                                                                                                                  12062.719323
modeloutbback awd                                                                                                                                                                      2899.466262
modeloutlander                                                                                                                                                                         -351.543331
modeloutlander gt sport                                                                                                                                                                7604.576171
modeloutlander phev sel                                                                                                                                                                6043.945600
modeloutlander se sport                                                                                                                                                                3186.074878
modeloutlander sel 4x4 gas                                                                                                                                                             2808.505070
modeloutlander sel sport                                                                                                                                                               2767.249801
modeloutlander sport                                                                                                                                                                   -104.385559
modeloutlander sport es                                                                                                                                                               -1303.272458
modeloutlander sport es 2.0 cvt                                                                                                                                                       -3033.788982
modeloutlander sport sel                                                                                                                                                               1378.080555
modelp1800                                                                                                                                                                            28051.749193
modelpaceman cooper s all4                                                                                                                                                             4275.329637
modelpacifica                                                                                                                                                                         13825.239469
modelpacifica awd                                                                                                                                                                      2332.909362
modelpacifica hybrid limited                                                                                                                                                          13094.931800
modelpacifica lx                                                                                                                                                                       6214.654262
modelpacifica touring                                                                                                                                                                  1478.525822
modelpacifica touring l                                                                                                                                                                9154.860258
modelpalisade limited                                                                                                                                                                 28190.096108
modelpalisade se sport                                                                                                                                                                13523.881565
modelpalisade sel sport                                                                                                                                                               18343.085078
modelpanamera sedan 4d                                                                                                                                                                23044.313869
modelpanamera turbo s                                                                                                                                                                 31449.098313
modelpark avenue                                                                                                                                                                       2863.333753
modelpassat                                                                                                                                                                           -2237.875501
modelpassat 1.8t s                                                                                                                                                                     1783.408431
modelpassat 2.0t se sedan                                                                                                                                                              2201.358443
modelpassat 2.0t wolfsbur                                                                                                                                                             -1848.621029
modelpassat glx                                                                                                                                                                         969.024207
modelpassat lt                                                                                                                                                                         1143.379026
modelpassat s                                                                                                                                                                         -1853.499399
modelpassat se                                                                                                                                                                        -2864.213795
modelpassat tdi                                                                                                                                                                        9466.652091
modelpassat tdi sel                                                                                                                                                                   -1397.436470
modelpassport                                                                                                                                                                          5943.418182
modelpassport elite sport                                                                                                                                                             18063.059385
modelpassport sport awd                                                                                                                                                                4193.486048
modelpathfinder                                                                                                                                                                        3094.033804
modelpathfinder 4x4 sl                                                                                                                                                                15019.333723
modelpathfinder 4x4 very clean                                                                                                                                                        10303.610537
modelpathfinder le                                                                                                                                                                     5354.223168
modelpathfinder s                                                                                                                                                                      1261.212613
modelpathfinder se                                                                                                                                                                    -1217.715531
modelpathfinder sv                                                                                                                                                                     2147.779643
modelpatriot                                                                                                                                                                           -781.323240
modelpatriot awd                                                                                                                                                                      -1652.999583
modelpatriot high altitude                                                                                                                                                              -29.279557
modelpatriot latitude                                                                                                                                                                 -3214.472376
modelpatriot sport                                                                                                                                                                    -2650.763500
modelpatriot sport 4x4                                                                                                                                                                 6168.413063
modelPeterbilt 379 EXHD                                                                                                                                                              103847.077131
modelpeterbuilt                                                                                                                                                                       58942.976507
modelpickup                                                                                                                                                                           19771.321869
modelpickup 1500                                                                                                                                                                      10601.338075
modelpickup 1500 classic                                                                                                                                                               7778.524940
modelpickup 1500 laramie 4x4                                                                                                                                                          20019.838584
modelpickup 2500                                                                                                                                                                      23958.741315
modelpickup truck                                                                                                                                                                    102719.397301
modelpilot                                                                                                                                                                             6235.578526
modelpilot ex                                                                                                                                                                           665.997522
modelpilot ex awd                                                                                                                                                                      5172.253202
modelpilot ex-l                                                                                                                                                                        3346.320537
modelpilot ex-l 4wd                                                                                                                                                                    6294.478466
modelplymouth barracuda                                                                                                                                                               29703.977419
modelplymouth belvedere                                                                                                                                                               55724.032041
modelplymouth prowler roadster                                                                                                                                                        13441.230060
modelplymouth voyager                                                                                                                                                                  7703.961846
modelPolaris Slingshot                                                                                                                                                                 4899.842695
modelpolice interceptor utility                                                                                                                                                        1111.004375
modelpower wagon                                                                                                                                                                      61389.083024
modelprelude                                                                                                                                                                           5984.029390
modelprevia sc                                                                                                                                                                        11788.402767
modelprius                                                                                                                                                                             1382.816375
modelprius 5                                                                                                                                                                           -192.624006
modelprius 5dr hb two (natl)                                                                                                                                                          -1215.618557
modelprius base                                                                                                                                                                        1021.863147
modelprius c                                                                                                                                                                           -580.208196
modelprius c three hatchback                                                                                                                                                           1078.948033
modelprius four hatchback 4d                                                                                                                                                           4456.620315
modelprius hb 1                                                                                                                                                                         472.244795
modelprius hybrid                                                                                                                                                                      4116.869273
modelprius hybrid 2011                                                                                                                                                                 -455.563893
modelprius iv                                                                                                                                                                          1105.693927
modelPrius IV                                                                                                                                                                          -172.926501
modelprius plug in hybrid                                                                                                                                                               541.941736
modelprius three                                                                                                                                                                      -2326.975505
modelprius two                                                                                                                                                                           32.620420
modelprius two hatchback 4d                                                                                                                                                            3828.805946
modelprius v                                                                                                                                                                           2023.942332
modelprius v five                                                                                                                                                                       802.176449
modelpromaster                                                                                                                                                                         5508.204934
modelpromaster 1500                                                                                                                                                                   22703.548087
modelpromaster 1500 cargo van                                                                                                                                                         22296.085589
modelpromaster 2500                                                                                                                                                                   13627.892027
modelpromaster 2500 cargo van                                                                                                                                                         17520.777082
modelpromaster 2500 handicap                                                                                                                                                          10216.896353
modelpromaster 2500 high top                                                                                                                                                          15415.934655
modelpromaster cargo 1500 cargo 136 wb                                                                                                                                                11611.091409
modelpromaster cargo van                                                                                                                                                              10804.270287
modelpromaster city cargo                                                                                                                                                              1615.977894
modelpromaster city cargo van                                                                                                                                                          2412.480244
modelprotege                                                                                                                                                                           7834.814995
modelpruis hybrid                                                                                                                                                                      2584.108698
modelpt cruiser                                                                                                                                                                         528.962176
modelpt cruiser limited                                                                                                                                                                 727.066935
modelq3                                                                                                                                                                                5731.367265
modelq3 2.0t premium plus                                                                                                                                                              2178.433999
modelq3 premium plus sport                                                                                                                                                             8503.184125
modelq3 premium sport utility 4d                                                                                                                                                       7305.426176
modelq5                                                                                                                                                                                7098.994717
modelq5 2.0t premium sport                                                                                                                                                             8336.489031
modelq5 2.0t quattro premium pl                                                                                                                                                        6809.369173
modelq5 2.0t quattro premium plus                                                                                                                                                      4543.732327
modelq5 3.0t premium plus sport                                                                                                                                                       14350.304421
modelq5 3.2l premium plus                                                                                                                                                              5574.219422
modelq5 45 tfsi premium plus                                                                                                                                                          18164.181248
modelq5 premium plus sport                                                                                                                                                            12325.290838
modelq5 premium sport utility 4d                                                                                                                                                      12894.640072
modelq5 quattro                                                                                                                                                                        2941.464224
modelq5 tdi premium plus sport                                                                                                                                                        11673.220734
modelq50                                                                                                                                                                               4822.946117
modelq50 2.0t luxe sedan 4d                                                                                                                                                            6673.320653
modelq50 3.0t luxe sedan 4d                                                                                                                                                            7759.508961
modelq50 3.0t premium                                                                                                                                                                  5939.583891
modelq50 3.0t sport sedan 4d                                                                                                                                                          13498.159500
modelq50 s                                                                                                                                                                             1605.319391
modelq50s                                                                                                                                                                              8163.932773
modelq50s sport awd                                                                                                                                                                   -6771.393560
modelq60 3.0t luxe coupe 2d                                                                                                                                                           16278.439828
modelq60 3.0t premium coupe                                                                                                                                                           12942.753690
modelq60 red sport 400 coupe                                                                                                                                                          18353.726499
modelq7                                                                                                                                                                               16364.255172
modelq7 3.0t quattro premium                                                                                                                                                           7931.154677
modelq7 3.0t quattro premium plu                                                                                                                                                       4317.483002
modelq7 3.0t s line prestige                                                                                                                                                          13003.225673
modelq7 3.6 quattro                                                                                                                                                                    5193.517704
modelq7 quattro awd gas suv auto                                                                                                                                                       8904.213942
modelq7 tdi prestige sport                                                                                                                                                            16610.656788
modelq70 3.7 sedan 4d                                                                                                                                                                  8419.655790
modelq8 premium sport utility 4d                                                                                                                                                      39357.471384
modelquad cab laramie                                                                                                                                                                 12705.218003
modelquest                                                                                                                                                                             1180.245538
modelquest 3.5le                                                                                                                                                                       3877.825175
modelquest sv                                                                                                                                                                          -426.696122
modelqx30                                                                                                                                                                              7101.390931
modelqx4                                                                                                                                                                               4748.954168
modelqx50                                                                                                                                                                             -1924.048112
modelqx50 essential sport                                                                                                                                                             13419.877248
modelqx50 luxe sport utility                                                                                                                                                          12411.819054
modelqx50 sport utility 4d                                                                                                                                                             4537.891354
modelqx56                                                                                                                                                                              6493.401060
modelqx60                                                                                                                                                                              8716.778428
modelqx60 3.5 sport utility                                                                                                                                                            9586.256157
modelqx60 luxe sport utility                                                                                                                                                          18069.328027
modelqx70 3.7 sport utility                                                                                                                                                           10581.064007
modelqx80                                                                                                                                                                             21202.439640
modelqx80 sport utility 4d                                                                                                                                                            24199.016434
modelrabbit                                                                                                                                                                            1260.411599
modelrabbit pickup                                                                                                                                                                    22341.835532
modelramcharger                                                                                                                                                                       20513.290965
modelrange evoque coupe                                                                                                                                                               12240.004178
modelrange evoque pure                                                                                                                                                                11477.886236
modelranger                                                                                                                                                                            8311.796713
modelranger 4x4                                                                                                                                                                        2888.094246
modelranger fx4 off-road 4wd!                                                                                                                                                          6936.147302
modelranger slash 34.0 4 x4                                                                                                                                                            8813.489045
modelranger super cab                                                                                                                                                                  5758.170999
modelranger super cab xlt pickup                                                                                                                                                       4748.555520
modelranger supercab edge                                                                                                                                                              8659.493613
modelranger supercab xl pickup                                                                                                                                                         7044.233364
modelranger supercrew lariat                                                                                                                                                          18185.492560
modelranger supercrew xl pickup                                                                                                                                                       11072.418060
modelranger supercrew xlt pickup                                                                                                                                                      11634.789685
modelranger xl 4x2                                                                                                                                                                      865.821608
modelranger xlt                                                                                                                                                                        6421.335831
modelranger xlt 4x4                                                                                                                                                                    9880.049380
modelrav 4                                                                                                                                                                             1747.492709
modelrav 4 limited awd                                                                                                                                                                 3199.328267
modelrav4                                                                                                                                                                              5759.465369
modelrav4 awd                                                                                                                                                                          1768.191289
modelrav4 ev sport utility 4d                                                                                                                                                          3516.726556
modelrav4 hybrid le sport                                                                                                                                                              6530.571254
modelrav4 hybrid limited sport                                                                                                                                                        10473.871069
modelrav4 xle                                                                                                                                                                          6001.294219
modelrav4 xle awd                                                                                                                                                                      5826.646266
modelrc 200t                                                                                                                                                                          13845.645136
modelrc 200t coupe 2d                                                                                                                                                                 14730.495126
modelrc 300                                                                                                                                                                           19044.769559
modelrc 350                                                                                                                                                                           14414.710832
modelrdx                                                                                                                                                                               2874.066569
modelrdx sh-awd advance pkg                                                                                                                                                           14994.981343
modelrdx sh-awd technology pkg                                                                                                                                                        15734.780455
modelrdx sh-awd w/tech                                                                                                                                                                 5844.171059
modelrdx sport utility 4d                                                                                                                                                              5276.471584
modelrdx technology                                                                                                                                                                    2807.838980
modelrdx technology and                                                                                                                                                                9554.179165
modelrdx technology pkg sport                                                                                                                                                          9570.544505
modelreatta                                                                                                                                                                           13794.884824
modelregal                                                                                                                                                                             6646.139845
modelregal cxl rl6                                                                                                                                                                     1101.820714
modelregal sport touring                                                                                                                                                               -833.736733
modelregal tourx preferred                                                                                                                                                             6546.595220
modelrendezvous                                                                                                                                                                       -8919.078281
modelrenegade                                                                                                                                                                            32.734494
modelrenegade altitude sport                                                                                                                                                           1774.458313
modelrenegade latitude                                                                                                                                                                 2789.670298
modelrenegade latitude 4x4                                                                                                                                                             1270.402887
modelrenegade latitude 4x4 gas                                                                                                                                                         3777.771745
modelrenegade sport                                                                                                                                                                    1202.148537
modelrenegade sport suv 4d                                                                                                                                                              772.460008
modelrenegade trailhawk 4x4                                                                                                                                                            2983.374606
modelridgeline                                                                                                                                                                         9929.069245
modelridgeline rtl                                                                                                                                                                     7673.394829
modelridgeline rtl 4x4                                                                                                                                                                 4047.629265
modelridgeline rtl pickup 4d 5                                                                                                                                                        16134.309783
modelridgeline rtl-t pickup 4d                                                                                                                                                        14173.639313
modelridgeline sport pickup 4d                                                                                                                                                        12501.393773
modelrio                                                                                                                                                                                -74.715314
modelrio lxsedan 4a                                                                                                                                                                   -1034.659035
modelrio s hatchback 5d                                                                                                                                                               -2579.612494
modelrivera                                                                                                                                                                           12897.449921
modelriviera                                                                                                                                                                          10467.381676
modelrl                                                                                                                                                                                3594.775195
modelrlx                                                                                                                                                                              12154.066047
modelrlx sedan 4d                                                                                                                                                                      7179.764769
modelroadster                                                                                                                                                                         72371.496581
modelroadster pickup                                                                                                                                                                  86924.598601
modelrogue                                                                                                                                                                              938.835469
modelrogue awd                                                                                                                                                                        -1787.837213
modelrogue s                                                                                                                                                                            876.249040
modelrogue s awd                                                                                                                                                                       -227.958900
modelrogue select                                                                                                                                                                     -2294.779177
modelrogue select s                                                                                                                                                                    1664.024072
modelrogue sl                                                                                                                                                                          1347.277988
modelrogue sport                                                                                                                                                                      -1563.302420
modelrogue sv                                                                                                                                                                          3331.734130
modelrogue sv awd                                                                                                                                                                      3126.791772
modelrogue sv sport                                                                                                                                                                    -424.416654
modelrogue sv sport utility 4d                                                                                                                                                         1870.659698
modelromeo giulia sedan 4d                                                                                                                                                             8646.383967
modelromeo giulia ti sedan 4d                                                                                                                                                         11448.989855
modelromeo stelvio                                                                                                                                                                    12319.112760
modelromeo stelvio sport suv 4d                                                                                                                                                        9909.570323
modelromeo stelvio sport utility                                                                                                                                                      13889.906834
modelromeo stelvio ti sport                                                                                                                                                           11496.750192
modelromeo stelvio ti sport suv                                                                                                                                                       14634.703773
modelrouge                                                                                                                                                                             2115.560205
modelroutan                                                                                                                                                                             256.659785
modelroutan se                                                                                                                                                                          234.694558
modelroutan se minivan                                                                                                                                                                  613.525820
modelrsx                                                                                                                                                                               4525.550660
modelRV Gulfstream Innsbruck  26ft Bunk House                                                                                                                                          -431.943031
modelrx                                                                                                                                                                                9557.302192
modelrx 300 awd                                                                                                                                                                        8992.220753
modelrx 330                                                                                                                                                                            7043.641839
modelrx 350                                                                                                                                                                            8086.340613
modelrx 350 f sport suv 4d                                                                                                                                                            29462.120251
modelrx 350 fwd                                                                                                                                                                        5337.869347
modelrx 350 sport utility 4d                                                                                                                                                          15803.901407
modelrx 450h                                                                                                                                                                           7753.444082
modelrx-330                                                                                                                                                                            5767.692740
modelrx330 awd                                                                                                                                                                        -1081.512074
modelrx350                                                                                                                                                                             6629.217713
modelrx350 awd                                                                                                                                                                         6529.252993
modelrx400h                                                                                                                                                                            4141.503420
modelrx450h                                                                                                                                                                           11401.337274
models                                                                                                                                                                                18962.645234
models 60                                                                                                                                                                              -782.319591
models p85+                                                                                                                                                                           20590.466362
models-class                                                                                                                                                                          21772.210413
models-class s 550                                                                                                                                                                    28184.465156
models-class s550                                                                                                                                                                      9054.989217
models10                                                                                                                                                                               8236.704621
models10 ls zr2                                                                                                                                                                        8468.398704
models10 pickup                                                                                                                                                                        8227.425934
models2000 convertible 6 speed                                                                                                                                                        23355.125774
models4                                                                                                                                                                                9703.971858
models4 prestige                                                                                                                                                                      11894.353754
models40                                                                                                                                                                               1540.100624
models40 2.4i                                                                                                                                                                          2501.339500
models5                                                                                                                                                                                6599.682708
models5 premium plus convertible                                                                                                                                                      19095.306700
models5 premium plus coupe 2d                                                                                                                                                         18087.465811
models5 premium plus sedan 4d                                                                                                                                                         20976.367299
models5 prestige coupe 2d                                                                                                                                                             23512.399001
models5 quattro premium plus                                                                                                                                                          13692.473383
models500                                                                                                                                                                             11510.874996
models550 rwd gas sedan                                                                                                                                                               15788.765341
models6                                                                                                                                                                                4284.108698
models6 avant                                                                                                                                                                          6995.579377
models6 prestige quattro awd                                                                                                                                                          14578.587656
models60                                                                                                                                                                               2067.947575
models60 2.4t                                                                                                                                                                           559.108161
models60 2.5 t                                                                                                                                                                         1020.788650
models60 all wheel drive                                                                                                                                                                667.269053
models60 t5 cross country                                                                                                                                                              6307.728067
models60 t5 inscription                                                                                                                                                                5505.702222
models60 t5 momentum sedan 4d                                                                                                                                                          9860.019382
models60 t5 premier plus sedan                                                                                                                                                         1484.695506
models60 t5 premier sedan 4d                                                                                                                                                           3243.280315
models60 t5 sedan 4d                                                                                                                                                                   3213.406626
models60 t6 awd 6-speed automatic                                                                                                                                                       508.350343
models60 t6 r-design sedan 4d                                                                                                                                                         15512.429849
models60 t8 r-design sedan 4d                                                                                                                                                         21728.558695
models7 prestige sedan 4d                                                                                                                                                             32492.380474
models70                                                                                                                                                                              11476.389698
models80                                                                                                                                                                                959.503951
models80 t6                                                                                                                                                                            1871.049440
models80 t6 awd                                                                                                                                                                        3414.080995
models90 t5 momentum sedan 4d                                                                                                                                                         10435.073115
models90 t6 inscription sedan                                                                                                                                                         13635.184150
modelSaab 9-3 wagon                                                                                                                                                                    -868.241647
modelsaab 9-5                                                                                                                                                                          3213.291132
modelSaab 9-7X                                                                                                                                                                         1491.622576
modelSaab 9000 CSE                                                                                                                                                                    11794.584901
modelsable                                                                                                                                                                             2202.059222
modelsable base                                                                                                                                                                        -916.739678
modelsable ls                                                                                                                                                                          3082.045531
modelsable ls premium                                                                                                                                                                  4550.940102
modelsafari                                                                                                                                                                           11093.687727
modelsanta fe                                                                                                                                                                           844.493036
modelsanta fe 2.4 se sport                                                                                                                                                             3661.926730
modelsanta fe 2.4 sel sport                                                                                                                                                            5353.944914
modelsanta fe awd                                                                                                                                                                      -532.066795
modelsanta fe gls awd                                                                                                                                                                   442.803294
modelsanta fe limited                                                                                                                                                                  4994.117304
modelsanta fe se 2.4l auto fwd                                                                                                                                                         4555.257549
modelsanta fe sport                                                                                                                                                                    1831.045235
modelsanta fe sport 2.4l                                                                                                                                                               2059.888249
modelsanta fe sport utility                                                                                                                                                            1955.491260
modelsante fe se awd                                                                                                                                                                   3950.955817
modelsavana                                                                                                                                                                           11366.759413
modelsavana 1500 awd                                                                                                                                                                  21606.179701
modelsavana 2500                                                                                                                                                                       6721.097931
modelsavana cargo van                                                                                                                                                                  6365.123491
modelsavana commercial cutaway                                                                                                                                                        13449.173675
modelsavana cutaway                                                                                                                                                                   14955.284532
modelsavanna                                                                                                                                                                          10753.127097
modelsc2                                                                                                                                                                                995.780065
modelsc400                                                                                                                                                                            12015.348609
modelScion FR-S                                                                                                                                                                        5163.350573
modelScion FR-S Coupe 2D                                                                                                                                                               5743.506116
modelScion iM Hatchback 4D                                                                                                                                                             -421.294150
modelscion iq                                                                                                                                                                         -4442.985550
modelScion iQ                                                                                                                                                                         -2471.081812
modelscion tc                                                                                                                                                                            14.796266
modelScion tC                                                                                                                                                                          -650.495857
modelScion tC 10 Series                                                                                                                                                               -1315.658182
modelscion xa                                                                                                                                                                          8709.620619
modelScion xA                                                                                                                                                                          1983.324596
modelscion xa base 4dr hatchback                                                                                                                                                        806.398783
modelScion XA Manual                                                                                                                                                                   2682.752963
modelscion xb                                                                                                                                                                          1609.876353
modelScion xb                                                                                                                                                                           -80.316678
modelScion xB                                                                                                                                                                           109.437771
modelScion xD                                                                                                                                                                          -377.747404
modelScion xD Hatchback 4D                                                                                                                                                              507.669411
modelsebring                                                                                                                                                                           -388.330024
modelsebring convertible                                                                                                                                                                703.400862
modelSebring JXI                                                                                                                                                                       3137.888345
modelsebring limited                                                                                                                                                                  -2204.184760
modelsedona                                                                                                                                                                             648.682919
modelsedona ex                                                                                                                                                                           23.964937
modelsedona lx                                                                                                                                                                         -156.193544
modelseirra 1500                                                                                                                                                                      14921.738297
modelsentra                                                                                                                                                                           -3541.228349
modelsentra 2.0 s                                                                                                                                                                     -2202.234513
modelsentra s                                                                                                                                                                          -474.642124
modelsentra se                                                                                                                                                                        -1934.276427
modelsentra sl                                                                                                                                                                        -6210.675172
modelsentra sl sedan 4d                                                                                                                                                               -2881.885417
modelsentra special edition                                                                                                                                                            -514.793840
modelsentra sv                                                                                                                                                                        -5430.505208
modelsequoia                                                                                                                                                                          11389.209259
modelsequoia 4wd 5.7l ffv limited (natl)                                                                                                                                              21901.733105
modelsequoia sr5                                                                                                                                                                       6318.212382
modelsequoia sr5 platinum                                                                                                                                                              4151.272771
modelsequoia sr5 sport utility                                                                                                                                                        18948.329263
modelseville sls                                                                                                                                                                       1177.690854
modelshelby gt                                                                                                                                                                        17533.238541
modelsienna                                                                                                                                                                            7064.158446
modelsienna ce                                                                                                                                                                         1455.365221
modelsienna le                                                                                                                                                                         7595.434909
modelsienna le wheelchair han                                                                                                                                                         15520.186117
modelsienna limited                                                                                                                                                                   16125.975035
modelsienna se minivan 4d                                                                                                                                                             14596.369296
modelsienna se wheelchair han                                                                                                                                                         20363.003365
modelsienna xle                                                                                                                                                                        9928.100896
modelsienna xle 8 passenger                                                                                                                                                            5633.874392
modelsienna xle awd                                                                                                                                                                    6078.741916
modelsienna xle limited                                                                                                                                                                8206.835106
modelsienna xle limited awd                                                                                                                                                            6486.222233
modelsierra                                                                                                                                                                           15562.546413
modelsierra 1500                                                                                                                                                                      17268.324028
modelsierra 1500 4wd crew cab 143                                                                                                                                                     29684.601109
modelsierra 1500 at4                                                                                                                                                                  40598.026530
modelsierra 1500 base                                                                                                                                                                 11368.442095
modelsierra 1500 crew cab                                                                                                                                                             14179.946447
modelsierra 1500 crew cab sle                                                                                                                                                         18665.660047
modelsierra 1500 crew cab slt                                                                                                                                                         19787.126119
modelsierra 1500 denali                                                                                                                                                               15000.502843
modelsierra 1500 denali 4x4 gas                                                                                                                                                       37008.083143
modelsierra 1500 double cab                                                                                                                                                           14457.675444
modelsierra 1500 double cab sle                                                                                                                                                       16814.749802
modelsierra 1500 double cab slt                                                                                                                                                       20736.753162
modelsierra 1500 extended cab                                                                                                                                                          5332.521892
modelsierra 1500 extended cab sle                                                                                                                                                     12704.577069
modelsierra 1500 extended cab slt                                                                                                                                                     13713.901587
modelsierra 1500 limited double                                                                                                                                                       16268.089794
modelsierra 1500 regular cab                                                                                                                                                           9681.179502
modelsierra 1500 regular cab work                                                                                                                                                      4441.629124
modelsierra 1500 sle                                                                                                                                                                   8824.182791
modelsierra 1500 sle crew                                                                                                                                                             12838.630756
modelsierra 1500 slt                                                                                                                                                                  18479.192352
modelsierra 1500 slt 4x4 1/2 ton                                                                                                                                                      32241.100374
modelsierra 1500 slt crew cab 143                                                                                                                                                     23043.108583
modelsierra 1500 x31 4x4 half ton                                                                                                                                                     25348.745239
modelsierra 1500 xtd cab 4x4                                                                                                                                                          12436.759887
modelsierra 2500                                                                                                                                                                      16772.825752
modelsierra 2500 hd crew cab                                                                                                                                                          26100.533721
modelsierra 2500 hd double cab                                                                                                                                                        19559.343867
modelsierra 2500 hd extended cab                                                                                                                                                      14703.432289
modelsierra 2500hd                                                                                                                                                                    25264.695921
modelsierra 2500hd denali                                                                                                                                                             24534.473285
modelsierra 2500hd lbz duramax                                                                                                                                                        25170.210265
modelsierra 3500                                                                                                                                                                      23680.540465
modelsierra 3500 all terrain                                                                                                                                                          27071.245926
modelsierra 3500 denali                                                                                                                                                               40048.479645
modelsierra 3500 duramax                                                                                                                                                              28533.704532
modelsierra 3500hd                                                                                                                                                                    36130.236225
modelsierra 3500hd available wifi                                                                                                                                                     45478.373380
modelsierra 3500hd denali                                                                                                                                                             27813.548505
modelsierra 3500hd sle                                                                                                                                                                32242.363213
modelsierra 3500hd sle 4x4 4dr cr                                                                                                                                                     30922.190891
modelsierra 3500hd slt                                                                                                                                                                40531.873184
modelsierra deisel duramax 2500                                                                                                                                                       43307.875006
modelsierra denali                                                                                                                                                                   -10739.107516
modelsierra denali 4x4 crew                                                                                                                                                           22637.886107
modelsierra duramax 3500 denali                                                                                                                                                       33551.664769
modelsierra ext cab z-71 4wd                                                                                                                                                           8194.320893
modelsierra slt                                                                                                                                                                       26993.885437
modelsilver streak                                                                                                                                                                    79874.754658
modelsilverado                                                                                                                                                                        16235.532129
modelSILVERADO  2500 HD Z71                                                                                                                                                           22737.140644
modelsilverado 1500                                                                                                                                                                   15221.837921
modelsilverado 1500 4x4                                                                                                                                                                5697.799338
modelsilverado 1500 classic ls2                                                                                                                                                       12478.854087
modelsilverado 1500 crew                                                                                                                                                              16859.770654
modelsilverado 1500 crew cab                                                                                                                                                          10339.320718
modelsilverado 1500 double                                                                                                                                                            15779.900307
modelsilverado 1500 hd                                                                                                                                                                 9932.079039
modelsilverado 1500 hd crew                                                                                                                                                           14688.860296
modelsilverado 1500 ld                                                                                                                                                                12659.619689
modelsilverado 1500 ls crew cab long box 4wd                                                                                                                                          17453.342795
modelsilverado 1500 lt                                                                                                                                                                11962.612719
modelsilverado 1500 lt 4wd                                                                                                                                                            21325.968447
modelsilverado 1500 lt 4x4                                                                                                                                                            14995.964832
modelsilverado 1500 lt z71                                                                                                                                                            14302.956013
modelsilverado 1500 lt1                                                                                                                                                                9183.057115
modelsilverado 1500 ltz                                                                                                                                                               17984.243729
modelsilverado 1500 ltz 4x4                                                                                                                                                           17045.555397
modelsilverado 1500 ltz z7                                                                                                                                                            27053.014520
modelsilverado 1500 ltz z71                                                                                                                                                           23310.801463
modelsilverado 1500 regular                                                                                                                                                            9787.071454
modelsilverado 1500 rst 4x4                                                                                                                                                           31376.332286
modelsilverado 1500 work                                                                                                                                                               6823.349645
modelsilverado 1500 work truck                                                                                                                                                         5762.039602
modelsilverado 1500 wt                                                                                                                                                                12075.448704
modelsilverado 1500hd                                                                                                                                                                 16122.886476
modelsilverado 1500hd lt                                                                                                                                                              13697.291234
modelsilverado 2500                                                                                                                                                                   15993.917248
modelsilverado 2500 crew cab lt 4x4                                                                                                                                                   31569.648732
modelsilverado 2500 diesel 4x4 6.6l lmm duramax turbo diesel crew cab long bed allison 1000 ltz                                                                                       37493.630439
modelsilverado 2500 hd 4x4                                                                                                                                                            17248.135088
modelsilverado 2500 hd crew                                                                                                                                                           29657.422645
modelsilverado 2500 hd extended cab                                                                                                                                                   20436.894451
modelsilverado 2500 hd lt                                                                                                                                                             23438.710253
modelsilverado 2500 heavy                                                                                                                                                             15010.429713
modelsilverado 2500 heavy d                                                                                                                                                            8889.070125
modelsilverado 2500 high ct                                                                                                                                                           36205.294479
modelsilverado 2500 ltz                                                                                                                                                               34067.983294
modelsilverado 2500 ltz crew cab 6.6 duramax                                                                                                                                          35211.301918
modelsilverado 2500hd                                                                                                                                                                 20797.970114
modelsilverado 2500hd 4x4                                                                                                                                                             15762.526100
modelsilverado 2500hd classic                                                                                                                                                         19985.659676
modelsilverado 2500hd flatbed                                                                                                                                                          3936.005654
modelsilverado 2500hd lt                                                                                                                                                              20256.426483
modelsilverado 2500hd ltz                                                                                                                                                             31899.513516
modelsilverado 2500hd work                                                                                                                                                            20026.770517
modelsilverado 3500                                                                                                                                                                   22552.818576
modelsilverado 3500 4x4                                                                                                                                                               42847.870858
modelsilverado 3500 hd diesel                                                                                                                                                         18839.438991
modelsilverado 3500 high ct                                                                                                                                                           38954.656660
modelsilverado 3500 lt                                                                                                                                                                22921.708022
modelsilverado 3500hd                                                                                                                                                                 23518.881250
modelsilverado 4x4                                                                                                                                                                     5907.024416
modelsilverado c1500                                                                                                                                                                   6593.311478
modelsilverado crew custom 4wd                                                                                                                                                        23501.115998
modelsilverado diesel 3500                                                                                                                                                            15783.151940
modelsilverado high countr                                                                                                                                                            20447.176517
modelsilverado hybrid                                                                                                                                                                  7376.620292
modelsilverado k1500 z71 4x4                                                                                                                                                          12026.889729
modelsilverado lt                                                                                                                                                                     12865.401722
modelsilverado lt 1500                                                                                                                                                                11312.956013
modelsilverado lt 4x4                                                                                                                                                                  8191.138148
modelsilverado lt z71                                                                                                                                                                  6740.825752
modelsilverado ltz                                                                                                                                                                    27261.699095
modelsilverado ltz 4x4                                                                                                                                                                26322.612535
modelsilverado rst                                                                                                                                                                    28230.582926
modelsilverado z71                                                                                                                                                                    19435.233494
modelsky                                                                                                                                                                               5440.952911
modelsky redline turbo                                                                                                                                                                 5323.899259
modelskylark custom                                                                                                                                                                   38138.468744
modelsl 550                                                                                                                                                                           31996.473861
modelsl-class                                                                                                                                                                         21917.475967
modelsl-class sl 550                                                                                                                                                                  25237.843508
modelsl500                                                                                                                                                                             6380.748327
modelslantback                                                                                                                                                                        80459.206957
modelslc 300 roadster                                                                                                                                                                 21704.441632
modelslk 230                                                                                                                                                                           4597.674151
modelslk-class slk320                                                                                                                                                                  5609.632401
modelslk320                                                                                                                                                                            4882.397227
modelsmart coupe fortwo                                                                                                                                                               -4408.937240
modelsmart fortwo Passion Hatchback                                                                                                                                                   -3969.662098
modelsolara                                                                                                                                                                            4524.008681
modelsolara se convertible                                                                                                                                                             5414.177354
modelsolstice                                                                                                                                                                          1858.920795
modelsolstice gxp                                                                                                                                                                       390.602919
modelsonata                                                                                                                                                                           -1905.125209
modelsonata gls                                                                                                                                                                        -288.740830
modelsonata gls 4dr sedan                                                                                                                                                             -5222.830190
modelsonata glssedan 6a                                                                                                                                                               -2667.968893
modelsonata hybrid                                                                                                                                                                       95.317641
modelsonata limited                                                                                                                                                                    -493.820299
modelsonata plug-in hybrid                                                                                                                                                             2126.985556
modelsonata se                                                                                                                                                                        -2133.182466
modelsonata se sedan 4d                                                                                                                                                                 -40.867462
modelsonata sel plus sedan 4d                                                                                                                                                          5207.556373
modelsonata sel sedan 4d                                                                                                                                                                -11.886148
modelsonata sport                                                                                                                                                                     -1158.605119
modelsonata sport 2.0t                                                                                                                                                                -3861.653857
modelsonata sport sedan                                                                                                                                                               -1861.464116
modelsonata sport sedan 4d                                                                                                                                                             -409.312552
modelsonic                                                                                                                                                                            -3692.436978
modelsonic ls                                                                                                                                                                         -5922.489140
modelsonic lt                                                                                                                                                                         -3952.807384
modelsonic rs                                                                                                                                                                          -554.498588
modelsonoma                                                                                                                                                                           17893.728634
modelsorento                                                                                                                                                                            321.994016
modelsorento 2wd 4dr i4 lx                                                                                                                                                            -1707.542985
modelsorento 3.6                                                                                                                                                                       3896.311077
modelsorento awd                                                                                                                                                                      -1704.937357
modelsorento ex                                                                                                                                                                        2239.494046
modelsorento ex sport utility 4d                                                                                                                                                       7448.339481
modelsorento limited-sxl sport                                                                                                                                                         7233.535987
modelsorento lx                                                                                                                                                                        -488.181256
modelsorento lx 4wd                                                                                                                                                                    1360.851549
modelsorento lx sport utility 4d                                                                                                                                                       3707.994141
modelsorento lx**v6,3.3l!                                                                                                                                                              1075.809013
modelsorento sx                                                                                                                                                                        2299.012158
modelsorento sx sport utility 4d                                                                                                                                                      10969.041395
modelsort trac                                                                                                                                                                         5114.750702
modelsoul                                                                                                                                                                             -1979.021558
modelsoul ! wagon 4d                                                                                                                                                                    226.603481
modelsoul +                                                                                                                                                                           -3496.508611
modelsoul ev                                                                                                                                                                          -1703.599805
modelsoul lx wagon 4d                                                                                                                                                                  -701.757442
modelsoul plus                                                                                                                                                                        -4020.556523
modelsoul s wagon 4d                                                                                                                                                                  -1959.558175
modelsoul sport                                                                                                                                                                        -117.431315
modelsoul wagon 4d                                                                                                                                                                    -2779.168892
modelspark                                                                                                                                                                            -6654.163805
modelspark 1lt                                                                                                                                                                        -6318.701545
modelspark activ hatchback                                                                                                                                                            -2406.238464
modelspark ev 2lt hatchback                                                                                                                                                           -1954.225663
modelspark ls                                                                                                                                                                         -5787.048078
modelspecial                                                                                                                                                                          65268.613215
modelspectra                                                                                                                                                                          -2328.106959
modelsport                                                                                                                                                                            17992.727371
modelsport hse                                                                                                                                                                        29250.371150
modelsport trac                                                                                                                                                                        6758.162147
modelsportage                                                                                                                                                                          2972.676239
modelsportage ex                                                                                                                                                                        459.427028
modelsportage ex awd gas suv                                                                                                                                                           5757.515969
modelsportage lx sport utility 4d                                                                                                                                                      -368.705572
modelsprinter                                                                                                                                                                         11513.768978
modelsrx                                                                                                                                                                               3463.727020
modelsrx luxury collection                                                                                                                                                             8572.111145
modelsrx sport utility 4d                                                                                                                                                              4734.041278
modelsrx4                                                                                                                                                                              4460.196232
modelss                                                                                                                                                                               31514.528877
modelSterling Acterra                                                                                                                                                                 51501.321558
modelstinger gt                                                                                                                                                                        7625.095480
modelstratus se                                                                                                                                                                        3469.872234
modelsts                                                                                                                                                                               -805.810055
modelStudebaker Commander                                                                                                                                                             44163.601781
modelstylemaster                                                                                                                                                                      60459.287656
modelSUABRU                                                                                                                                                                             404.189518
modelsuburban                                                                                                                                                                          9346.512374
modelsuburban 1500                                                                                                                                                                    10707.573202
modelsuburban 1500 ltz                                                                                                                                                                18935.423106
modelsuburban 2500                                                                                                                                                                    12922.200007
modelsuburban 2500 lt 4x4 4ws                                                                                                                                                         14817.555573
modelsuburban ls                                                                                                                                                                       7594.131583
modelsuburban ls 4x4                                                                                                                                                                   7448.266966
modelsuburban lt                                                                                                                                                                       8278.792247
modelsuburban lt 1500                                                                                                                                                                  8115.186489
modelsuburban lt 4x4                                                                                                                                                                  15837.023927
modelsuburban ltz                                                                                                                                                                     19931.309677
modelsuburban ltz 1500                                                                                                                                                                11750.268251
modelsuburban ltz 4x4                                                                                                                                                                 20555.717177
modelSunbeam Tiger                                                                                                                                                                    86704.456425
modelsuper                                                                                                                                                                            43676.142191
modelsuper beetle                                                                                                                                                                     25397.753480
modelsuper deluxe                                                                                                                                                                    103467.079455
modelsuper duty f-250                                                                                                                                                                 20039.519470
modelsuper duty f-250 srw                                                                                                                                                             24107.242505
modelsuper duty f-250 xl                                                                                                                                                              12556.332662
modelsuper duty f-350                                                                                                                                                                 12333.790555
modelsuper duty f-350 drw                                                                                                                                                             28413.393299
modelsuper duty f-350 srw                                                                                                                                                             26305.357091
modelsuper duty f-450 drw                                                                                                                                                             22564.553139
modelsuper duty f-550 drw                                                                                                                                                             29945.236126
modelsuper duty f-550 drw xl                                                                                                                                                          18187.543658
modelsuper duty f-650                                                                                                                                                                 17950.617851
modelsuperbee                                                                                                                                                                         64347.790247
modelsuzuki forenza                                                                                                                                                                    -830.633336
modelSUZUKI GRAND VITARA                                                                                                                                                               1039.029810
modelsuzuki sx4                                                                                                                                                                       -2092.488832
modelSUZUKI SX4 TOURING                                                                                                                                                               -1242.041132
modelSUZUKI VL800                                                                                                                                                                     -5422.019716
modelsvx                                                                                                                                                                              13215.799638
modelt                                                                                                                                                                                64871.859054
modelt 250                                                                                                                                                                             8209.041551
modeltacoma                                                                                                                                                                           14565.267884
modeltacoma *trd sport*back u                                                                                                                                                         17152.373550
modeltacoma 2wd                                                                                                                                                                       14106.896275
modeltacoma 4x4                                                                                                                                                                       15918.022070
modeltacoma access cab                                                                                                                                                                10083.693529
modeltacoma access cab pickup                                                                                                                                                         11786.639647
modeltacoma access cab sr                                                                                                                                                              8344.896124
modeltacoma access cab sr5                                                                                                                                                             8862.084510
modeltacoma access cab trd                                                                                                                                                            16189.507707
modeltacoma access cab trd 4x4                                                                                                                                                        15835.039544
modeltacoma crew cab sr 4x4                                                                                                                                                           14003.556082
modeltacoma double cab                                                                                                                                                                15088.592377
modeltacoma double cab pickup                                                                                                                                                         16626.890777
modeltacoma double cab trd                                                                                                                                                            15613.219723
modeltacoma double cab trd of                                                                                                                                                         26153.606444
modeltacoma flat bed                                                                                                                                                                   9903.291025
modeltacoma prerunner                                                                                                                                                                 10252.215618
modeltacoma prerunner v6                                                                                                                                                               4611.886802
modeltacoma regular cab                                                                                                                                                                4754.830176
modeltacoma regular cab 2wd                                                                                                                                                           -3702.144859
modeltacoma sr5                                                                                                                                                                       11062.334163
modeltacoma sr5 4x4 1/4 ton                                                                                                                                                           17807.417916
modeltacoma sr5 v6                                                                                                                                                                    15221.583129
modeltacoma trd off road 4x4                                                                                                                                                          20943.046490
modeltacoma trd off-road                                                                                                                                                              23036.548027
modeltacoma trd sport 4x4                                                                                                                                                              9558.538540
modeltacoma v6 1-oregon owner*zero rust*4x4*trd off road*45 service records*like new in&out*rear lockers*never off road*zero accidents                                                18067.637409
modeltacoma v6 4dr double cab 1-oregon owner* rust & accident free*timing belt service done*new full buid*bilstein lift*new 33"yokohama goo3*new 17"mk6 wheels*like new in & out      25792.046108
modeltahoe                                                                                                                                                                            10610.770925
modeltahoe 4wd 4dr 1500 ltz                                                                                                                                                           12011.815830
modeltahoe k-1500 4x4                                                                                                                                                                 14981.945652
modeltahoe ls                                                                                                                                                                          8273.191740
modeltahoe ls 4x4                                                                                                                                                                      3149.845564
modeltahoe ls 4x4 gas suv                                                                                                                                                             23552.128550
modeltahoe ls sport utility                                                                                                                                                           21499.404866
modeltahoe lt                                                                                                                                                                          6859.306283
modeltahoe lt 1500                                                                                                                                                                    10016.274204
modeltahoe lt 4wd                                                                                                                                                                     23172.619425
modeltahoe lt 4x4                                                                                                                                                                     10353.360369
modeltahoe lt sport                                                                                                                                                                   10009.546375
modeltahoe lt sport utility                                                                                                                                                           23131.488940
modeltahoe lt w/2lt                                                                                                                                                                    9908.325703
modeltahoe ltz                                                                                                                                                                        12316.678098
modeltahoe ltz 4wd                                                                                                                                                                    15356.936351
modeltahoe police                                                                                                                                                                     -2059.035352
modeltahoe premier                                                                                                                                                                    42459.105739
modeltahoe premier 4x4 gas                                                                                                                                                            32753.188413
modeltahoe z71 4x4                                                                                                                                                                    13277.751033
modeltall t                                                                                                                                                                           74367.572087
modeltaurus                                                                                                                                                                            2683.235064
modeltaurus limited                                                                                                                                                                    1610.958610
modeltaurus se                                                                                                                                                                          390.409383
modeltaurus se sedan 4d                                                                                                                                                                -900.589310
modeltaurus sel                                                                                                                                                                         161.540269
modeltaurus sel sedan 4d automatic                                                                                                                                                     1386.228434
modeltaurus ses                                                                                                                                                                         867.091799
modeltbucket                                                                                                                                                                          79618.656829
modeltc 4500                                                                                                                                                                          26802.669885
modeltc5500                                                                                                                                                                           20647.813014
modeltd wagon                                                                                                                                                                         31117.927491
modelterrain                                                                                                                                                                           4415.695441
modelterrain denali                                                                                                                                                                    9584.435546
modelterrain sel                                                                                                                                                                        621.400749
modelterrain sle                                                                                                                                                                        371.024292
modelterrain sle sport utility 4d                                                                                                                                                      6884.330005
modelterrain sle-1                                                                                                                                                                     3026.299846
modelterrain sle-1 awd! awd                                                                                                                                                            -397.157963
modelterrain sle-2                                                                                                                                                                     -112.333339
modelterrain sle-2 sport utility                                                                                                                                                       3161.850888
modelterrain slt awd                                                                                                                                                                   2053.028902
modelterrain slt awd gas suv auto                                                                                                                                                      6035.628770
modelterrain slt-2                                                                                                                                                                    -2240.622285
modelterrian sle2                                                                                                                                                                      2859.695088
modelThomas Saf-t-liner School Bus                                                                                                                                                     8169.848976
modelthunderbird                                                                                                                                                                      18712.347709
modeltiguan                                                                                                                                                                            1486.139965
modeltiguan 2.0t                                                                                                                                                                      -3796.348146
modeltiguan s                                                                                                                                                                         -1850.837793
modeltiguan se 4motion                                                                                                                                                                 2008.587772
modeltiguan sel                                                                                                                                                                         221.179473
modeltitan                                                                                                                                                                            10682.248251
modeltitan 4x4                                                                                                                                                                         8198.982862
modeltitan crew cab                                                                                                                                                                    9188.779737
modeltitan crew cab 4x4                                                                                                                                                               15480.348707
modeltitan crew cab sv pickup                                                                                                                                                          9426.980018
modeltitan pro-4x                                                                                                                                                                     11874.082180
modeltitan se                                                                                                                                                                          5941.447546
modeltitan single cab                                                                                                                                                                 10173.135761
modeltitan single cab sv                                                                                                                                                               9836.090055
modeltitan sl 4x4                                                                                                                                                                     10123.566965
modeltitan xd                                                                                                                                                                         18601.497934
modeltitan xd 4wd pro-4x                                                                                                                                                              21504.507096
modeltitan xd crew cab sv                                                                                                                                                             20567.626338
modeltitan xd pro-4x                                                                                                                                                                  25254.326621
modeltj                                                                                                                                                                               11049.616137
modeltl                                                                                                                                                                                5308.102168
modeltl 3.2                                                                                                                                                                            9820.386656
modeltl 3.5l tech pkg awd                                                                                                                                                              1618.553601
modeltl sedan 4d                                                                                                                                                                       5357.228080
modeltl sh-awd sedan 4d                                                                                                                                                                6709.343613
modeltl special edition sedan                                                                                                                                                          5121.974296
modeltl type-s                                                                                                                                                                         7569.041911
modeltlx                                                                                                                                                                               7767.847335
modeltlx 2.4 sedan 4d                                                                                                                                                                  5300.125544
modeltlx 2.4l                                                                                                                                                                          4909.344010
modeltlx 3.5 sedan 4d                                                                                                                                                                  8564.734710
modeltlx 3.5 w/technology pkg                                                                                                                                                         14983.585211
modeltlx base fwd                                                                                                                                                                      7007.429102
modeltouareg                                                                                                                                                                           6374.378149
modeltouareg tdi sport suv                                                                                                                                                             7820.919162
modeltown & country                                                                                                                                                                     876.084244
modeltown & country touring                                                                                                                                                            1890.078678
modeltown and country                                                                                                                                                                  2910.936616
modeltown and country lx                                                                                                                                                               2566.849139
modeltown car                                                                                                                                                                          1884.388738
modeltown car signature                                                                                                                                                                5774.022567
modeltown country                                                                                                                                                                      4942.773473
modeltown country lwb                                                                                                                                                                  4062.170340
modeltowncar                                                                                                                                                                           4749.954168
modelTOYOTA* YARIS*                                                                                                                                                                    2112.264103
modelTOYOTA/CAMRY                                                                                                                                                                      5672.299565
modelToyoya Tundra                                                                                                                                                                    12315.535376
modelToyta Camry                                                                                                                                                                       4821.418453
modeltracker                                                                                                                                                                           4866.862417
modeltrailblazer                                                                                                                                                                       6163.360525
modeltrailblazer ext                                                                                                                                                                   6755.993718
modeltrailblazer EXT LT                                                                                                                                                                7782.083465
modeltrailblazer ls                                                                                                                                                                    1160.670819
modeltrailblazer lt                                                                                                                                                                    4771.194848
modeltrans am                                                                                                                                                                         44509.368203
modeltransit                                                                                                                                                                           7621.504548
modeltransit 150 cargo van                                                                                                                                                            10667.109747
modeltransit 150 van                                                                                                                                                                  11170.870888
modeltransit 250                                                                                                                                                                      12084.036346
modeltransit 250 van low roof                                                                                                                                                          8457.801693
modeltransit 350                                                                                                                                                                      18686.228319
modeltransit 350 van                                                                                                                                                                  14242.512836
modeltransit 350 wagon med. roof xlt w/sliding pass. 14                                                                                                                                8580.971206
modeltransit cargo                                                                                                                                                                     9474.200189
modeltransit cargo van                                                                                                                                                                10514.714623
modeltransit connect                                                                                                                                                                    360.228586
modeltransit connect cargo                                                                                                                                                             1590.277938
modeltransit connect cargo xl                                                                                                                                                          3413.487166
modeltransit connect passenger                                                                                                                                                         3489.907787
modeltransit connect van                                                                                                                                                               2566.365811
modeltransit connect xlt                                                                                                                                                               4252.275094
modeltransit e-350                                                                                                                                                                     4972.973324
modeltransit passenger van                                                                                                                                                             4902.514480
modeltransit passenger wagon                                                                                                                                                          20607.121489
modeltransit t 350 passanger                                                                                                                                                           6561.210325
modeltransit t-350 hd                                                                                                                                                                 23593.515924
modeltransit t150 cargo van                                                                                                                                                            6841.882762
modeltransit t250                                                                                                                                                                     12744.628729
modeltransit t250 extended                                                                                                                                                            17498.159149
modeltransit t250 van                                                                                                                                                                 11997.643258
modeltransit t350 xlt                                                                                                                                                                  7267.146925
modeltransit van                                                                                                                                                                      14638.584254
modeltransit wagon 350                                                                                                                                                                11549.630135
modeltransit wagon xl                                                                                                                                                                 11652.969873
modeltransit-250 base cargo                                                                                                                                                           19967.903676
modeltraverse                                                                                                                                                                          4604.057221
modeltraverse 2lt                                                                                                                                                                      4197.173223
modeltraverse ls                                                                                                                                                                       2694.591173
modeltraverse lt                                                                                                                                                                       3441.046473
modeltraverse lt awd                                                                                                                                                                   3153.999686
modeltraverse lt sport                                                                                                                                                                 6314.440606
modeltraverse ltz                                                                                                                                                                      6243.669915
modeltrax                                                                                                                                                                             -3392.937800
modeltrax ls sport utility                                                                                                                                                            -1361.418284
modeltrax lt sport utility                                                                                                                                                            -1991.495072
modeltrax ltz sport                                                                                                                                                                     422.496040
modeltrax ltz sport utility                                                                                                                                                             660.479167
modeltribeca                                                                                                                                                                           5819.609151
modeltribute                                                                                                                                                                          13167.308041
modeltribute lx                                                                                                                                                                        7162.710444
modelTriumph Spitfire                                                                                                                                                                 19698.844174
modeltruck                                                                                                                                                                            45244.560979
modeltsx                                                                                                                                                                               4190.041209
modeltsx 2.4                                                                                                                                                                           2296.577985
modeltsx 2.4l w/tech                                                                                                                                                                   3053.483746
modeltsx sedan 4d                                                                                                                                                                      3269.435158
modeltt                                                                                                                                                                                3443.780274
modeltucson                                                                                                                                                                            1231.952205
modeltucson gls                                                                                                                                                                         709.545178
modeltucson limited                                                                                                                                                                    2760.687347
modeltucson limited sport                                                                                                                                                              3437.375006
modeltucson sel                                                                                                                                                                        1656.700954
modeltucson sport                                                                                                                                                                     -7026.465534
modeltundra                                                                                                                                                                           18119.509729
modeltundra 1794 edition 1-owner* local oregon truck since new* blind spot* 2-keys* non smoker* like new in & out* new brakes and service                                             26738.216647
modeltundra 2wd truck                                                                                                                                                                 10047.097742
modeltundra 4wd                                                                                                                                                                       30214.090108
modeltundra 4wd truck                                                                                                                                                                 18547.609243
modeltundra 4x4 limited 4dr cremax cab pickup (5.7 v8)                                                                                                                                21791.410214
modeltundra crewmax                                                                                                                                                                   19352.036177
modeltundra crewmax limited                                                                                                                                                           25023.562905
modeltundra crewmax sr5 4x4                                                                                                                                                           28821.769227
modeltundra crewmax sr5 pickup                                                                                                                                                        20550.903435
modeltundra double cab limited                                                                                                                                                        19526.950117
modeltundra double cab pickup                                                                                                                                                         18795.319740
modeltundra double cab sr                                                                                                                                                             19399.901625
modeltundra limited                                                                                                                                                                   20657.308715
modeltundra limited double cab                                                                                                                                                        16106.333613
modeltundra platinum crew max lifted on 37s                                                                                                                                           34058.005597
modeltundra sr5                                                                                                                                                                       12530.626410
modeltundra sr5 4x2 crewmax                                                                                                                                                           14732.400081
modeltundra sr5 4x4 1/2 ton                                                                                                                                                           22303.633340
modeltundra sr5 5.7                                                                                                                                                                   14600.005808
modeltundra trd pro                                                                                                                                                                   37563.283727
modeltundra trd sport                                                                                                                                                                 29282.451006
modelUD 2000                                                                                                                                                                           9428.281178
modeluplander cargo van                                                                                                                                                               -1033.291843
modelUtilimaster Step Van                                                                                                                                                             30785.413608
modelux 250h sport utility 4d                                                                                                                                                         12357.817735
modelv                                                                                                                                                                                 -109.228404
modelv60 cross country                                                                                                                                                                 6599.085663
modelv60 cross country t5                                                                                                                                                              2424.757449
modelv70                                                                                                                                                                               6456.299396
modelv70 xc cross country                                                                                                                                                              8375.789337
modelvan                                                                                                                                                                               7688.955379
modelvan 1987                                                                                                                                                                         18416.455042
modelvanagon westfalia                                                                                                                                                                41988.054613
modelvanagon/campmobile                                                                                                                                                               37855.517433
modelvelar                                                                                                                                                                            34127.266122
modelveloster                                                                                                                                                                         -2022.784024
modelveloster coupe 3d                                                                                                                                                                  821.599110
modelveloster hatchback                                                                                                                                                               -4446.478899
modelveloster n coupe 3d                                                                                                                                                               8958.610040
modelveloster value edition                                                                                                                                                           -1775.220432
modelventure                                                                                                                                                                          54411.611749
modelventure minivan                                                                                                                                                                   3807.678707
modelvenue sel sport utility                                                                                                                                                           -786.456651
modelvenza                                                                                                                                                                             3998.885782
modelvenza 5-door v6 sedan                                                                                                                                                             7560.866597
modelvenza awd                                                                                                                                                                         6449.864819
modelvenza le wagon 4d                                                                                                                                                                 4357.991392
modelvenza limited wagon 4d                                                                                                                                                            7762.756832
modelvenza v6 awd                                                                                                                                                                      4746.118968
modelvenza wagon 4d                                                                                                                                                                    6189.065323
modelvenza xle awd                                                                                                                                                                     1775.245315
modelveracruz limited                                                                                                                                                                   567.816695
modelverano                                                                                                                                                                           -2245.651804
modelversa                                                                                                                                                                            -4182.841603
modelversa 1.6 sv automatic                                                                                                                                                           -3526.741192
modelversa note                                                                                                                                                                       -5395.823744
modelversa note sv hatchback                                                                                                                                                          -7055.637468
modelversa sl                                                                                                                                                                          2538.125049
modelversa sv                                                                                                                                                                         -4123.319732
modelvibe                                                                                                                                                                              2121.959280
modelvibe 1.8l                                                                                                                                                                        -1141.285904
modelvibe gt                                                                                                                                                                            460.030053
modelVictory Kingpin                                                                                                                                                                  -2337.333816
modelvmi ♿                                                                                                                                                                            6793.103043
modelvnl                                                                                                                                                                             114499.723011
modelvnl 670                                                                                                                                                                          55052.476768
modelvnm630                                                                                                                                                                           49049.015144
modelVolkswagon Passat TDI GLS                                                                                                                                                         3466.361273
modelvolskwagen tiguan                                                                                                                                                                  312.638328
modelvolt                                                                                                                                                                             -2275.663838
modelvolt premium                                                                                                                                                                     -1596.827993
modelVOLVO* XC60*                                                                                                                                                                      5372.619966
modelvt750c                                                                                                                                                                           -3295.187990
modelvue                                                                                                                                                                               1001.847184
modelvue awd v6 2002                                                                                                                                                                   7148.052342
modelvue xr suv                                                                                                                                                                         141.464224
modelw5500                                                                                                                                                                            26439.916605
modelwagon                                                                                                                                                                             6978.225621
modelWATER TRUCK                                                                                                                                                                      30247.018121
modelwillys cj-5                                                                                                                                                                      35092.267331
modelwillys cj2a                                                                                                                                                                      43481.485762
modelWILLYS MB                                                                                                                                                                        84193.401653
modelwinnebago                                                                                                                                                                         1512.862596
modelWorkhorse W42                                                                                                                                                                    21048.913805
modelWORKHORSE W42                                                                                                                                                                    18216.224930
modelwrangler                                                                                                                                                                         12854.516492
modelwrangler 2dr sport                                                                                                                                                               13934.024154
modelwrangler all new rubicon                                                                                                                                                         21064.468657
modelwrangler jk                                                                                                                                                                      15404.502425
modelwrangler moab                                                                                                                                                                    32603.192830
modelwrangler rubicon                                                                                                                                                                 14762.576382
modelwrangler rubicon sport                                                                                                                                                           14831.724449
modelwrangler sahara                                                                                                                                                                  15119.982363
modelwrangler sahara sport                                                                                                                                                            12611.737143
modelwrangler se                                                                                                                                                                       4211.167537
modelwrangler se sport utility                                                                                                                                                        10593.584837
modelwrangler sport                                                                                                                                                                    8383.221215
modelwrangler sport 4x4 gas suv                                                                                                                                                       12077.708616
modelwrangler sport rhd 1 owner                                                                                                                                                       16103.253412
modelwrangler sport suv 2d                                                                                                                                                            12364.350345
modelwrangler unlimi                                                                                                                                                                  14391.508250
modelwrangler unlimited                                                                                                                                                               17747.600217
modelwrangler unlimited 75th 4x4                                                                                                                                                      23375.644003
modelwrangler unlimited all new                                                                                                                                                       19552.652631
modelwrangler unlimited rubicon                                                                                                                                                       21606.399684
modelwrangler unlimited sahara                                                                                                                                                        17175.366605
modelwrangler unlimited sport                                                                                                                                                         16577.164894
modelwrangler unlimited x                                                                                                                                                             -4176.775492
modelwrangler x                                                                                                                                                                        7374.069358
modelwrangler x sport utility                                                                                                                                                         13477.438513
modelwranler yj                                                                                                                                                                       21330.691506
modelwrx                                                                                                                                                                               8760.267717
modelwrx limited                                                                                                                                                                       3960.859595
modelwrx premium                                                                                                                                                                      11115.500366
modelwrx premium sedan 4d                                                                                                                                                              9657.999361
modelwrx sti                                                                                                                                                                          11609.575598
modelwrx sti sedan 4d                                                                                                                                                                 14531.468124
modelx-type                                                                                                                                                                             -46.706292
modelx1                                                                                                                                                                                4237.376644
modelx1 sdrive28i                                                                                                                                                                      7425.587178
modelx1 sdrive28i sport utility                                                                                                                                                       12212.910980
modelx1 xdrive28i                                                                                                                                                                       986.472926
modelx1 xdrive28i awd                                                                                                                                                                  2413.754353
modelx1 xdrive28i sport utility                                                                                                                                                        4273.936733
modelx3                                                                                                                                                                                4743.059195
modelx3 xdrive28i                                                                                                                                                                      4730.965127
modelx3 xdrive30i sport utility                                                                                                                                                       17644.869865
modelx3 xdrive35i                                                                                                                                                                      3736.765508
modelx4                                                                                                                                                                                9385.559617
modelx5                                                                                                                                                                                7317.843115
modelx5 3.0 sport                                                                                                                                                                      4419.800298
modelx5 3.0i awd                                                                                                                                                                       6742.684386
modelx5 3.5i premium                                                                                                                                                                   5614.263738
modelx5 4.4i                                                                                                                                                                           2208.504604
modelx5 sdrive35i                                                                                                                                                                      7481.605266
modelx5 xdrive35d                                                                                                                                                                      3336.527716
modelx5 xdrive35i                                                                                                                                                                     12748.051540
modelx5 xdrive35i awd luxury suv                                                                                                                                                       3902.778664
modelx5 xdrive35i sport utility                                                                                                                                                       18986.705666
modelx5 xdrive40i sport utility                                                                                                                                                       32544.605918
modelx5 xdrive48i                                                                                                                                                                      1519.485407
modelx5 xdrive50i                                                                                                                                                                      3988.005774
modelx5 xdrive50i sport utility                                                                                                                                                       28222.157403
modelx6                                                                                                                                                                               13204.739094
modelx6 351 x                                                                                                                                                                         33702.972908
modelx6 xdrive35i                                                                                                                                                                     21946.334683
modelx6 xdrive35i sport utility                                                                                                                                                       24006.961120
modelxc350l                                                                                                                                                                           -1283.320538
modelxc40                                                                                                                                                                             13939.854830
modelxc40 t5 momentum sport                                                                                                                                                           14706.841233
modelxc60                                                                                                                                                                             10091.789229
modelxc60 3.2                                                                                                                                                                          2523.625018
modelxc60 3.2 awd                                                                                                                                                                      2113.243354
modelxc60 t5 drive-e premier                                                                                                                                                           1715.849800
modelxc60 t5 dynamic sport                                                                                                                                                             7899.833742
modelxc60 t5 momentum sport                                                                                                                                                           14178.285152
modelxc60 t6 inscription sport                                                                                                                                                        20215.974813
modelxc60 t6 platinum sport                                                                                                                                                            8879.530804
modelxc70 t6 platinum awd                                                                                                                                                              5218.781123
modelxc90                                                                                                                                                                              3061.421354
modelxc90 3.2 awd                                                                                                                                                                      6848.504968
modelxc90 t5 momentum sport                                                                                                                                                           16204.755039
modelxc90 t6 all services up to date                                                                                                                                                  12009.546809
modelxc90 t6 momentum sport                                                                                                                                                           24866.652012
modelxc90 t8 inscription                                                                                                                                                              10023.417130
modelxe 20d sedan 4d                                                                                                                                                                   6993.363913
modelxe 25t premium sedan 4d                                                                                                                                                           7193.364732
modelxe 35t r-sport sedan 4d                                                                                                                                                          12009.017985
modelxf                                                                                                                                                                               25654.238084
modelxf 20d premium sedan 4d                                                                                                                                                           8793.246522
modelxf 35t premium sedan 4d                                                                                                                                                           8122.055105
modelxf portfolio sedan 4d                                                                                                                                                             7567.654355
modelxj                                                                                                                                                                                9640.391198
modelxj sedan 4d                                                                                                                                                                      10842.339831
modelxj xjl portfolio sedan 4d                                                                                                                                                        17638.941257
modelxj-series                                                                                                                                                                        18820.443624
modelxj8                                                                                                                                                                               3951.465004
modelxjr supercharged                                                                                                                                                                  7682.566905
modelxk8 convertible v8                                                                                                                                                                9750.945116
modelxlr                                                                                                                                                                              10859.122628
modelxt4                                                                                                                                                                              19812.764198
modelxt4 premium luxury                                                                                                                                                               12681.525318
modelxt4 sport suv 4d                                                                                                                                                                 12852.464878
modelxt5                                                                                                                                                                               6750.305763
modelxt5 luxury                                                                                                                                                                       28737.100870
modelxt5 luxury sport                                                                                                                                                                  9263.640558
modelxt5 premium luxury                                                                                                                                                               17283.492181
modelxt5 sport suv 4d                                                                                                                                                                 28298.711020
modelxt5 sport utility 4d                                                                                                                                                             13750.275053
modelxt6                                                                                                                                                                              26252.670043
modelxterra                                                                                                                                                                            6015.476476
modelxterra 4x4                                                                                                                                                                        1524.430795
modelxterra off- road 4x4                                                                                                                                                              2228.754136
modelxterra s                                                                                                                                                                          3683.667577
modelxterra s sport utility 4d                                                                                                                                                         6022.439560
modelxts                                                                                                                                                                               4207.637995
modelxts luxury collection                                                                                                                                                             7292.600907
modelxts luxury sedan 4d                                                                                                                                                              12676.523830
modelxv crosstrek                                                                                                                                                                      2473.384068
modelxv crosstrek 2.0i premium                                                                                                                                                         1740.567815
modelxv crosstrek awd limited                                                                                                                                                          3545.898489
modelxv crosstrek premium                                                                                                                                                              3637.006503
modelYAMAHA FZ09C                                                                                                                                                                     -9454.650925
modelyaris                                                                                                                                                                            -1219.644541
modelyaris hatchback                                                                                                                                                                   1424.298451
modelyaris ia sedan 4d                                                                                                                                                                -2576.512671
modelyaris l                                                                                                                                                                          -4062.863164
modelyj wrangler                                                                                                                                                                       7076.670550
modelyukon                                                                                                                                                                            13655.905084
modelyukon 4x4                                                                                                                                                                         4667.886460
modelyukon denali                                                                                                                                                                      7601.009760
modelyukon denali awd                                                                                                                                                                  8548.353441
modelyukon denali sport utility                                                                                                                                                       16244.472524
modelyukon denali xl                                                                                                                                                                   6306.835106
modelyukon sle 4wd                                                                                                                                                                    13663.703880
modelyukon slt                                                                                                                                                                         2982.241502
modelyukon slt sport utility 4d                                                                                                                                                       24661.267489
modelyukon xl                                                                                                                                                                         11090.465280
modelyukon xl 1500 3rd row seat                                                                                                                                                       -2333.333816
modelyukon xl 2500 4wd                                                                                                                                                                18434.104272
modelyukon xl 2500 slt                                                                                                                                                                 8046.748527
modelyukon xl denali                                                                                                                                                                   9477.252591
modelyukon xl denali awd                                                                                                                                                               7812.011138
modelyukon xl slt                                                                                                                                                                     19913.629056
modelz3 roadster                                                                                                                                                                       9548.937658
modelz4 3.0i 3.0i                                                                                                                                                                      5756.320684
modelz4 sdrive28i roadster 2d                                                                                                                                                         12379.807136
modelz4 sdrive35is roadster 2d                                                                                                                                                        20831.310837
modelzephyr                                                                                                                                                                            -634.974619
odometer                                                                                                                                                                                 -0.058696
                                                                                                                                                                                        Std. Error
(Intercept)                                                                                                                                                                           34864.500311
year                                                                                                                                                                                     17.112921
model06 F250 Lariat                                                                                                                                                                    8575.517144
model1 series 128i coupe 2d                                                                                                                                                            6998.978342
model1 series 135i convertible 2d                                                                                                                                                      8571.688542
model1 series 135i coupe 2d                                                                                                                                                            8571.578160
model1-series 128i coupe                                                                                                                                                               8571.210914
model124 spider                                                                                                                                                                        8579.169033
model135i                                                                                                                                                                              8571.333324
model1500                                                                                                                                                                              6089.164653
model1500 4wd                                                                                                                                                                          8571.836000
model1500 4x4                                                                                                                                                                          6999.665758
model1500 5.7 hemi                                                                                                                                                                     8573.109284
model1500 big horn                                                                                                                                                                     6778.072101
model1500 big horn/lone star                                                                                                                                                           7426.978273
model1500 big horncrew cab                                                                                                                                                             8572.331719
model1500 classic                                                                                                                                                                      6550.990676
model1500 classic bighorn                                                                                                                                                              8573.888642
model1500 classic crew cab slt                                                                                                                                                         8574.393879
model1500 classic regular cab                                                                                                                                                          6361.121687
model1500 classic slt                                                                                                                                                                  8573.887126
model1500 classic slt 4x4                                                                                                                                                              8573.971329
model1500 classic warlock                                                                                                                                                              7426.755863
model1500 crew cab                                                                                                                                                                     6778.291904
model1500 crew cab big horn                                                                                                                                                            6277.397780
model1500 crew cab laramie                                                                                                                                                             7424.863738
model1500 crew cab laramie pickup                                                                                                                                                      7425.340331
model1500 crew cab lone star                                                                                                                                                           8572.402473
model1500 crew cab tradesman                                                                                                                                                           6779.347194
model1500 express                                                                                                                                                                      8573.203184
model1500 express 4x4 gas                                                                                                                                                              8573.077234
model1500 express quad cab                                                                                                                                                             8573.449233
model1500 hemi                                                                                                                                                                         8569.995454
model1500 laramie                                                                                                                                                                      8573.419298
model1500 laramie 4x4                                                                                                                                                                  8573.360232
model1500 laramie 4x4 gas                                                                                                                                                              8572.981538
model1500 laramie automatic                                                                                                                                                            8573.400110
model1500 laramie crew cab                                                                                                                                                             8573.381215
model1500 laramie crew hemi 5.7                                                                                                                                                        8572.934728
model1500 lonestar                                                                                                                                                                     8574.234911
model1500 mega cab                                                                                                                                                                     8570.195479
model1500 outdoorsman 4x4                                                                                                                                                              8572.605268
model1500 quad cab                                                                                                                                                                     6479.134643
model1500 quad cab express pickup                                                                                                                                                      7425.338002
model1500 quad cab harvest pickup                                                                                                                                                      7425.869318
model1500 quad cab short b                                                                                                                                                             8570.001140
model1500 quad cab tradesman                                                                                                                                                           7425.379699
model1500 regular cab                                                                                                                                                                  8572.135141
model1500 regular cab tradesman                                                                                                                                                        7425.350086
model1500 rt                                                                                                                                                                           8571.415120
model1500 silverado                                                                                                                                                                    7424.465379
model1500 slt                                                                                                                                                                          8574.107467
model1500 slt 4x4                                                                                                                                                                      8571.721268
model1500 slt 4x4 1/2 ton                                                                                                                                                              8573.112794
model1500 slt 4x4 half ton                                                                                                                                                             8573.062337
model1500 slt**3.6l!                                                                                                                                                                   8573.421503
model1500 sport 4x4 1/2 ton                                                                                                                                                            8571.591866
model1500 st 4wd!extended                                                                                                                                                              8571.787901
model1500 tradesman                                                                                                                                                                    8572.641606
model1964 oldsmobile dynamic                                                                                                                                                           8590.256454
model1967 mustang                                                                                                                                                                      8590.157243
model1969 c-10                                                                                                                                                                         8586.318236
model1969 Cougar Eliminator                                                                                                                                                            8587.693428
model1974 corvette                                                                                                                                                                     8587.084584
model1977 corvette                                                                                                                                                                     8581.765700
model1985 F150                                                                                                                                                                         8578.939125
model1987 Saab 900                                                                                                                                                                     8573.028186
model1988 Corvette                                                                                                                                                                     8573.148428
model1990                                                                                                                                                                              8575.117810
model1990 Daihatsu  Rocky SE                                                                                                                                                           8573.477454
model1992                                                                                                                                                                              8571.386668
model1994 International 4700                                                                                                                                                           8570.717548
model1996 Chevy/Topkick                                                                                                                                                                8571.208627
model1996 impala                                                                                                                                                                       8570.321739
model2 series                                                                                                                                                                          8572.249459
model2 series 230i coupe 2d                                                                                                                                                            7001.153245
model2 series m235i xdrive                                                                                                                                                             8572.614310
model2 series m240i coupe 2d                                                                                                                                                           8573.062183
model200                                                                                                                                                                               6310.172142
model200 convertible                                                                                                                                                                   8571.060583
model200 limited                                                                                                                                                                       6641.437113
model200 limited sedan 4d                                                                                                                                                              8572.591114
model200 nv cargo van                                                                                                                                                                  8573.956414
model200 s                                                                                                                                                                             7424.645325
model200 series limited                                                                                                                                                                8572.228731
model2001                                                                                                                                                                              8570.132150
model2001 Sport Trac                                                                                                                                                                   8569.835124
model2002 f 450                                                                                                                                                                        8570.429014
model2002 Saab                                                                                                                                                                         8570.018934
model2003 mistubishi lancer es                                                                                                                                                         8570.849937
model2004 handa civic                                                                                                                                                                  8570.267198
model2006                                                                                                                                                                              8570.223936
model2008 HONDAELEMENT                                                                                                                                                                 8571.580708
model2010ChryslerSebringTouringEd.                                                                                                                                                     8571.282223
model2011                                                                                                                                                                              8571.191987
model2011 SUZUKI GRAND VITARA                                                                                                                                                          8571.059936
model2012 Smart Car                                                                                                                                                                    8571.526684
model2013                                                                                                                                                                              8571.516910
model2013 CODA                                                                                                                                                                         8572.079323
model2013 isuzu nrr                                                                                                                                                                    8571.833185
model2014 CHEVROLT EQUINOX                                                                                                                                                             8573.260929
model2015                                                                                                                                                                              7424.511982
model2015 SILVERADO HD                                                                                                                                                                 8573.774952
model2016 Mazada Miata                                                                                                                                                                 8572.633601
model2018                                                                                                                                                                              8573.432839
model210                                                                                                                                                                               7474.593912
model230i                                                                                                                                                                              8574.490774
model240 wagon                                                                                                                                                                         8572.335314
model2500                                                                                                                                                                              6122.191135
model2500 4x4                                                                                                                                                                          6998.474830
model2500 big horn crew cab                                                                                                                                                            8573.892670
model2500 crew cab                                                                                                                                                                     8573.808609
model2500 crew cab 4wd                                                                                                                                                                 8572.378479
model2500 crew cab tradesman                                                                                                                                                           8573.513497
model2500 cummins laramie                                                                                                                                                              8569.862077
model2500 diesel 4x4 5.9l cummins turbo diesel quad cab short bed low miles                                                                                                            8569.944947
model2500 ext cab                                                                                                                                                                      8569.979790
model2500 hd                                                                                                                                                                           8574.361234
model2500 laramie                                                                                                                                                                      6642.821165
model2500 laramie 4x4 / 5.9                                                                                                                                                            8569.812489
model2500 laramie 4x4 gas                                                                                                                                                              8572.000946
model2500 laramie crew 4wd                                                                                                                                                             7424.802131
model2500 laramie crewcab 4wd                                                                                                                                                          8572.579856
model2500 laramie longhorn                                                                                                                                                             8571.988013
model2500 longhorn mega 4x4                                                                                                                                                            8573.153401
model2500 mega cab                                                                                                                                                                     7422.266776
model2500 passenger van                                                                                                                                                                8570.231494
model2500 power wagon                                                                                                                                                                  7424.433313
model2500 quad cab lng bd                                                                                                                                                              8573.226365
model2500 slt                                                                                                                                                                          7424.832089
model2500 slt cummins                                                                                                                                                                  8569.905440
model2500 st crew cab flatbed                                                                                                                                                          8573.266098
model2500 tradesman                                                                                                                                                                    7425.524711
model2500hd                                                                                                                                                                            6777.841026
model280z                                                                                                                                                                              8582.587693
model280zx                                                                                                                                                                             7430.584777
model2wd                                                                                                                                                                               8571.269718
model3                                                                                                                                                                                 6389.132554
model3 hatchback                                                                                                                                                                       8571.074998
model3 series                                                                                                                                                                          6198.699852
model3 series 328d xdrive                                                                                                                                                              8572.996308
model3 series 328i                                                                                                                                                                     8571.658876
model3 series 328i convertible 2d                                                                                                                                                      8570.944205
model3 series 328i sedan 4d                                                                                                                                                            8572.642467
model3 series 330e iperformance                                                                                                                                                        8573.502366
model3 series 330i                                                                                                                                                                     8572.980686
model3 series 330i sedan 4d                                                                                                                                                            8573.040012
model3 series 330i xdrive sedan                                                                                                                                                        6643.011819
model3 series 335i xdrive sedan                                                                                                                                                        6999.307040
model3 series 340i                                                                                                                                                                     8572.571461
model3 series 340i gran turismo                                                                                                                                                        8573.439800
model3 series 340i sedan 4d                                                                                                                                                            6548.920631
model3 series 340i xdrive sedan                                                                                                                                                        8573.418718
model3 series m340i sedan 4d                                                                                                                                                           7427.034397
model3-series                                                                                                                                                                          7421.680443
model300                                                                                                                                                                               6248.572757
model300 'l'                                                                                                                                                                           8595.514481
model300 awd                                                                                                                                                                           8572.256437
model300 e                                                                                                                                                                             8572.329936
model300 limited sedan 4d                                                                                                                                                              7001.339451
model300 touring                                                                                                                                                                       7422.579083
model300 touring rwd gas                                                                                                                                                               8573.951981
model300 touring sedan 4d                                                                                                                                                              8573.454527
model300c                                                                                                                                                                              6999.338059
model300c awd hemi                                                                                                                                                                     8570.747673
model300c hemi                                                                                                                                                                         8571.050326
model300d                                                                                                                                                                              8574.260304
model300E                                                                                                                                                                              8572.706261
model300m                                                                                                                                                                              8570.033501
model300zx                                                                                                                                                                             8576.596374
model3100                                                                                                                                                                              7481.178324
model3100 truck                                                                                                                                                                        8615.603269
model320                                                                                                                                                                               8572.295589
model320i                                                                                                                                                                              6999.978066
model325i                                                                                                                                                                              7423.618359
model3281                                                                                                                                                                              8571.233790
model328d xdrive awd tdi                                                                                                                                                               8572.419096
model328i                                                                                                                                                                              6237.253495
model328i convertible                                                                                                                                                                  8570.311608
model328i nav sport pkg.                                                                                                                                                               8571.592874
model328i sport                                                                                                                                                                        8570.997800
model328i xd                                                                                                                                                                           8571.951814
model328i xdrive                                                                                                                                                                       6998.960843
model328ix                                                                                                                                                                             8571.213719
model330ci                                                                                                                                                                             8569.926519
model330xi xdrive awd sport sedan                                                                                                                                                      7001.766430
model335i                                                                                                                                                                              7423.065777
model335i convertible                                                                                                                                                                  8571.066650
model335xi                                                                                                                                                                             7423.844926
model340i m sport package xi                                                                                                                                                           8573.523710
model3500                                                                                                                                                                              6187.565203
model3500 4wd mega cab 160.5" laramie                                                                                                                                                  8571.216315
model3500 4x4                                                                                                                                                                          8573.887074
model3500 bighorn 4x4 1 ton                                                                                                                                                            8573.969386
model3500 drw laramie                                                                                                                                                                  8570.503843
model3500 laramie                                                                                                                                                                      8570.324098
model3500 laramie cummins                                                                                                                                                              8569.897317
model3500 laramie drw crew cab cummins                                                                                                                                                 8571.353367
model3500 mega cab                                                                                                                                                                     8574.535953
model3500 slt                                                                                                                                                                          7424.877902
model3500 tradesman                                                                                                                                                                    8573.675893
model3500 tradesman crew cab sho                                                                                                                                                       8574.162583
model3500 tradesman dually                                                                                                                                                             8573.062611
model3500hd                                                                                                                                                                            8570.619831
model3500hd 4x4 duramax                                                                                                                                                                8574.345646
model350z convertible                                                                                                                                                                  8570.682994
model370z coupe 2d                                                                                                                                                                     8574.425730
model370z nismo coupe 2d                                                                                                                                                               8573.992676
model370z touring                                                                                                                                                                      8571.268427
model370z touring coupe 2d                                                                                                                                                             8572.109795
model3i                                                                                                                                                                                8571.722388
model3s touring                                                                                                                                                                        7422.853295
model4 runner sr5                                                                                                                                                                      8573.339953
model4 series 428i coupe 2d                                                                                                                                                            8571.835398
model4 series 428i xdrive                                                                                                                                                              8572.266630
model4 series 430i convertible 2d                                                                                                                                                      8573.418702
model4 series 440i convertible 2d                                                                                                                                                      7425.961235
model4 series 440i gran coupe                                                                                                                                                          7425.886988
model4 series 440i xdrive gran                                                                                                                                                         6779.049978
model4-runner                                                                                                                                                                          6998.025088
model428i                                                                                                                                                                              7424.129072
model428i coupe                                                                                                                                                                        8572.256437
model430i                                                                                                                                                                              8573.487835
model450sl                                                                                                                                                                             7432.267331
model4runner                                                                                                                                                                           6161.986603
model4runner 4x4                                                                                                                                                                       7423.766961
model4runner limited sport                                                                                                                                                             8573.966568
model4runner sport edition                                                                                                                                                             8571.636268
model4runner sr5                                                                                                                                                                       6639.772716
model4runner sr5 4wd                                                                                                                                                                   8574.292182
model4runner sr5 premium 4wd (natl)                                                                                                                                                    8573.929029
model4runner sr5 sport utility                                                                                                                                                         6359.219093
model4runner trd off road                                                                                                                                                              8574.267958
model4runner trd off road 4x4                                                                                                                                                          8573.420950
model4x4 crew                                                                                                                                                                          8571.044702
model4x4 gas                                                                                                                                                                           8572.188570
model5                                                                                                                                                                                 7422.647706
model5 series                                                                                                                                                                          6228.367863
model5 series 530i xdrive sedan                                                                                                                                                        7425.894981
model5 series 535d xdrive sedan                                                                                                                                                        7424.231407
model5 series 535i sedan 4d                                                                                                                                                            7424.246762
model5 series 550i sedan 4d                                                                                                                                                            8572.575216
model5 series gran turismo                                                                                                                                                             8572.572929
model5-series                                                                                                                                                                          7424.482636
model500                                                                                                                                                                               6547.564217
model500 abarth hatchback 2d                                                                                                                                                           7424.626364
model500 limited                                                                                                                                                                       8571.026149
model500 sport                                                                                                                                                                         8571.929593
model500x                                                                                                                                                                              8573.446773
model500x lounge sport utility                                                                                                                                                         8572.586370
model500x trekking awd                                                                                                                                                                 8572.985242
model525i                                                                                                                                                                              8569.864050
model528i                                                                                                                                                                              7423.759611
model528i xdrive                                                                                                                                                                       7424.512326
model528i xdrive sport                                                                                                                                                                 8571.982243
model528xi                                                                                                                                                                             6999.185985
model530i                                                                                                                                                                              8573.484606
model535i                                                                                                                                                                              6640.297370
model535xi                                                                                                                                                                             7422.521826
model540i                                                                                                                                                                              8573.060165
model5500                                                                                                                                                                              6642.125914
model5500 chassis cab                                                                                                                                                                  8572.646721
model550i                                                                                                                                                                              7423.490896
model550i xdrive                                                                                                                                                                       8570.991855
model560-class                                                                                                                                                                         7427.046480
model5th avenue                                                                                                                                                                        8575.207696
model6                                                                                                                                                                                 6777.046600
model6 series 640i convertible 2d                                                                                                                                                      8571.931166
model6 series 640i coupe 2d                                                                                                                                                            8571.509600
model6 series 645ci                                                                                                                                                                    8570.079422
model6 touring                                                                                                                                                                         8573.010325
model64 nova wagon                                                                                                                                                                     8666.259581
model645ci                                                                                                                                                                             8570.635110
model650i convertible                                                                                                                                                                  7422.904031
model650xi xdrive gran coupe                                                                                                                                                           8571.607526
model67 Firebird                                                                                                                                                                       8592.502113
model7 series                                                                                                                                                                          6479.426783
model740i m sport                                                                                                                                                                      8569.894873
model740il e38 sport                                                                                                                                                                   8571.039809
model750i                                                                                                                                                                              7423.180675
model750i / alpina b7                                                                                                                                                                  8572.113374
model750i / b7                                                                                                                                                                         8572.982845
model750li                                                                                                                                                                             8571.669986
model750li xdrive                                                                                                                                                                      7423.138761
model750xi xdrive m-sport edition                                                                                                                                                      7424.660825
model91 Corvette                                                                                                                                                                       8572.176542
model911                                                                                                                                                                               8569.994078
model911 carrera s cabriolet                                                                                                                                                           8570.035334
model928                                                                                                                                                                               7428.351174
modela-class a 220                                                                                                                                                                     7426.722051
modela3                                                                                                                                                                                6640.860474
modela3 2.0t                                                                                                                                                                           8571.226813
modela3 2.0t premium                                                                                                                                                                   7000.612774
modela3 2.0t premium plus                                                                                                                                                              8572.709753
modela3 e-tron                                                                                                                                                                         8572.585451
modela3 premium                                                                                                                                                                        8574.062221
modela3 premium plus sedan 4d                                                                                                                                                          8573.052753
modela3 premium sedan 4d                                                                                                                                                               8574.460304
modela3 s-line                                                                                                                                                                         8570.539242
modela4                                                                                                                                                                                6357.145605
modela4 1.8t quattro                                                                                                                                                                   7422.021005
modela4 2.0t premium plus                                                                                                                                                              8572.863362
modela4 2.0t premiumsedan                                                                                                                                                              8570.813555
modela4 allroad 2.0t quattro premium plus                                                                                                                                              8573.501923
modela4 allroad premium plus                                                                                                                                                           7425.862529
modela4 allroad premium wagon 4d                                                                                                                                                       6779.624652
modela4 allroad prestige wagon                                                                                                                                                         8573.426433
modela4 premium plus sedan 4d                                                                                                                                                          7426.133353
modela4 premium sedan 4d                                                                                                                                                               8573.022033
modela4 quattro                                                                                                                                                                        6998.233876
modela4 quattro awd premium plus                                                                                                                                                       8571.096562
modela4 quattro premium                                                                                                                                                                8570.956268
modela4 ultra premium sedan 4d                                                                                                                                                         7425.656142
modela5                                                                                                                                                                                6640.043576
modela5 premium coupe 2d                                                                                                                                                               7425.865849
modela5 premium sedan 4d                                                                                                                                                               8573.432531
modela5 quattro premium plus                                                                                                                                                           8572.285815
modela6                                                                                                                                                                                6547.127733
modela6 2.0t premium plus sedan                                                                                                                                                        6642.270774
modela6 2.0t premium sedan 4d                                                                                                                                                          7425.965373
modela6 3.0t premium plus sedan                                                                                                                                                        8573.039496
modela6 3.0t prestige sedan 4d                                                                                                                                                         8572.994944
modela6 3.0t quattro sedan 4d                                                                                                                                                          8570.703420
modela6 45 tfsi premium plus                                                                                                                                                           8574.382185
modela6 45 tfsi premium sedan 4d                                                                                                                                                       7426.770065
modela7                                                                                                                                                                                8571.835034
modela7 3.0t prestige quattro                                                                                                                                                          8571.478806
modela7 premium plus awd                                                                                                                                                               8572.609180
modela7 prestige sedan 4d                                                                                                                                                              8573.446586
modela8                                                                                                                                                                                7424.757101
modela8 l 3.0t                                                                                                                                                                         8572.290465
modelacadia                                                                                                                                                                            6169.780410
modelacadia awd                                                                                                                                                                        8572.924847
modelacadia awd 4dr slt w/slt-2                                                                                                                                                        8573.715144
modelacadia denali                                                                                                                                                                     7424.506954
modelacadia fwd 4dr sle                                                                                                                                                                8571.234500
modelacadia sle                                                                                                                                                                        8571.301169
modelacadia sle-1                                                                                                                                                                      8573.420331
modelacadia sle-1 sport utility                                                                                                                                                        7001.837180
modelacadia sle-2 sport utility                                                                                                                                                        6779.637543
modelacadia slt                                                                                                                                                                        8571.560103
modelacadia slt-1 sport utility                                                                                                                                                        8573.081829
modelacadia slt-2                                                                                                                                                                      8570.936590
modelacadia slt-2 sport utility                                                                                                                                                        8574.069761
modelacadia slt2                                                                                                                                                                       8572.510940
modelacadia slt2 awd                                                                                                                                                                   8573.417980
modelaccent                                                                                                                                                                            6429.095728
modelaccent gl                                                                                                                                                                         8570.066137
modelaccent gls                                                                                                                                                                        8570.071353
modelaccent se                                                                                                                                                                         8572.644314
modelaccent se sedan 4d                                                                                                                                                                7426.108563
modelaccord                                                                                                                                                                            6106.816776
modelaccord crosstour                                                                                                                                                                  8574.544192
modelaccord ex                                                                                                                                                                         6260.139725
modelaccord ex-l                                                                                                                                                                       6999.112360
modelaccord ex-l coupe                                                                                                                                                                 8572.195677
modelaccord ex-l sedan 4d                                                                                                                                                              8572.446143
modelaccord ex-l v6                                                                                                                                                                    8571.213786
modelaccord exl                                                                                                                                                                        8571.467673
modelaccord lx                                                                                                                                                                         6479.514392
modelaccord lx sedan                                                                                                                                                                   8572.770483
modelaccord lx special                                                                                                                                                                 8573.297970
modelaccord lx-p                                                                                                                                                                       8572.119791
modelaccord sdn                                                                                                                                                                        6776.295198
modelaccord sdn lx                                                                                                                                                                     8571.526654
modelaccord sedan                                                                                                                                                                      6999.865859
modelaccord sedan sport 1.5t                                                                                                                                                           8573.446351
modelaccord sport                                                                                                                                                                      7000.980512
modelaccord sport sedan 4d                                                                                                                                                             7425.944415
modelaccord touring fwd gas suv                                                                                                                                                        8572.414257
modelaccord touring v6                                                                                                                                                                 8572.078130
modelacty                                                                                                                                                                              8571.759323
modelACURA* MDX*                                                                                                                                                                       8570.692025
modelALL MAKES ALL MODELS                                                                                                                                                              8573.120301
modelall-new 1500                                                                                                                                                                      8573.887306
modelallroad premium plus wagon                                                                                                                                                        8571.513579
modelaltima                                                                                                                                                                            6115.486063
modelaltima 2.5                                                                                                                                                                        8571.342105
modelaltima 2.5 s                                                                                                                                                                      6331.367597
modelaltima 2.5 sl sedan 4d                                                                                                                                                            6641.861143
modelaltima 2.5 sv                                                                                                                                                                     7001.375711
modelaltima 2.5s                                                                                                                                                                       8570.858928
modelaltima 3.5 se sedan 4d                                                                                                                                                            8570.641653
modelaltima s                                                                                                                                                                          6778.676058
modelaltima sl                                                                                                                                                                         7425.337689
modelaltima sr                                                                                                                                                                         8573.021906
modelaltima sv                                                                                                                                                                         8572.339850
modelAMC Eagle Limited Wagon                                                                                                                                                           8576.028575
modelAMC Matador                                                                                                                                                                       8584.381918
modelamg, s63,4matic                                                                                                                                                                   8570.343534
modelaoutlok                                                                                                                                                                           8571.314091
modelapache                                                                                                                                                                            7469.635020
modelarmada                                                                                                                                                                            6776.920043
modelarmada,platinum                                                                                                                                                                   8572.352336
modelarmanda                                                                                                                                                                           8570.495238
modelascent                                                                                                                                                                            8574.984921
modelaspen                                                                                                                                                                             6997.380658
modelastro                                                                                                                                                                             8570.273798
modelastro cargo van                                                                                                                                                                   8570.785795
modelastro van awd                                                                                                                                                                     8571.339604
modelatlas                                                                                                                                                                             8573.451778
modelatlas launch edition                                                                                                                                                              8573.457056
modelatlas s 4motion sport                                                                                                                                                             6780.263141
modelatlas s sport utility                                                                                                                                                             8573.423832
modelatlas se 4motion                                                                                                                                                                  8574.031317
modelats                                                                                                                                                                               6481.163389
modelats coupe 2d                                                                                                                                                                      8573.419390
modelats premium luxury                                                                                                                                                                8573.030245
modelats sedan                                                                                                                                                                         8573.462749
modelats sedan 4d                                                                                                                                                                      8573.030020
modelats-v coupe 2d                                                                                                                                                                    7425.338995
modelats4 performance                                                                                                                                                                  8572.078149
modelaura                                                                                                                                                                              7422.789752
modelaura xe                                                                                                                                                                           6998.085178
modelaura xr                                                                                                                                                                           7422.158527
modelAUTI A5 CONVERTIBLE                                                                                                                                                               8572.182066
modelavalanche                                                                                                                                                                         6308.673151
modelavalanche 1500                                                                                                                                                                    8573.695637
modelavalanche 1500crew                                                                                                                                                                8570.284179
modelavalanche 4x4                                                                                                                                                                     8570.190488
modelavalanche black                                                                                                                                                                   8571.647523
modelavalanche lt 4wd                                                                                                                                                                  8571.980133
modelavalanche ltz                                                                                                                                                                     8570.890231
modelavalon                                                                                                                                                                            6308.537691
modelavalon hybrid limited                                                                                                                                                             8574.477262
modelavalon limited hybrid                                                                                                                                                             8572.222557
modelavalon limited sedan                                                                                                                                                              8570.190029
modelavalon limited sedan 4d                                                                                                                                                           7425.126324
modelavalon xl                                                                                                                                                                         8570.041297
modelavalon xle premium sedan                                                                                                                                                          7424.873628
modelavalon xls                                                                                                                                                                        6776.111881
modelavalong limited                                                                                                                                                                   8569.925999
modelavenger                                                                                                                                                                           6999.035264
modelaveo                                                                                                                                                                              8571.837134
modelaviator                                                                                                                                                                           7421.952233
modelawd *gl 450 4matic 4dr*suv*clean*carfax *3row seat nav                                                                                                                            8571.638865
modelazera                                                                                                                                                                             8572.423999
modelazera limited                                                                                                                                                                     8570.862476
modelb-class                                                                                                                                                                           8572.291128
modelb2000                                                                                                                                                                             8573.088274
modelb2600                                                                                                                                                                             8571.267332
modelb300                                                                                                                                                                              8586.025545
modelb4000 seextended cab                                                                                                                                                              8570.733408
modelb9 tribeca                                                                                                                                                                        7422.916429
modelbaja                                                                                                                                                                              8571.267852
modelbeetle                                                                                                                                                                            6356.513253
modelbeetle 1.8t                                                                                                                                                                       8571.848519
modelbeetle 1.8t fleet                                                                                                                                                                 6778.077686
modelbeetle 1.8t se                                                                                                                                                                    8572.651601
modelbeetle 1.8t sel                                                                                                                                                                   8572.573281
modelbeetle convertible                                                                                                                                                                8583.252633
modelbeetle turbo                                                                                                                                                                      8571.626579
modelbel-air                                                                                                                                                                           8612.599302
modelbelair                                                                                                                                                                            8621.224818
modelben                                                                                                                                                                               8576.654485
modelBentley Arnage                                                                                                                                                                    8570.342711
modelBENTLEY ARNAGE                                                                                                                                                                    8570.070750
modelbentley continental flying spur                                                                                                                                                   8570.686725
modelbenz                                                                                                                                                                              7422.135579
modelbenz 220se                                                                                                                                                                        8597.069338
modelbenz 300d turbo                                                                                                                                                                   8572.181022
modelbenz 380 sl                                                                                                                                                                       8574.937705
modelbenz 450sl                                                                                                                                                                        8579.423759
modelbenz 600sel                                                                                                                                                                       8571.215333
modelbenz c 320 wagon                                                                                                                                                                  8570.346569
modelbenz c240                                                                                                                                                                         8570.443965
modelbenz c250                                                                                                                                                                         8572.082645
modelbenz c280                                                                                                                                                                         8570.261045
modelbenz c300                                                                                                                                                                         6480.209761
modelbenz c32 amg                                                                                                                                                                      8570.915179
modelbenz clk320 cabriolet                                                                                                                                                             8569.899959
modelbenz e320                                                                                                                                                                         8570.034213
modelbenz e320 4matic wagon                                                                                                                                                            8569.925451
modelbenz e320 wagon                                                                                                                                                                   8571.245716
modelbenz e350                                                                                                                                                                         7422.340397
modelbenz e500                                                                                                                                                                         8570.736875
modelbenz e500 4matic                                                                                                                                                                  8570.130083
modelbenz glk 350                                                                                                                                                                      8571.114984
modelbenz ml 320 cdi 4 matic                                                                                                                                                           8571.269211
modelbenz ml 350                                                                                                                                                                       8570.934843
modelbenz ml 350 4-matic                                                                                                                                                               8571.152313
modelbenz ml-350                                                                                                                                                                       8569.901603
modelbenz ml350                                                                                                                                                                        6775.934157
modelbenz ml350 4matic                                                                                                                                                                 8571.360481
modelbenz ml550                                                                                                                                                                        8571.365994
modelbenz s500                                                                                                                                                                         8570.389026
modelbenz s550                                                                                                                                                                         6639.345517
modelbenz sl500                                                                                                                                                                        8569.863716
modelbenz slk 250                                                                                                                                                                      7423.733931
modelbenz slk roadster                                                                                                                                                                 8570.393460
modelbenz sprinter 2500                                                                                                                                                                8630.728298
modelblazer                                                                                                                                                                            6638.929407
modelblazer 2lt sport                                                                                                                                                                  7426.996392
modelblazer 4x4                                                                                                                                                                        8572.109097
modelblazer 4x4 ls                                                                                                                                                                     8569.821467
modelblazer lt                                                                                                                                                                         7427.037784
modelBLUE BIRD BLUE BIRD                                                                                                                                                               7423.155348
modelBMW, 328i                                                                                                                                                                         8571.722388
modelbobcat                                                                                                                                                                            8571.973218
modelbolt ev                                                                                                                                                                           8573.015568
modelbonneville                                                                                                                                                                        6663.699869
modelborrego                                                                                                                                                                           8572.131241
modelbox truck                                                                                                                                                                         8570.560651
modelboxster                                                                                                                                                                           8570.491251
modelbrigadier                                                                                                                                                                         8579.136928
modelbronco                                                                                                                                                                            7003.408821
modelbronco 4x4                                                                                                                                                                        8572.673906
modelbronco ii                                                                                                                                                                         8575.520282
modelbronco xlt                                                                                                                                                                        8577.267183
modelbrz                                                                                                                                                                               7001.612981
modelbrz limited                                                                                                                                                                       7424.014999
modelbrz limited coupe 2d                                                                                                                                                              6780.055252
modelbug                                                                                                                                                                               7445.673502
modelBWM 535xi Premium Sport                                                                                                                                                           8570.334872
modelc                                                                                                                                                                                 8571.366729
modelc - max se hybrid                                                                                                                                                                 8573.467885
modelc 250                                                                                                                                                                             6999.671787
modelc 250 sport                                                                                                                                                                       8571.788225
modelc 300                                                                                                                                                                             7425.099931
modelc 400 4matic sedan                                                                                                                                                                8572.301496
modelc-300                                                                                                                                                                             8570.703421
modelc-class                                                                                                                                                                           6275.131782
modelc-class c 250 sport automatic                                                                                                                                                     8571.950780
modelc-class c 300                                                                                                                                                                     6431.697947
modelc-class c 350e                                                                                                                                                                    8573.447992
modelc-class c 63 amg                                                                                                                                                                  8571.509874
modelc-class c300 4matic sport sedan                                                                                                                                                   8571.656937
modelc-hr                                                                                                                                                                              7426.108708
modelc-hr xle                                                                                                                                                                          8573.419763
modelc-hr xle premium sport                                                                                                                                                            8573.510703
modelc-max                                                                                                                                                                             8571.650008
modelc-max hybrid se wagon 4d                                                                                                                                                          6431.736210
modelc-max hybrid titanium wagon                                                                                                                                                       8572.985142
modelc/k 1500                                                                                                                                                                          6998.176784
modelc/k 20                                                                                                                                                                            8577.471510
modelc/v                                                                                                                                                                               8571.235345
modelc10                                                                                                                                                                               6647.744057
modelc20                                                                                                                                                                               8597.561058
modelc2500                                                                                                                                                                             8572.071211
modelc300 4matic                                                                                                                                                                       8571.421285
modelc300 sport                                                                                                                                                                        8571.524502
modelc43                                                                                                                                                                               8572.994371
modelc5500                                                                                                                                                                             8569.925966
modelc6500                                                                                                                                                                             7421.843096
modelc70 convertible                                                                                                                                                                   7422.007993
modelc7500                                                                                                                                                                             7422.511822
modelc8500                                                                                                                                                                             8570.967120
modelcabrio                                                                                                                                                                            8570.154726
modelcaddilac escalade ext                                                                                                                                                             8570.376620
modelCADILIC DEVILLE                                                                                                                                                                   8570.466634
modelcaliber                                                                                                                                                                           7423.060476
modelcaliber r/t                                                                                                                                                                       8570.600977
modelcaliber sxt                                                                                                                                                                       8575.442108
modelCAM Superline Tilt Deckover Trai                                                                                                                                                  8571.867221
modelcamaro                                                                                                                                                                            6171.410513
modelcamaro 1ls                                                                                                                                                                        8571.132285
modelcamaro 1lt                                                                                                                                                                        8571.307111
modelcamaro 1ss                                                                                                                                                                        8572.992324
modelcamaro 2ss                                                                                                                                                                        8574.003896
modelcamaro convertible                                                                                                                                                                8571.834906
modelcamaro convertible 2lt                                                                                                                                                            8571.216433
modelcamaro lt 2dr                                                                                                                                                                     8572.195372
modelcamaro lt convertible                                                                                                                                                             8573.893081
modelcamaro lt coupe 2d                                                                                                                                                                8573.257771
modelcamaro rs                                                                                                                                                                         8571.534328
modelcamaro ss                                                                                                                                                                         7423.063504
modelcamaro ss convertible                                                                                                                                                             8572.304209
modelcamaro ss coupe 2d                                                                                                                                                                6229.386299
modelcamaro z28                                                                                                                                                                        7426.275593
modelcamaro zl1 coupe 2d                                                                                                                                                               8572.292073
modelcamero                                                                                                                                                                            8570.701268
modelcamry                                                                                                                                                                             6112.105892
modelcamry 2009                                                                                                                                                                        8571.488174
modelcamry base                                                                                                                                                                        8573.337661
modelcamry hybrid                                                                                                                                                                      7422.958090
modelcamry hybrid le                                                                                                                                                                   8573.397550
modelcamry hybrid se                                                                                                                                                                   8572.637389
modelcamry hybrid xle sedan 4d                                                                                                                                                         7000.619730
modelcamry le                                                                                                                                                                          6274.814207
modelcamry le sedan 4d                                                                                                                                                                 6640.679434
modelcamry le v6                                                                                                                                                                       8571.452582
modelcamry se                                                                                                                                                                          6776.858842
modelcamry se 4dr sedan                                                                                                                                                                8573.434089
modelcamry se(sports edition)                                                                                                                                                          8572.064223
modelcamry sedan i4                                                                                                                                                                    8573.123298
modelcamry solara                                                                                                                                                                      6997.586819
modelcamry trd v6                                                                                                                                                                      8575.002604
modelcamry xle                                                                                                                                                                         6545.728464
modelcamry xle hybrid                                                                                                                                                                  8572.260571
modelcamry xse sedan 4d                                                                                                                                                                7425.567772
modelcanyon                                                                                                                                                                            7000.107891
modelcanyon 4wd sle                                                                                                                                                                    8573.443080
modelcanyon crew cab pickup 4d 5                                                                                                                                                       7425.848576
modelcanyon crew cab sle pickup                                                                                                                                                        8572.600378
modelcanyon extended cab sle                                                                                                                                                           8572.384956
modelcanyon regular cab                                                                                                                                                                8570.091038
modelcanyon sle                                                                                                                                                                        8573.429127
modelcapri                                                                                                                                                                             8571.006163
modelcaptiva                                                                                                                                                                           7423.706497
modelcaptiva lt fwd gas suv                                                                                                                                                            8571.570401
modelcaptiva sport                                                                                                                                                                     8572.253694
modelcaptiva sport ls                                                                                                                                                                  8571.886323
modelcaravan                                                                                                                                                                           6775.237746
modelcaravan se                                                                                                                                                                        8570.171608
modelcaravan sport                                                                                                                                                                     8570.010489
modelcargo van                                                                                                                                                                         7423.606214
modelcascada premium                                                                                                                                                                   8573.536682
modelcayenne                                                                                                                                                                           6640.531261
modelcayenne 1-owner* local trade* convenience pkg* panoramic roof* dealer serviced, new tires* 2-keys* front & rear sensors*back up cam                                               8571.872705
modelcayenne hybrid 2011                                                                                                                                                               8571.624691
modelcayenne platinum edition                                                                                                                                                          8571.909017
modelcayenne s                                                                                                                                                                         8571.067232
modelcayenne s awd luxury suv                                                                                                                                                          7424.337041
modelcayenne s hybrid                                                                                                                                                                  8571.036206
modelcayenne sport utility 4d                                                                                                                                                          8571.540998
modelcayenne turbo                                                                                                                                                                     8570.464938
modelcayenne turbo awd                                                                                                                                                                 8571.463679
modelcayman                                                                                                                                                                            8571.847920
modelcc                                                                                                                                                                                7423.749679
modelcc sport                                                                                                                                                                          8570.542574
modelcc sport 2.0 turbo pzev i4 fwd                                                                                                                                                    8572.099587
modelcc sport pzev                                                                                                                                                                     8571.240040
modelcc300                                                                                                                                                                             8571.795032
modelcc4500                                                                                                                                                                            6997.776807
modelcelica gt                                                                                                                                                                         6997.561634
modelcenturion                                                                                                                                                                         8584.368074
modelcentury                                                                                                                                                                           7421.835853
modelchallenger                                                                                                                                                                        6228.617577
modelchallenger r/t                                                                                                                                                                    7423.324450
modelchallenger r/t classic                                                                                                                                                            8571.895458
modelchallenger r/t coupe 2d                                                                                                                                                           6644.202716
modelchallenger r/t scat pack                                                                                                                                                          7425.100023
modelchallenger scat pack                                                                                                                                                              8573.233648
modelchallenger se                                                                                                                                                                     8570.749119
modelchallenger srt 392 coupe                                                                                                                                                          7000.367251
modelchallenger srt8                                                                                                                                                                   8571.138112
modelchallenger srt8 coupe 2d                                                                                                                                                          7423.487362
modelchallenger sxt                                                                                                                                                                    8573.510430
modelchallenger sxt plus coupe                                                                                                                                                         8573.461387
modelcharger                                                                                                                                                                           6154.527338
modelcharger daytona 392 sedan                                                                                                                                                         8572.984828
modelcharger gt                                                                                                                                                                        8574.476068
modelcharger plus hellcat                                                                                                                                                              8574.494938
modelcharger r/t scat pack                                                                                                                                                             8573.511657
modelcharger rt                                                                                                                                                                        8570.318395
modelcharger rt awd                                                                                                                                                                    8571.252722
modelcharger scat pack daytona                                                                                                                                                         8573.140293
modelcharger sxt                                                                                                                                                                       6999.454898
modelcharger sxt sedan 4d                                                                                                                                                              7425.587633
modelcherokee                                                                                                                                                                          6204.200980
modelcherokee laredo                                                                                                                                                                   8569.913713
modelcherokee latitude                                                                                                                                                                 8572.100623
modelcherokee limited                                                                                                                                                                  8571.469711
modelcherokee trailhawk                                                                                                                                                                8575.372076
modelcherokee trailhawk 4wd                                                                                                                                                            8572.655176
modelchevelle                                                                                                                                                                          8589.796897
modelchevelle malibu                                                                                                                                                                   8598.002138
modelchevorlet corvette                                                                                                                                                                8570.081957
modelchevorlet silverado 1500                                                                                                                                                          8573.989960
modelCHEVORLET TRAVERSE 2LT                                                                                                                                                            8572.307069
modelChevroelt Traverse                                                                                                                                                                8571.332468
modelChewy                                                                                                                                                                             8585.854026
modelcheyenne                                                                                                                                                                          8588.716999
modelCHINOOK DREAM 175BH                                                                                                                                                               8575.006333
modelCHVEROLET SILVERADO EX-CAB 4X4                                                                                                                                                    8570.097380
modelchysler 300                                                                                                                                                                       8570.393719
modelcity express cargo van                                                                                                                                                            8573.228957
modelcive se                                                                                                                                                                           8571.549957
modelcivic                                                                                                                                                                             6117.694604
modelcivic coupe                                                                                                                                                                       8572.744265
modelcivic dx coupe                                                                                                                                                                    8570.523664
modelcivic ex                                                                                                                                                                          6356.977510
modelcivic ex 4dr sedan                                                                                                                                                                8570.934091
modelcivic ex coupe                                                                                                                                                                    8570.717348
modelcivic ex sedan 4d                                                                                                                                                                 6999.186316
modelcivic ex-l                                                                                                                                                                        8572.617243
modelcivic ex-l sedan 5-speed at                                                                                                                                                       8571.532018
modelcivic ex-l w/navigation                                                                                                                                                           8571.143647
modelcivic exl                                                                                                                                                                         8570.410249
modelcivic hatchback                                                                                                                                                                   8572.992634
modelcivic hybrid                                                                                                                                                                      7426.367501
modelcivic lx                                                                                                                                                                          6330.633559
modelcivic lx coupe 2d                                                                                                                                                                 7000.016515
modelcivic lx coupe 5-speed at                                                                                                                                                         8570.545186
modelcivic lx sedan                                                                                                                                                                    7426.796521
modelcivic lx sedan 4d                                                                                                                                                                 7001.691885
modelcivic lx sedan cvt                                                                                                                                                                8572.176938
modelcivic sdn                                                                                                                                                                         6999.283518
modelcivic sedan                                                                                                                                                                       7000.779923
modelcivic sedan hf | gas                                                                                                                                                              8571.896762
modelcivic si                                                                                                                                                                          6639.893895
modelcivic si coupe                                                                                                                                                                    8571.296125
modelcivic si coupe 2d                                                                                                                                                                 6778.045812
modelcivic si sedan 4d                                                                                                                                                                 6779.892003
modelcivic sport coupe 2d                                                                                                                                                              8574.498132
modelcivic sport touring                                                                                                                                                               8574.462879
modelcivic sport, loaded, reli                                                                                                                                                         8574.033977
modelcivic touring coupe 2d                                                                                                                                                            8573.542704
modelcivic touring i4 turbo fwd                                                                                                                                                        8573.038064
modelcivic type r touring                                                                                                                                                              8573.418863
modelcivic value packagesedan                                                                                                                                                          8569.854836
modelcivichonda si                                                                                                                                                                     8572.585981
modelcj7                                                                                                                                                                               8573.626017
modelcl-class cl 550                                                                                                                                                                   8570.957325
modelcla                                                                                                                                                                               6778.668039
modelcla 250 4matic                                                                                                                                                                    8573.509827
modelcla-class cla 45                                                                                                                                                                  8571.836197
modelclassic                                                                                                                                                                           8571.351622
modelclk                                                                                                                                                                               8570.237287
modelclk320                                                                                                                                                                            8569.885830
modelcls-class                                                                                                                                                                         6777.163246
modelcls-class cls 550                                                                                                                                                                 8571.509753
modelcls550                                                                                                                                                                            7422.854725
modelClub car 4 seater                                                                                                                                                                 8571.292557
modelClub car Precedent                                                                                                                                                                8572.919490
modelclubman                                                                                                                                                                           8573.103778
modelclubman cooper s hatchback                                                                                                                                                        7425.406135
modelcmax hybrid                                                                                                                                                                       7424.454954
modelcobalt                                                                                                                                                                            6388.464852
modelcobalt ls                                                                                                                                                                         8570.761481
modelCobra Special Edition                                                                                                                                                             8570.983382
modelCODILLAC                                                                                                                                                                          8625.807776
modelCOLEMAN 2825RK                                                                                                                                                                    8574.520986
modelcolorad                                                                                                                                                                           8571.055610
modelcolorado                                                                                                                                                                          6291.265900
modelcolorado 4wd z71                                                                                                                                                                  8573.905404
modelcolorado crew cab                                                                                                                                                                 8571.338399
modelcolorado crew cab lt                                                                                                                                                              7425.368336
modelcolorado crew cab work                                                                                                                                                            7001.790493
modelcolorado crew cab z71                                                                                                                                                             7002.142663
modelcolorado crew cab zr2                                                                                                                                                             7425.626957
modelcolorado extended cab                                                                                                                                                             6333.207070
modelcolorado lt crew                                                                                                                                                                  8573.052818
modelcolorado z71                                                                                                                                                                      7423.638299
modelcomet                                                                                                                                                                             8601.601546
modelcommander sport 4wd                                                                                                                                                               8570.602174
modelcompass                                                                                                                                                                           6291.681477
modelcompass latitude                                                                                                                                                                  6999.539159
modelcompass limited                                                                                                                                                                   8570.617733
modelcompass sport                                                                                                                                                                     7424.328287
modelcompass sport 4x4                                                                                                                                                                 8570.721411
modelcompass trailhawk                                                                                                                                                                 8573.418772
modelconcorde                                                                                                                                                                          8571.286338
modelcontinental                                                                                                                                                                       8573.019114
modelcontinental mark v                                                                                                                                                                8580.993986
modelcontinental premiere                                                                                                                                                              8573.148294
modelcontinental reserve                                                                                                                                                               7002.061355
modelcontinental sedan 4d                                                                                                                                                              7427.097738
modelcontinental select sedan                                                                                                                                                          8572.992109
modelconvertible                                                                                                                                                                       8570.850026
modelconvertible cooper s                                                                                                                                                              8573.023234
modelconvertible cooper s 2d                                                                                                                                                           8574.044316
modelcooper                                                                                                                                                                            6479.516593
modelcooper clubman                                                                                                                                                                    8570.704982
modelcooper clubman s                                                                                                                                                                  8571.071915
modelcooper convertible s                                                                                                                                                              8570.422986
modelcooper countryman s                                                                                                                                                               8571.470687
modelcooper hardtop                                                                                                                                                                    6639.547563
modelcooper hardtop 4 door                                                                                                                                                             8574.977376
modelcooper s                                                                                                                                                                          6388.636980
modelcooper s convertible                                                                                                                                                              8570.114863
modelcooper s countryman                                                                                                                                                               8571.178909
modelcorolla                                                                                                                                                                           6112.686928
modelcorolla ce                                                                                                                                                                        8571.222093
modelcorolla hatchback                                                                                                                                                                 8573.893130
modelcorolla hatchback xse 4d                                                                                                                                                          8574.494017
modelcorolla im                                                                                                                                                                        7425.623239
modelcorolla im hatchback 4d                                                                                                                                                           7001.126832
modelcorolla l                                                                                                                                                                         8573.907958
modelcorolla l sedan 4d                                                                                                                                                                8572.444183
modelcorolla le                                                                                                                                                                        6479.571082
modelcorolla le 4dr sedan                                                                                                                                                              7424.368705
modelcorolla le eco sedan 4d                                                                                                                                                           8572.988671
modelcorolla le sedan 4d                                                                                                                                                               7426.743228
modelcorolla le sports package                                                                                                                                                         8573.097212
modelcorolla matrix                                                                                                                                                                    8571.046770
modelcorolla s                                                                                                                                                                         6429.011032
modelcorolla s special edition                                                                                                                                                         8572.692145
modelcoronet 440                                                                                                                                                                       8593.724537
modelcorsair reserve sport                                                                                                                                                             8574.461070
modelcorsair sport utility 4d                                                                                                                                                          8574.508029
modelcorvair                                                                                                                                                                           7455.907568
modelcorvette                                                                                                                                                                          6157.939378
modelcorvette convertible                                                                                                                                                              6638.948000
modelcorvette coupe                                                                                                                                                                    6776.106259
modelcorvette coupe 2d                                                                                                                                                                 6998.815533
modelcorvette coupe cars                                                                                                                                                               8572.291322
modelcorvette grand sport                                                                                                                                                              6479.824221
modelcorvette stingray                                                                                                                                                                 6639.096039
modelcorvette stingray z51                                                                                                                                                             6481.517546
modelcorvette v8 targa                                                                                                                                                                 8577.096819
modelcougar xr7                                                                                                                                                                        8570.704898
modelcountryman                                                                                                                                                                        6777.611479
modelcountryman cooper hatchback                                                                                                                                                       8573.886410
modelcountryman cooper s                                                                                                                                                               8574.511531
modelcountryman cooper s all4                                                                                                                                                          7424.886666
modelcountryman cooper se all4                                                                                                                                                         8573.914593
modelcoupe                                                                                                                                                                             7479.579719
modelcovette                                                                                                                                                                           8570.397855
modelcr-v                                                                                                                                                                              6130.135782
modelcr-v ex                                                                                                                                                                           8571.570279
modelcr-v ex awd                                                                                                                                                                       7423.005636
modelcr-v ex l w/navi 4dr suv                                                                                                                                                          7422.135710
modelcr-v ex sport utility 4d                                                                                                                                                          8573.476055
modelcr-v ex-l                                                                                                                                                                         8572.985475
modelcr-v ex-l awd                                                                                                                                                                     8571.212623
modelcr-v lx                                                                                                                                                                           6998.534431
modelcr-v lx 4wd                                                                                                                                                                       8570.999973
modelcr-v lx sport utility 4d                                                                                                                                                          8571.605707
modelcr-v touring sport utility                                                                                                                                                        8573.452472
modelcr-z ex                                                                                                                                                                           8572.188636
modelcr-z ex coupe 2d                                                                                                                                                                  8571.730612
modelcross country                                                                                                                                                                     8572.624519
modelcrossfire                                                                                                                                                                         8570.070509
modelcrosstour                                                                                                                                                                         8571.586094
modelcrosstour ex-l sport                                                                                                                                                              7423.479744
modelcrosstrek                                                                                                                                                                         6482.386818
modelcrosstrek 2.0i premium                                                                                                                                                            8573.509489
modelcrosstrek limited                                                                                                                                                                 8572.570537
modelcrosstrek premium                                                                                                                                                                 7425.179720
modelcrosstrek xv                                                                                                                                                                      8572.076902
modelcrown victoria                                                                                                                                                                    7422.357546
modelcrown victoria interceptor                                                                                                                                                        8570.159386
modelcrown victoria police                                                                                                                                                             6639.450099
modelcrown victoria police inter                                                                                                                                                       8570.056764
modelcruise                                                                                                                                                                            8572.997483
modelcruz lt                                                                                                                                                                           8572.980709
modelcruze                                                                                                                                                                             6125.806764
modelcruze 2lt                                                                                                                                                                         8572.347468
modelcruze 2lt rs                                                                                                                                                                      8571.535838
modelcruze 2lt sedan 4d                                                                                                                                                                8572.606272
modelcruze eco                                                                                                                                                                         8571.644445
modelcruze limited                                                                                                                                                                     6641.735752
modelcruze limited 1lt                                                                                                                                                                 6641.821198
modelcruze limited ltz                                                                                                                                                                 8572.571146
modelcruze ls                                                                                                                                                                          6778.401711
modelcruze lt                                                                                                                                                                          6481.814493
modelcruze lt diesel                                                                                                                                                                   8573.418948
modelcruze lt rs                                                                                                                                                                       8573.895540
modelcruze lt sedan                                                                                                                                                                    8573.017863
modelcruze only 89k miles                                                                                                                                                              8571.986639
modelcruze premier                                                                                                                                                                     8572.999023
modelcruze premier sedan 4d                                                                                                                                                            8572.980877
modelcrv                                                                                                                                                                               6776.096502
modelcrv awd                                                                                                                                                                           8571.387815
modelcrv ex                                                                                                                                                                            7422.744709
modelcrv ex awd                                                                                                                                                                        7423.149772
modelcrv ex-l                                                                                                                                                                          7423.152078
modelcrv ex-l awd                                                                                                                                                                      6999.525176
modelcrv lx awd                                                                                                                                                                        8572.445256
modelcrx si                                                                                                                                                                            8572.193643
modelct 200h                                                                                                                                                                           8572.216906
modelct 200h hatchback 4d                                                                                                                                                              6777.737759
modelct 200h premium hatchback                                                                                                                                                         8571.230975
modelct5 premium luxury                                                                                                                                                                6780.874811
modelct6                                                                                                                                                                               8573.158793
modelct6 3.6 luxury sedan 4d                                                                                                                                                           8572.993208
modelct6 luxury awd                                                                                                                                                                    8572.980681
modelcts                                                                                                                                                                               6331.112235
modelcts 2.0 luxury sedan 4d                                                                                                                                                           8573.066112
modelcts 3.6 luxury sedan 4d                                                                                                                                                           7426.135273
modelcts 3.6 premium luxury                                                                                                                                                            8573.024768
modelcts 4                                                                                                                                                                             8571.081458
modelcts luxury collection                                                                                                                                                             8572.060546
modelcts sedan                                                                                                                                                                         8571.632493
modelcts sedan 4d                                                                                                                                                                      7002.372767
modelcts-v                                                                                                                                                                             7423.328779
modelcube                                                                                                                                                                              6998.941732
modelcummins 2500 4x4 auto                                                                                                                                                             8573.498926
modelcustom                                                                                                                                                                            7482.054911
modelcx-3 touring sport utility                                                                                                                                                        8573.465207
modelcx-30                                                                                                                                                                             8713.919325
modelcx-5                                                                                                                                                                              7000.507430
modelcx-5 sport                                                                                                                                                                        8573.929304
modelcx-7                                                                                                                                                                              8571.666050
modelcx-9                                                                                                                                                                              6480.340565
modelcx-9 touring                                                                                                                                                                      8573.418785
modelcx-9 touring awd                                                                                                                                                                  8571.734252
modelcx-9 touring sport utility                                                                                                                                                        8573.457995
modelcxl                                                                                                                                                                               8571.480396
modeldakota                                                                                                                                                                            6639.598811
modeldakota big horn                                                                                                                                                                   8571.296444
modeldakota club cab                                                                                                                                                                   8570.208941
modeldakota crew cab sport                                                                                                                                                             8571.130017
modeldakota quad cab                                                                                                                                                                   8570.155133
modeldakota r/t                                                                                                                                                                        8569.933147
modeldakota slt                                                                                                                                                                        8573.191257
modeldart                                                                                                                                                                              6358.703092
modeldart gt                                                                                                                                                                           8572.860551
modeldart limited                                                                                                                                                                      8572.224508
modeldart se sedan 4d                                                                                                                                                                  7425.051959
modeldart sxt                                                                                                                                                                          8572.836577
modeldart sxt sedan                                                                                                                                                                    8572.077635
modeldavidson heritage classi                                                                                                                                                          8570.871270
modeldeisel cummins                                                                                                                                                                    8572.389063
modeldeisel cummins 2500                                                                                                                                                               8573.498926
modeldeville                                                                                                                                                                           6427.654310
modeldeville coupe 2d                                                                                                                                                                  8572.199064
modeldeville sedan                                                                                                                                                                     8569.979381
modeldiesel cummins 3500                                                                                                                                                               7422.354693
modeldiscovery                                                                                                                                                                         6998.834964
modeldiscovery sport                                                                                                                                                                   7424.935575
modeldiscovery sport hse                                                                                                                                                               8572.993224
modelDonde caliber                                                                                                                                                                     8571.458975
modeldts                                                                                                                                                                               6638.754549
modeldump truck kaiser m817                                                                                                                                                            8596.318293
modeldurango                                                                                                                                                                           6219.716143
modeldurango gt                                                                                                                                                                        8572.987071
modeldurango gt plus sport                                                                                                                                                             8574.382564
modeldurango limited                                                                                                                                                                   8571.587681
modeldurango limited awd                                                                                                                                                               8573.228788
modeldurango r/t                                                                                                                                                                       8572.010994
modeldurango r/t sport utility                                                                                                                                                         7424.062265
modeldurango sxt awd gas suv                                                                                                                                                           8573.958797
modele 350                                                                                                                                                                             8571.529464
modele 350 4matic                                                                                                                                                                      8571.626004
modele 350 luxury                                                                                                                                                                      8572.592655
modele 400                                                                                                                                                                             8572.992247
modele 450                                                                                                                                                                             8571.405667
modele 550                                                                                                                                                                             8571.239660
modele-150                                                                                                                                                                             7427.316313
modele-150 cargo van                                                                                                                                                                   8574.291977
modele-150 reefer cargo van                                                                                                                                                            8571.371720
modele-350                                                                                                                                                                             6999.938494
modele-450                                                                                                                                                                             6776.640709
modele-450 galvan universal                                                                                                                                                            8573.586115
modele-class                                                                                                                                                                           6237.726056
modele-class 500 4ma                                                                                                                                                                   8570.741263
modele-class e 300                                                                                                                                                                     8573.493238
modele-class e 350                                                                                                                                                                     7424.579277
modele-class e 400                                                                                                                                                                     7000.702446
modele-class e 550                                                                                                                                                                     8571.568909
modele-class e 63 amg                                                                                                                                                                  7423.375646
modele-class e350 4matic luxury sedan                                                                                                                                                  8571.878630
modele-class e350 4matic sport sedan                                                                                                                                                   8571.843495
modele-class e350 sport                                                                                                                                                                8571.835268
modele-golf se hatchback                                                                                                                                                               7425.952047
modele-pace first edition                                                                                                                                                              8573.446254
modele-pace p250 se sport                                                                                                                                                              6780.610615
modele-pace p250 sport utility                                                                                                                                                         7427.101738
modele-pace p300 r-dynamic se                                                                                                                                                          6643.914826
modele-series cargo                                                                                                                                                                    8571.782185
modele-series chassis                                                                                                                                                                  7424.960963
modele-series chassis e-350                                                                                                                                                            8570.343808
modele-series chassis e-450 sd                                                                                                                                                         8570.954193
modele150 econoline                                                                                                                                                                    8571.516195
modele200 a econoline van                                                                                                                                                              8586.577886
modele250                                                                                                                                                                              8571.191196
modele250 cargo van                                                                                                                                                                    8571.285243
modele250 econoline                                                                                                                                                                    8572.596619
modele250 van                                                                                                                                                                          8570.343534
modele300                                                                                                                                                                              8573.482598
modele320 4matic                                                                                                                                                                       8570.324370
modele350                                                                                                                                                                              6998.323752
modele350 12-passenger van                                                                                                                                                             8585.855342
modele350 4matic                                                                                                                                                                       8570.732947
modele350 4matic awd sp                                                                                                                                                                7424.898640
modele350 ambulance                                                                                                                                                                    8571.102730
modele350 cargo van                                                                                                                                                                    8570.576808
modele350 e350 10ft plumbers,                                                                                                                                                          8571.228988
modele350 passenger van                                                                                                                                                                8570.636909
modele350 sport 4matic                                                                                                                                                                 7000.347868
modele350 van xlt (15 passenger                                                                                                                                                        8575.927230
modele350 xlt                                                                                                                                                                          8576.969953
modele350sd                                                                                                                                                                            8571.965893
modele450                                                                                                                                                                              8572.714420
modele450 bus                                                                                                                                                                          8570.416111
modele46 m3                                                                                                                                                                            8570.073062
modelebony                                                                                                                                                                             8572.019068
modeleclipse                                                                                                                                                                           6775.578114
modeleclipse cross                                                                                                                                                                     7428.275825
modeleclipse cross es                                                                                                                                                                  8573.887740
modeleclipse cross le                                                                                                                                                                  8574.437232
modeleclipse cross sp                                                                                                                                                                  8573.885304
modeleclipse gst                                                                                                                                                                       8571.382130
modeleclipse spyder gt                                                                                                                                                                 8570.833427
modeleconoline                                                                                                                                                                         6546.246435
modeleconoline cargo van                                                                                                                                                               6998.157166
modeleconoline commercial cutaway                                                                                                                                                      6429.362590
modeleconoline e150 cargo van                                                                                                                                                          8571.711688
modeleconoline e250                                                                                                                                                                    8570.024656
modeleconoline e350                                                                                                                                                                    6997.334158
modeleconoline wagon                                                                                                                                                                   8577.892812
modelecosport                                                                                                                                                                          6643.294620
modelecosport se                                                                                                                                                                       8574.023082
modelecosport se fwd w/ sunroof automatic                                                                                                                                              8573.523033
modelecosport se sport utility                                                                                                                                                         7426.135432
modelecosport titanium                                                                                                                                                                 8574.520931
modeledge                                                                                                                                                                              6187.022117
modeledge limited                                                                                                                                                                      7423.629529
modeledge limited 4dr crossove                                                                                                                                                         8571.732358
modeledge limited awd                                                                                                                                                                  8570.833482
modeledge limited wagon                                                                                                                                                                8571.750264
modeledge se                                                                                                                                                                           8572.114306
modeledge sel                                                                                                                                                                          6480.879060
modeledge sel awd                                                                                                                                                                      6778.093270
modeledge sel plus awd                                                                                                                                                                 8570.745814
modeledge sel suv                                                                                                                                                                      8574.520940
modeledge sport                                                                                                                                                                        8573.115762
modeledge sport awd! awd                                                                                                                                                               8572.125459
modelel camino                                                                                                                                                                         6792.859855
modelelantra                                                                                                                                                                           6178.551462
modelelantra gls                                                                                                                                                                       7423.556851
modelelantra gt                                                                                                                                                                        7425.596211
modelelantra limited                                                                                                                                                                   8572.058680
modelelantra limited sedan 4d                                                                                                                                                          8572.983395
modelelantra se                                                                                                                                                                        7425.204792
modelELANTRA SE                                                                                                                                                                        8573.845216
modelelantra se sedan 4d                                                                                                                                                               7425.876685
modelelantra sel                                                                                                                                                                       8573.892536
modelelantra touring                                                                                                                                                                   8571.146978
modelelantra value edition ivt                                                                                                                                                         8574.380841
modeleldorado                                                                                                                                                                          7430.436819
modeleldorado etc                                                                                                                                                                      8569.852879
modelelement                                                                                                                                                                           6776.846531
modelelement ex awd                                                                                                                                                                    8570.350998
modelEmergency One Fire Truck                                                                                                                                                          8570.250292
modelenclave                                                                                                                                                                           6261.662964
modelenclave avenir sport                                                                                                                                                              7426.953875
modelenclave awd                                                                                                                                                                       8571.819205
modelenclave cxl                                                                                                                                                                       6998.744290
modelenclave essence sport                                                                                                                                                             6484.180174
modelenclave leather                                                                                                                                                                   6999.963352
modelenclave leather sport                                                                                                                                                             7425.127373
modelenclave premium sport                                                                                                                                                             7001.837835
modelencore                                                                                                                                                                            6431.528121
modelencore convenience                                                                                                                                                                8573.263505
modelencore gx essence sport                                                                                                                                                           7427.115651
modelencore gx select sport                                                                                                                                                            6780.945823
modelencore leather                                                                                                                                                                    8572.072959
modelencore leather sport                                                                                                                                                              8572.497386
modelencore preferred                                                                                                                                                                  7426.480029
modelencore preferred sport                                                                                                                                                            8573.456288
modelencore premium sport8                                                                                                                                                             8573.103181
modelendeavor                                                                                                                                                                          8571.450300
modelenvision                                                                                                                                                                          8573.426824
modelenvision essence                                                                                                                                                                  8573.911147
modelenvision essence sport                                                                                                                                                            8573.498260
modelenvoy                                                                                                                                                                             7422.333997
modelenvoy 4x4 xuv 5.3l v8 slt loaded low miles one owner                                                                                                                              8569.861554
modelenvoy sle                                                                                                                                                                         8570.316233
modelenvoy xl                                                                                                                                                                          7423.194574
modeleos                                                                                                                                                                               8570.375815
modeleos sport convertible                                                                                                                                                             6640.618886
modeleqinox                                                                                                                                                                            8573.939644
modelequinox                                                                                                                                                                           6147.273577
modelequinox 1lt awd                                                                                                                                                                   8573.791754
modelequinox 2lt                                                                                                                                                                       7426.381993
modelequinox ls                                                                                                                                                                        7425.344457
modelequinox lt                                                                                                                                                                        6332.313786
modelequinox lt 1lt                                                                                                                                                                    8573.825373
modelequinox lt awd                                                                                                                                                                    8573.446415
modelequinox ltz                                                                                                                                                                       6999.836547
modelequinox ltz awd                                                                                                                                                                   8572.590949
modelequinox premier                                                                                                                                                                   7426.383804
modelequus signature sedan 4d                                                                                                                                                          8571.549138
modeles                                                                                                                                                                                6999.641237
modeles 300                                                                                                                                                                            6997.616013
modeles 300h                                                                                                                                                                           8573.424390
modeles 350                                                                                                                                                                            6260.605171
modelES 350                                                                                                                                                                            8571.239923
modeles 350 sedan 4d                                                                                                                                                                   6999.534168
modeles-339                                                                                                                                                                            8570.831510
modeles330                                                                                                                                                                             7421.797039
modeles350                                                                                                                                                                             8571.760910
modelescalade                                                                                                                                                                          6290.351064
modelescalade 4wd 4dr platinum                                                                                                                                                         8572.573406
modelescalade awd                                                                                                                                                                      8570.474076
modelescalade esv                                                                                                                                                                      7425.153670
modelescalade esv awd                                                                                                                                                                  8571.349995
modelescalade esv luxury                                                                                                                                                               7425.865167
modelescalade esv platinum                                                                                                                                                             8573.472619
modelescalade luxury                                                                                                                                                                   8571.534163
modelescalade premium sport                                                                                                                                                            8571.715853
modelescalade sport                                                                                                                                                                    7424.531485
modelescalade suv awd                                                                                                                                                                  8570.513197
modelescape                                                                                                                                                                            6113.316336
modelescape **backup camera ,                                                                                                                                                          8572.867259
modelescape hybrid                                                                                                                                                                     7423.849313
modelescape limited                                                                                                                                                                    7423.521673
modelescape s                                                                                                                                                                          8573.217765
modelescape se                                                                                                                                                                         6778.731505
modelescape se awd                                                                                                                                                                     7424.994532
modelescape se fwd gas suv auto                                                                                                                                                        7425.109212
modelescape sel                                                                                                                                                                        8573.959134
modelescape titanium                                                                                                                                                                   7000.315547
modelescape titanium 4wd                                                                                                                                                               7425.166578
modelescape titanium 4wd, w/ navigation                                                                                                                                                8571.567632
modelescape xls                                                                                                                                                                        8571.367683
modelescape xlt                                                                                                                                                                        6639.087666
modelescape xlt 4x4                                                                                                                                                                    7423.134029
modelescape xlt sport utility                                                                                                                                                          8571.500525
modelescape xltsuv                                                                                                                                                                     8572.089699
modelescort zx2                                                                                                                                                                        8570.191607
modelevoque                                                                                                                                                                            6999.859769
modelevoque se 4x4 gas suv                                                                                                                                                             8572.988737
modelex37 journey awd! awd                                                                                                                                                             8571.780043
modelexcursion                                                                                                                                                                         6639.506515
modelexcursion eddie bauer                                                                                                                                                             8571.130643
modelexcursion limited                                                                                                                                                                 8573.300790
modelexcursion limited 55k miles*1-owner*diesel*rust free*collector quality*like new in&out*all original*new wheels & tires*unicorn alert                                              8570.189712
modelexcursion xlt                                                                                                                                                                     7423.252631
modelExpedición                                                                                                                                                                        8570.090229
modelexpedition                                                                                                                                                                        6227.930231
modelexpedition eddie bauer                                                                                                                                                            8571.472364
modelexpedition eddie bauer 4x4                                                                                                                                                        8571.019722
modelexpedition el                                                                                                                                                                     6639.814841
modelexpedition el eddie bauer                                                                                                                                                         8573.099770
modelexpedition king ranch                                                                                                                                                             8570.679957
modelexpedition max                                                                                                                                                                    8574.380420
modelexpedition platinum 4x4 gas                                                                                                                                                       8573.101414
modelexpedition xlt                                                                                                                                                                    6479.212175
modelexpedition xlt 4x4                                                                                                                                                                8570.083923
modelexpedition xlt sport                                                                                                                                                              6549.593567
modelexpedition xlt suv                                                                                                                                                                8574.520949
modelexplorer                                                                                                                                                                          6128.033608
modelexplorer 4dr 114" wb xlt                                                                                                                                                          8571.624254
modelexplorer 4x4                                                                                                                                                                      8572.653089
modelexplorer 4x4 gas suv auto                                                                                                                                                         8573.456416
modelexplorer eddie bauer 4wd                                                                                                                                                          8571.038204
modelexplorer eddie bauer 4x4                                                                                                                                                          8571.677749
modelexplorer eddie bauer leathe                                                                                                                                                       8570.597680
modelexplorer hybrid limited                                                                                                                                                           8574.493427
modelexplorer limited                                                                                                                                                                  6777.997676
modelexplorer limited 4wd                                                                                                                                                              8571.616865
modelexplorer sport                                                                                                                                                                    6638.780210
modelexplorer sport 4x4                                                                                                                                                                8572.200543
modelexplorer sport trac xlt                                                                                                                                                           8570.349009
modelexplorer suv                                                                                                                                                                      8573.080204
modelexplorer xlt                                                                                                                                                                      6388.630412
modelexplorer xlt 4x4                                                                                                                                                                  8572.984044
modelexplorer xlt suv                                                                                                                                                                  8573.437476
modelexpress                                                                                                                                                                           6777.780658
modelexpress 2500                                                                                                                                                                      8572.927946
modelexpress 2500 extended                                                                                                                                                             8573.189163
modelexpress 3500 10' box truck                                                                                                                                                        8572.381331
modelexpress cargo                                                                                                                                                                     6641.229451
modelexpress cargo 3500                                                                                                                                                                8571.492108
modelexpress cargo van                                                                                                                                                                 6429.805337
modelexpress commercial                                                                                                                                                                8582.436639
modelexpress commercial cutaway                                                                                                                                                        6777.930949
modelexpress cutaway 3500                                                                                                                                                              8570.220359
modelexpress g1500                                                                                                                                                                     8570.149936
modelexpress passenger                                                                                                                                                                 6999.786647
modelf 250                                                                                                                                                                             8571.598516
modelf 450                                                                                                                                                                             8575.904177
modelf 650                                                                                                                                                                             7425.704636
modelf-1                                                                                                                                                                               8629.156975
modelf-100                                                                                                                                                                             8607.735526
modelf-150                                                                                                                                                                             6079.977582
modelf-150 crew cab                                                                                                                                                                    8570.138137
modelf-150 fx4                                                                                                                                                                         6999.052622
modelf-150 fx4 4wd!crew cab                                                                                                                                                            7423.825078
modelf-150 fx4 lifted crew ecoboost 3.5liter                                                                                                                                           8571.511119
modelf-150 king ranch 4x4 ecoboo                                                                                                                                                       8571.907384
modelf-150 lariat                                                                                                                                                                      6641.262067
modelf-150 lariat 4wd                                                                                                                                                                  8574.475572
modelf-150 lariat supercrew 5.                                                                                                                                                         8570.996504
modelf-150 limited                                                                                                                                                                     8572.325749
modelf-150 platinum crew cab 4x4                                                                                                                                                       8572.615795
modelf-150 platinum**navi*cam*l                                                                                                                                                        8572.528963
modelf-150 super cab                                                                                                                                                                   8571.266759
modelf-150 supercrew                                                                                                                                                                   6998.336653
modelf-150 supercrew 4x4 xlt                                                                                                                                                           8573.021906
modelF-150 Supercrew SVT Raptor                                                                                                                                                        8571.839170
modelf-150 xl                                                                                                                                                                          7000.197948
modelf-150 xl 2dr standard cab                                                                                                                                                         8570.463229
modelf-150 xl 4x4                                                                                                                                                                      8572.315890
modelf-150 xl standard cab                                                                                                                                                             8571.865499
modelf-150 xl supercrew                                                                                                                                                                8573.207371
modelf-150 xlt                                                                                                                                                                         6429.319310
modelf-150 xlt 4wd                                                                                                                                                                     8572.600016
modelf-150 xlt 4wd supercrew                                                                                                                                                           8573.422489
modelf-150 xlt 4wd supercrew 5.5' box                                                                                                                                                  8573.125396
modelf-150 xlt 4x4                                                                                                                                                                     8572.123761
modelf-150 xlt sport supercrew                                                                                                                                                         6778.538309
modelf-150 xltcrew cab                                                                                                                                                                 8573.904948
modelf-250                                                                                                                                                                             6204.314293
modelf-250 4x4 service utility truck                                                                                                                                                   8570.975533
modelf-250 crew cab king ranch 4x4                                                                                                                                                     8574.280352
modelf-250 sd                                                                                                                                                                          7000.640330
modelf-250 super duty                                                                                                                                                                  6274.089864
modelf-250 super duty 4x2 2dr re                                                                                                                                                       8572.499295
modelf-250 super duty super duty                                                                                                                                                       7424.026653
modelf-250 super duty xlt                                                                                                                                                              8572.632847
modelf-250 super duty xlt 4dr crew cab xlt                                                                                                                                             8569.855727
modelf-250 supercab                                                                                                                                                                    8573.368058
modelf-250 supert duty xlt                                                                                                                                                             8569.913182
modelf-250 xlt                                                                                                                                                                         8573.908353
modelf-350                                                                                                                                                                             6227.550496
modelf-350 crew cab dump bed 4x4 drw                                                                                                                                                   7423.421397
modelf-350 crew cab lariat 4x4                                                                                                                                                         7424.697631
modelf-350 crew cab lariat 4x4 drw                                                                                                                                                     8571.043162
modelf-350 ext cab xl 4x4                                                                                                                                                              8572.706745
modelf-350 super duty                                                                                                                                                                  6998.970601
modelf-350 super duty 4x2 2dr re                                                                                                                                                       8572.944498
modelf-350 super duty crew cab xlt 6.7 liter                                                                                                                                           8572.711786
modelf-350 super duty lariat                                                                                                                                                           8575.790761
modelf-350 super duty super duty                                                                                                                                                       7423.681901
modelf-350 superduty lariat crew drw                                                                                                                                                   8571.767036
modelf-350 superduty xlt drw 6.7 liter diesel                                                                                                                                          8573.001085
modelf-350 xl                                                                                                                                                                          8569.863486
modelf-350 xl super duty                                                                                                                                                               8573.421040
modelf-350 xlt                                                                                                                                                                         8574.256525
modelf-350 xlt 4x4                                                                                                                                                                     8571.687235
modelf-350 xlt power stroke                                                                                                                                                            8570.137516
modelf-350 xlt stake bed                                                                                                                                                               8574.393453
modelf-350sd xl                                                                                                                                                                        8571.522389
modelf-450                                                                                                                                                                             7423.665657
modelf-450 sd 41 foot 4x4 3 point                                                                                                                                                      8571.961461
modelf-450 super duty                                                                                                                                                                  8574.791224
modelf-450sd                                                                                                                                                                           6998.374708
modelf-550                                                                                                                                                                             6547.671793
modelf-550 4x4 flatbed                                                                                                                                                                 8570.310557
modelf-550 super duty                                                                                                                                                                  7423.657081
modelf-550sd                                                                                                                                                                           8572.610961
modelf-750                                                                                                                                                                             7422.911962
modelf-pace                                                                                                                                                                            7001.906287
modelf-pace 20d premium sport                                                                                                                                                          8573.419371
modelf-pace 20d prestige sport                                                                                                                                                         8573.431441
modelf-pace 25t prestige sport                                                                                                                                                         7425.844377
modelf-pace 35t r-sport                                                                                                                                                                8573.019289
modelf-type coupe 2d                                                                                                                                                                   7424.423959
modelf-type v8 s                                                                                                                                                                       8571.834935
modelf100                                                                                                                                                                              8579.157368
modelf100 pickup                                                                                                                                                                       8606.278010
modelf150                                                                                                                                                                              6168.186853
modelf150 4x4                                                                                                                                                                          6640.976706
modelf150 fx4                                                                                                                                                                          6998.707530
modelf150 fx4 4x4                                                                                                                                                                      8572.225445
modelf150 fx4 4x4 1/2 ton gas                                                                                                                                                          8571.532013
modelf150 king ranch                                                                                                                                                                   8571.106383
modelf150 king ranch fx4 4x4 gas                                                                                                                                                       8573.282181
modelf150 lariat                                                                                                                                                                       7422.967297
modelf150 lariat 4wd                                                                                                                                                                   8574.449828
modelf150 lariat fx4 4x4 1/2 ton                                                                                                                                                       8573.444522
modelf150 limited 4x4 half ton                                                                                                                                                         8573.472948
modelf150 platinum                                                                                                                                                                     8571.066753
modelf150 platinum 4x4 1/2 ton                                                                                                                                                         8573.473789
modelf150 platinum fx4 4x4 gas                                                                                                                                                         8572.657344
modelf150 regular cab                                                                                                                                                                  8572.364055
modelf150 regular cab xl pickup                                                                                                                                                        6482.475989
modelf150 stx                                                                                                                                                                          8572.061203
modelf150 stx 4x4 half ton gas                                                                                                                                                         8574.435640
modelf150 super cab                                                                                                                                                                    8571.607610
modelf150 super cab lariat                                                                                                                                                             8573.473112
modelf150 super cab xl pickup 4d                                                                                                                                                       6548.618170
modelf150 super cab xlt pickup                                                                                                                                                         6549.389528
modelf150 supercab xlt                                                                                                                                                                 8570.157409
modelf150 supercab xlt 4x4                                                                                                                                                             7423.054738
modelf150 supercrew                                                                                                                                                                    8571.560993
modelf150 supercrew cab                                                                                                                                                                7000.518060
modelf150 supercrew cab fx4                                                                                                                                                            7424.030811
modelf150 supercrew cab lariat                                                                                                                                                         7425.868211
modelf150 supercrew cab xl                                                                                                                                                             6778.782562
modelf150 supercrew cab xlt                                                                                                                                                            6358.815432
modelf150 svt lightning                                                                                                                                                                8570.366271
modelf150 xl                                                                                                                                                                           7423.422874
modelf150 xlt                                                                                                                                                                          6640.554030
modelf150 xlt 4wd                                                                                                                                                                      7423.467183
modelf150 xlt 4wd f-150 4x4                                                                                                                                                            8574.520867
modelf150 xlt 4x4                                                                                                                                                                      8571.990031
modelf150 xlt 4x4 half ton gas                                                                                                                                                         8571.724943
modelf150 xlt fx4                                                                                                                                                                      8574.316429
modelf150 xlt fx4 4x4 half ton                                                                                                                                                         7425.590570
modelf150 xlt sport 4x4 half ton                                                                                                                                                       8573.534776
modelf150 xlt sport crew                                                                                                                                                               8573.422020
modelf150 xlt supercrew                                                                                                                                                                8573.130320
modelf150 xlt triton v8                                                                                                                                                                8570.090229
modelf150 xlt xtr 4x4 half ton                                                                                                                                                         8573.008159
modelf250                                                                                                                                                                              6227.936058
modelf250 4wd                                                                                                                                                                          8573.442436
modelf250 4x4                                                                                                                                                                          8573.766979
modelf250 4x4 diesel crew cab                                                                                                                                                          8572.997851
modelf250 7.3 diesel                                                                                                                                                                   8569.900561
modelf250 crew cab long bed                                                                                                                                                            8572.353374
modelf250 diesel                                                                                                                                                                       8570.185747
modelf250 ext cab 4x4                                                                                                                                                                  8572.870701
modelf250 lariat                                                                                                                                                                       6997.736604
modelf250 lariat 4x4 diesel                                                                                                                                                            8574.991678
modelf250 platinum 4x4                                                                                                                                                                 8572.521393
modelf250 sd xlt                                                                                                                                                                       8574.281794
modelf250 super duty                                                                                                                                                                   6218.164597
modelf250 super duty 4x4                                                                                                                                                               6546.634731
modelf250 super duty 4x4 diesel                                                                                                                                                        8570.387298
modelf250 super duty crew cab                                                                                                                                                          6642.384397
modelf250 super duty diesel                                                                                                                                                            7423.116523
modelf250 super duty lariat                                                                                                                                                            7425.561137
modelf250 super duty platinum                                                                                                                                                          8574.586392
modelf250 super duty regular cab                                                                                                                                                       7426.497441
modelf250 super duty super cab                                                                                                                                                         8570.120293
modelf250 super duty xlt                                                                                                                                                               7424.467386
modelf250 xlt                                                                                                                                                                          8571.707537
modelf350                                                                                                                                                                              6329.643316
modelf350 crew cab                                                                                                                                                                     8576.718741
modelf350 deisel powerstroke xlt                                                                                                                                                       8577.025112
modelf350 diesel                                                                                                                                                                       8571.109475
modelf350 drw 4x4                                                                                                                                                                      8575.533130
modelf350 dually                                                                                                                                                                       7427.735873
modelf350 dump truck                                                                                                                                                                   8600.142287
modelf350 lariat                                                                                                                                                                       7422.996194
modelf350 lariat srw 4x4                                                                                                                                                               8576.105857
modelf350 super duty                                                                                                                                                                   6247.819634
modelf350 super duty 4x4                                                                                                                                                               8573.093577
modelf350 super duty crew cab                                                                                                                                                          6998.309809
modelf350 super duty larait                                                                                                                                                            8572.688478
modelf350 work truck                                                                                                                                                                   8572.031824
modelf350 xl                                                                                                                                                                           8570.402501
modelf350 xl fx4 4x4 one ton                                                                                                                                                           8573.435263
modelf450 super duty                                                                                                                                                                   7421.796371
modelf450 xl                                                                                                                                                                           8570.374680
modelf450sd                                                                                                                                                                            8571.984358
modelf50                                                                                                                                                                               8571.065704
modelf550                                                                                                                                                                              6999.761115
modelf550 4x4 crew cab                                                                                                                                                                 8571.515849
modelf550 lariat                                                                                                                                                                       8570.997049
modelf550 super duty                                                                                                                                                                   6775.803861
modelf550 super duty crew cab & chassis                                                                                                                                                8572.247767
modelf550 xl                                                                                                                                                                           8573.266481
modelf650                                                                                                                                                                              7423.427382
modelf650 super duty                                                                                                                                                                   8570.953152
modelf750                                                                                                                                                                              8569.988282
modelf750 xl                                                                                                                                                                           8570.295577
modelfairlane                                                                                                                                                                          8590.157709
modelfalcon wagon                                                                                                                                                                      8694.202922
modelfh 100 box truck                                                                                                                                                                  8572.020491
modelfiesta                                                                                                                                                                            6548.129900
modelfiesta s                                                                                                                                                                          8572.588284
modelfiesta se                                                                                                                                                                         6778.001310
modelfiesta se hatchback                                                                                                                                                               8570.977200
modelfiesta se sedan 4d                                                                                                                                                                8573.902766
modelfirebird                                                                                                                                                                          6997.985040
modelfirebird trans-am                                                                                                                                                                 8570.883686
modelfit                                                                                                                                                                               6331.600979
modelfit ex hatchback 4d                                                                                                                                                               8574.514875
modelfive hundred                                                                                                                                                                      8571.422522
modelfive hundred sel                                                                                                                                                                  8571.636268
modelfj cruiser                                                                                                                                                                        6639.873676
modelfj cruiser 4x4                                                                                                                                                                    8572.894688
modelfj cruiser base                                                                                                                                                                   8572.571741
modelflex                                                                                                                                                                              6548.130842
modelflex se sport utility 4d                                                                                                                                                          8573.525308
modelflex sel                                                                                                                                                                          8571.004236
modelflex sel awd                                                                                                                                                                      8570.539684
modelfocus                                                                                                                                                                             6133.587008
modelfocus electric 3u                                                                                                                                                                 8572.627704
modelfocus electric hatchback 4d                                                                                                                                                       8573.070767
modelfocus rs awd gas hatchback                                                                                                                                                        8572.727586
modelfocus se                                                                                                                                                                          6389.986961
modelfocus se automatic                                                                                                                                                                8571.891033
modelfocus se fwd gas sedan auto                                                                                                                                                       8571.758628
modelfocus se hatchback                                                                                                                                                                8572.759852
modelfocus se sedan                                                                                                                                                                    7423.495967
modelfocus se sedan 4d                                                                                                                                                                 8573.071170
modelfocus se!                                                                                                                                                                         8570.717348
modelfocus sel                                                                                                                                                                         7424.555329
modelfocus ses                                                                                                                                                                         7423.107592
modelfocus st                                                                                                                                                                          7425.345987
modelfocus st hatchback 4d                                                                                                                                                             6641.883568
modelfocus titanium                                                                                                                                                                    7424.701756
modelfocus titanium hatchback 4d                                                                                                                                                       7425.360519
modelfocus wagon zxw                                                                                                                                                                   8570.460259
modelfocus zx4                                                                                                                                                                         8570.553048
modelfocus zx5                                                                                                                                                                         8570.153917
modelFord.cope                                                                                                                                                                         8618.618450
modelFORD/EXPLORER                                                                                                                                                                     8572.074161
modelforde450                                                                                                                                                                          8571.230043
modelforester                                                                                                                                                                          6173.715408
modelforester (natl)                                                                                                                                                                   8570.414247
modelforester 2.5 x                                                                                                                                                                    8570.356655
modelforester 2.5i                                                                                                                                                                     8572.319551
modelforester 2.5i premium                                                                                                                                                             6999.522238
modelforester 2.5i premium awd                                                                                                                                                         8572.766978
modelforester 2.5i sport                                                                                                                                                               8572.986193
modelforester 2.5x                                                                                                                                                                     8571.846597
modelforester 2.5x premium                                                                                                                                                             8570.956723
modelforester 2.5x premium awd                                                                                                                                                         8571.377306
modelforester premium awd                                                                                                                                                              8573.885617
modelforester x                                                                                                                                                                        8570.929308
modelforte                                                                                                                                                                             6276.422953
modelforte ex                                                                                                                                                                          7423.287266
modelforte fe sedan 4d                                                                                                                                                                 7426.753027
modelforte koup                                                                                                                                                                        7423.413337
modelforte koup ex coupe 2d                                                                                                                                                            7000.780509
modelforte koup sx coupe 2d                                                                                                                                                            8572.573089
modelforte lx                                                                                                                                                                          6779.497343
modelforte lx sedan 4d                                                                                                                                                                 8572.176757
modelforte lxs                                                                                                                                                                         8573.947376
modelforte sx                                                                                                                                                                          8571.125194
modelfreestar                                                                                                                                                                          7422.174851
modelfreestar ses                                                                                                                                                                      8570.635110
modelfreestyle limited                                                                                                                                                                 8570.378843
modelFreighliner                                                                                                                                                                       8672.135091
modelfreightliner                                                                                                                                                                      8571.356436
modelFREIGHTLINER                                                                                                                                                                      8577.483376
modelfreightliner bus                                                                                                                                                                  8571.153635
modelfreightliner cascadia                                                                                                                                                             8679.765750
modelFREIGHTLINER CASCADIA                                                                                                                                                             8593.433811
modelfreightliner fl70                                                                                                                                                                 8570.801777
modelFreightliner M-Line Walk-in Van                                                                                                                                                   8570.783818
modelfreightliner m2                                                                                                                                                                   8573.998205
modelFreightliner M2                                                                                                                                                                   8577.653968
modelFreightliner M2 106                                                                                                                                                               6781.382180
modelFreightliner ms 106                                                                                                                                                               8581.023426
modelFreightliner MT55                                                                                                                                                                 8577.343760
modelFREIGHTLINER THOMAS                                                                                                                                                               8570.574677
modelfrontier                                                                                                                                                                          6274.515141
modelfrontier 4x4                                                                                                                                                                      8572.716119
modelfrontier 4x4 ext cab                                                                                                                                                              8571.215548
modelfrontier crew cab                                                                                                                                                                 8572.077726
modelfrontier crew cab pro-4x                                                                                                                                                          6333.705894
modelfrontier crew cab sv                                                                                                                                                              7426.113010
modelfrontier king cab s                                                                                                                                                               8573.897199
modelfrontier se                                                                                                                                                                       8572.522749
modelfrontier standard                                                                                                                                                                 8569.899830
modelfrontier sv 85k ml.1owner well maint clean car-fax toolbox                                                                                                                        8572.344139
modelfrontier sv crew cab                                                                                                                                                              7422.989310
modelftype s british design                                                                                                                                                            8572.990852
modelfusion                                                                                                                                                                            6153.964104
modelfusion energi                                                                                                                                                                     8573.459396
modelfusion hybrid                                                                                                                                                                     7426.386688
modelfusion hybrid se                                                                                                                                                                  8573.474729
modelfusion r4511                                                                                                                                                                      8572.988158
modelfusion s                                                                                                                                                                          8572.033039
modelfusion se                                                                                                                                                                         6292.219196
modelfusion se 4dr sedan                                                                                                                                                               8571.994664
modelfusion se v6                                                                                                                                                                      8570.789151
modelfusion se w / navigation                                                                                                                                                          8573.429927
modelfusion sel                                                                                                                                                                        6480.176161
modelfusion titanium                                                                                                                                                                   7425.260075
modelfuso                                                                                                                                                                              8571.239660
modelfuso fe160                                                                                                                                                                        8572.980773
modelfuso fh211                                                                                                                                                                        8570.230903
modelFuso Mk                                                                                                                                                                           8572.175899
modelfx35                                                                                                                                                                              6639.163871
modelfx37                                                                                                                                                                              8571.516926
modelg 37c                                                                                                                                                                             8571.213626
modelg g37 convertible 2d                                                                                                                                                              8570.491885
modelg g37 journey sedan 4d                                                                                                                                                            8570.957746
modelg g37x sedan 4d                                                                                                                                                                   6776.950308
modelg sedan                                                                                                                                                                           8570.948457
modelg-6                                                                                                                                                                               8570.602520
modelg-series                                                                                                                                                                          8570.495386
modelg35                                                                                                                                                                               6775.289491
modelg37 sedan                                                                                                                                                                         8571.268671
modelg37x                                                                                                                                                                              7423.750528
modelg37x awd                                                                                                                                                                          7423.344928
modelg550                                                                                                                                                                              8572.478612
modelg6                                                                                                                                                                                6546.844822
modelg6 gt                                                                                                                                                                             7422.536507
modelg63                                                                                                                                                                               8572.576892
modelg8                                                                                                                                                                                8570.640533
modelg8 gt                                                                                                                                                                             7422.850151
modelgalaxie                                                                                                                                                                           7455.239171
modelgalaxie 500                                                                                                                                                                       8599.860467
modelgazelle                                                                                                                                                                           8587.820654
modelgenesis                                                                                                                                                                           6480.644553
modelgenesis 3.8 sedan 4d                                                                                                                                                              7423.827011
modelgenesis 3.8l                                                                                                                                                                      7424.439408
modelgenesis coupe 3.8                                                                                                                                                                 7424.863991
modelgenesis coupe 3.8 2d                                                                                                                                                              7424.700646
modelGenesis G70 2.0T Advanced Sedan                                                                                                                                                   7426.439836
modelGenesis G70 2.0T Sedan 4D                                                                                                                                                         8574.500710
modelGenesis G70 3.3T Advanced Sedan                                                                                                                                                   8573.891369
modelGenesis G70 3.3T Dynamic Edition                                                                                                                                                  7426.395863
modelGenesis G80                                                                                                                                                                       8573.413707
modelGENESIS G80                                                                                                                                                                       8573.422818
modelGenesis G80 3.8 Sedan 4D                                                                                                                                                          8573.450015
modelGenesis G90 3.3T Premium Sedan                                                                                                                                                    8573.423001
modelGenesis G90 5.0 Ultimate Sedan                                                                                                                                                    8573.885571
modelgl-class                                                                                                                                                                          8570.949346
modelgl450 4matic 4wd l                                                                                                                                                                7423.683761
modelgl450 4matic awd                                                                                                                                                                  8570.515448
modelgla                                                                                                                                                                               8573.045636
modelgla 250 4matic                                                                                                                                                                    8573.099859
modelgla-class                                                                                                                                                                         7000.625146
modelgla-class gla 45                                                                                                                                                                  7424.480302
modelgladiator                                                                                                                                                                         7424.935138
modelgladiator overland pickup                                                                                                                                                         8574.466971
modelGladiator Spartan                                                                                                                                                                 8571.218352
modelgladiator sport pickup 4d 5                                                                                                                                                       8574.391140
modelglc                                                                                                                                                                               8572.994077
modelglc 300 4matic awd                                                                                                                                                                8573.418701
modelglc 300 sport                                                                                                                                                                     8573.458751
modelglc-class                                                                                                                                                                         7425.851837
modelgle                                                                                                                                                                               8573.426750
modelgle 350                                                                                                                                                                           8573.476552
modelgle 350 4matic                                                                                                                                                                    8572.600585
modelgle 350 sport                                                                                                                                                                     8573.432494
modelgle 400                                                                                                                                                                           8572.739254
modelgli                                                                                                                                                                               8572.339981
modelglk                                                                                                                                                                               7423.835906
modelglk 350                                                                                                                                                                           7423.506245
modelglk-class                                                                                                                                                                         7424.535119
modelglk350 4matic awd                                                                                                                                                                 6999.117082
modelgls 450 4matic                                                                                                                                                                    7426.112450
modelgls 450 sport                                                                                                                                                                     8572.980443
modelgls 550 sport                                                                                                                                                                     7425.407819
modelgls new beetle convertible                                                                                                                                                        8570.015254
modelgls-class                                                                                                                                                                         7426.011965
modelGMC, Ford, Freightliner & More                                                                                                                                                    8570.606571
modelGMC* SIERRA                                                                                                                                                                       8574.418414
modelgolf 1.4t tsi                                                                                                                                                                     7427.090454
modelgolf 2.5l pzev                                                                                                                                                                    8571.852615
modelgolf alltrack                                                                                                                                                                     8574.023226
modelgolf gti                                                                                                                                                                          8572.335957
modelgolf gti s                                                                                                                                                                        8573.594353
modelgolf gti s hatchback                                                                                                                                                              6551.454041
modelgolf gti se hatchback                                                                                                                                                             7425.353551
modelgolf r                                                                                                                                                                            6778.399642
modelgolf s                                                                                                                                                                            8573.419814
modelgolf sportwagen                                                                                                                                                                   7425.012301
modelgolf sportwagen tdi                                                                                                                                                               7424.430769
modelgolf sportwagen tsi s                                                                                                                                                             8573.467356
modelgolf tdi sel                                                                                                                                                                      7000.138698
modelgrand am                                                                                                                                                                          8571.303681
modelgrand can                                                                                                                                                                         8574.964936
modelgrand caravan                                                                                                                                                                     6153.805324
modelgrand caravan american value package                                                                                                                                              8572.674458
modelgrand caravan passenger                                                                                                                                                           8572.519208
modelgrand caravan r/t                                                                                                                                                                 8572.247264
modelgrand caravan se                                                                                                                                                                  7423.807915
modelgrand caravan sxt                                                                                                                                                                 6390.657841
modelgrand caravan sxt wheelch                                                                                                                                                         8572.983332
modelgrand caravan sxt wheelcha                                                                                                                                                        8573.885312
modelgrand caravan wheelchair                                                                                                                                                          8570.831652
modelgrand cherokee                                                                                                                                                                    6118.639589
modelgrand cherokee 4dr laredo 4wd                                                                                                                                                     8572.385564
modelgrand cherokee 4x4                                                                                                                                                                6997.280354
modelgrand cherokee high                                                                                                                                                               8574.300068
modelgrand cherokee laredo                                                                                                                                                             6998.753749
modelgrand cherokee laredo 4x4                                                                                                                                                         6999.490664
modelgrand cherokee laredo 4x4 1owner well maint*new wheels*deliver 2u                                                                                                                 8573.339642
modelgrand cherokee laredo e                                                                                                                                                           7426.469665
modelgrand cherokee laredo sport                                                                                                                                                       6779.785341
modelgrand cherokee laredo x                                                                                                                                                           8571.071558
modelgrand cherokee limited                                                                                                                                                            8572.215193
modelgrand cherokee limited 4x4                                                                                                                                                        6998.351554
modelgrand cherokee overland                                                                                                                                                           6998.832183
modelgrand cherokee srt8                                                                                                                                                               8572.126291
modelgrand marquis                                                                                                                                                                     8573.348141
modelgrand marquis ls                                                                                                                                                                  7421.982686
modelgrand prix                                                                                                                                                                        6478.198667
modelgrand wagoneer                                                                                                                                                                    8571.653134
modelgs                                                                                                                                                                                6999.614486
modelgs 300                                                                                                                                                                            6775.386655
modelgs 350                                                                                                                                                                            7423.838762
modelgs 350 awd                                                                                                                                                                        8571.660393
modelgs 350 sedan 4d                                                                                                                                                                   6640.945976
modelgs300                                                                                                                                                                             8570.155133
modelgs300 awd                                                                                                                                                                         8570.035704
modelgs400                                                                                                                                                                             8570.030808
modelgt premium 2,200 miles                                                                                                                                                            8574.501624
modelgti                                                                                                                                                                               7422.268821
modelgti wolfsburg edition                                                                                                                                                             8571.861410
modelgto                                                                                                                                                                               6782.166089
modelgx                                                                                                                                                                                8573.471602
modelgx 460                                                                                                                                                                            7424.477181
modelgx 470 4dr suv 2-owner arizona gx*rust&accident free*new timing belt&water pump*new bilstein lift*new wheels&tires* immaculate shape*all books and keys*all records since new     8570.761536
modelgx470                                                                                                                                                                             7424.350294
modelH1 HUMMVEE                                                                                                                                                                        8575.739063
modelhardtop 2 door cooper s                                                                                                                                                           8572.195974
modelhardtop 2 door john cooper                                                                                                                                                        8573.040542
modelhardtop 4 door cooper                                                                                                                                                             8572.571648
modelhardtop john cooper works                                                                                                                                                         8571.584836
modelhhr                                                                                                                                                                               6546.165821
modelhhr lt                                                                                                                                                                            7422.602891
modelhhr lt cruiser equinox                                                                                                                                                            8570.026500
modelhigh sierra pickup                                                                                                                                                                8579.608258
modelhigh top conversion van g1500 cash only                                                                                                                                           8570.495386
modelhighlander                                                                                                                                                                        6203.910507
modelhighlander 4x4 v6                                                                                                                                                                 8571.961741
modelhighlander awd                                                                                                                                                                    8572.192085
modelhighlander base plus                                                                                                                                                              8571.957445
modelhighlander hybrid                                                                                                                                                                 8570.942744
modelhighlander le                                                                                                                                                                     8572.840734
modelhighlander le - awd suv - local - clean car fax                                                                                                                                   8573.088981
modelhighlander le sport                                                                                                                                                               6779.787980
modelhighlander limited                                                                                                                                                                6999.864313
modelhighlander sport                                                                                                                                                                  8570.883747
modelhighlander v6 limted                                                                                                                                                              8569.930422
modelhighlander xle sport                                                                                                                                                              8573.493510
modelhighlander xle v6 awd (natl)                                                                                                                                                      8573.444128
modelHino 268                                                                                                                                                                          7428.994292
modelhomda odyssey                                                                                                                                                                     8571.709170
modelHONDA* CIVIC*                                                                                                                                                                     7422.551968
modelHONDA/CIVIC                                                                                                                                                                       8571.092591
modelhot rod                                                                                                                                                                           8665.077112
modelhr-v                                                                                                                                                                              6779.466589
modelhr-v ex-l                                                                                                                                                                         8573.012779
modelhs 250 premium                                                                                                                                                                    7422.739578
modelhse                                                                                                                                                                               8570.695866
modelhse 4x4 s                                                                                                                                                                         8571.223064
modelHummer H2                                                                                                                                                                         8570.331176
modelHUMMER H2                                                                                                                                                                         8570.402046
modelHUMMER H2 SUT                                                                                                                                                                     8570.081990
modelhummer h3                                                                                                                                                                         8572.053113
modelHummer H3                                                                                                                                                                         8570.145072
modelhundai elantra                                                                                                                                                                    8570.509550
modelHupmobile                                                                                                                                                                         8674.573872
modelHyundia Accent                                                                                                                                                                    8571.214028
modelhyundia tucson                                                                                                                                                                    8570.554531
modeli3 base w/range extender                                                                                                                                                          8573.478207
modeli3 hatchback 4d                                                                                                                                                                   7000.508575
modeli3 rex                                                                                                                                                                            8571.926036
modeli30                                                                                                                                                                               8571.494836
modeli35                                                                                                                                                                               8569.875623
modeli8                                                                                                                                                                                8572.735507
modelIC Corporation                                                                                                                                                                    8571.665987
modelilx                                                                                                                                                                               7425.100365
modelilx 2.0l                                                                                                                                                                          8572.626715
modelilx 2.0l sedan 4d                                                                                                                                                                 8571.513332
modelilx premium pkg sedan 4d                                                                                                                                                          8574.018259
modelilx sedan 4d                                                                                                                                                                      6778.657172
modelilx special edition sedan                                                                                                                                                         7001.723069
modelilx technology and a-spec                                                                                                                                                         8574.014718
modelimpala                                                                                                                                                                            6185.252963
modelimpala limited                                                                                                                                                                    8572.724599
modelimpala ls                                                                                                                                                                         7422.960341
modelimpala lt                                                                                                                                                                         6547.282149
modelimpala lt sedan 4d                                                                                                                                                                8570.321155
modelimpala ltz sedan 4d                                                                                                                                                               8572.219808
modelimpala premier                                                                                                                                                                    8573.419649
modelimpala premier sedan                                                                                                                                                              8574.386322
modelimpreza                                                                                                                                                                           6181.528597
modelimpreza 2.0i awd                                                                                                                                                                  8573.004270
modelimpreza 2.0i limited                                                                                                                                                              8573.072265
modelimpreza 2.0i premium                                                                                                                                                              7424.831237
modelimpreza 2.0i premium 5-door cvt                                                                                                                                                   8616.964966
modelimpreza 2.5i                                                                                                                                                                      7423.008379
modelimpreza 2.5ts                                                                                                                                                                     8570.092369
modelimpreza outback sport                                                                                                                                                             6639.102582
modelimpreza sedan wrx                                                                                                                                                                 8570.750209
modelimpreza wagon                                                                                                                                                                     6999.841304
modelimpreza wrx                                                                                                                                                                       6998.172731
modelimpreza wrx hatchback                                                                                                                                                             8571.777608
modelimpreza wrx limited sedan                                                                                                                                                         8571.843311
modelimpreza wrx sti                                                                                                                                                                   8570.592706
modelimpreza wrx sti sedan 4d                                                                                                                                                          8571.528506
modelimpreza wrx sti sedan only 80k heated seats 1 owner                                                                                                                               8570.958554
modelinsight ex 4dr hatchback                                                                                                                                                          8573.264041
modelinsight lx                                                                                                                                                                        8571.029154
modelinternational                                                                                                                                                                     7428.614947
modelINTERNATIONAL 2654                                                                                                                                                                8569.861911
modelinternational 4300                                                                                                                                                                7000.311949
modelInternational 4300                                                                                                                                                                6640.137234
modelinternational 4400                                                                                                                                                                8576.062417
modelinternational 4700                                                                                                                                                                8577.088995
modelInternational Box Truck                                                                                                                                                           8699.142958
modelInternational Crew cab                                                                                                                                                            8571.545857
modelInternational durastar 4300                                                                                                                                                       8575.339741
modelInternational F650                                                                                                                                                                8570.679545
modelInternational Harvester L120                                                                                                                                                      8618.915984
modelInternational Oil Filed Truck                                                                                                                                                     8577.119669
modelinternational prostar                                                                                                                                                             7442.544148
modelInternational S-1900                                                                                                                                                              8574.474276
modelInternational shuttle bus                                                                                                                                                         8571.955867
modelInternational TerraStar                                                                                                                                                           7423.495575
modelion                                                                                                                                                                               6638.599427
modelioniq electric                                                                                                                                                                    8573.984878
modelioniq hybrid sel                                                                                                                                                                  8573.893296
modelioniq plug-in hybrid                                                                                                                                                              8573.913399
modelis                                                                                                                                                                                6640.125840
modelis 200t sedan 4d                                                                                                                                                                  8573.002968
modelis 250                                                                                                                                                                            7423.517841
modelis 250 4dr sport sdn auto                                                                                                                                                         8571.998438
modelis 250 awd                                                                                                                                                                        8572.220457
modelis 250 crafted line sedan                                                                                                                                                         8572.188448
modelis 250 is250 350 is350                                                                                                                                                            8572.237248
modelis 250 sedan 4d                                                                                                                                                                   7424.015244
modelis 300                                                                                                                                                                            8572.612027
modelis 300 sedan 4d                                                                                                                                                                   8574.411083
modelis 350 f sport sedan 4d                                                                                                                                                           7002.911816
modelis 350 sedan 4d                                                                                                                                                                   7424.040445
modelis250 awd                                                                                                                                                                         8571.395710
modelIsuzu Box Truck                                                                                                                                                                   8570.979748
modelIsuzu DSL REG AT                                                                                                                                                                  8572.663623
modelIsuzu HTR                                                                                                                                                                         8576.588122
modelisuzu npr                                                                                                                                                                         8574.669385
modelIsuzu NPR                                                                                                                                                                         7425.028556
modelisuzu npr hd                                                                                                                                                                      8574.487776
modelIsuzu NPR HD                                                                                                                                                                      8572.766836
modelIsuzu NPR HD GAS CREW                                                                                                                                                             8573.652410
modelisuzu NQR                                                                                                                                                                         8573.253058
modelIsuzu NRR                                                                                                                                                                         7424.998694
modelISUZU NRR                                                                                                                                                                         8574.460316
modelIsuzu Rodeo                                                                                                                                                                       8570.118951
modelIsuzu Trooper                                                                                                                                                                     7423.150196
modelisuzu trooper ls                                                                                                                                                                  8569.905079
modelIsuzu Trooper S                                                                                                                                                                   8571.446689
modelizuzu npr                                                                                                                                                                         8570.381324
modeljetta                                                                                                                                                                             6165.927364
modeljetta 1.4t s sedan                                                                                                                                                                8573.035060
modeljetta 1.4t s sedan 4d                                                                                                                                                             6779.462619
modeljetta 1.4t sel                                                                                                                                                                    7002.530176
modeljetta gli 35th                                                                                                                                                                    8573.954657
modeljetta gli autobahn                                                                                                                                                                8573.984150
modeljetta gli fwd gas                                                                                                                                                                 8573.447817
modeljetta gls                                                                                                                                                                         8569.855843
modeljetta s                                                                                                                                                                           8571.270787
modeljetta se                                                                                                                                                                          8573.887728
modeljetta sedan                                                                                                                                                                       7000.398054
modeljetta sedan 4dr auto limited pzev                                                                                                                                                 8571.545292
modeljetta sportwagen 2.0l                                                                                                                                                             6999.768042
modeljetta sportwagen tdi                                                                                                                                                              8571.688904
modeljetta tdi                                                                                                                                                                         7424.618279
modeljetta tsi                                                                                                                                                                         8573.743839
modeljetta wagon                                                                                                                                                                       8569.998838
modeljimmy                                                                                                                                                                             8569.818207
modeljourney                                                                                                                                                                           6229.394106
modeljourney crossroad plus                                                                                                                                                            8572.576262
modeljourney r/t                                                                                                                                                                       8572.493774
modeljourney r/t sport utility                                                                                                                                                         7424.526858
modeljourney se                                                                                                                                                                        8572.237868
modeljourney se value sport                                                                                                                                                            7427.050236
modeljourney sxt                                                                                                                                                                       6999.826118
modeljuke                                                                                                                                                                              6547.839798
modeljuke s turbo                                                                                                                                                                      8572.504790
modeljx jx35 sport utility                                                                                                                                                             8571.691436
modeljx35                                                                                                                                                                              8571.878324
modelk20                                                                                                                                                                               8586.436762
modelk5 blazer                                                                                                                                                                         8574.258869
modelk900 luxury sedan 4d                                                                                                                                                              7425.342769
modelkarmann ghia                                                                                                                                                                      8597.156083
modelKenworth T3 Series DUMP                                                                                                                                                           7422.791990
modelKenworth T370                                                                                                                                                                     8573.702815
modelkenworth t600                                                                                                                                                                     8830.184986
modelKenworth T680                                                                                                                                                                     8628.043314
modelkenworth t800                                                                                                                                                                     8574.533033
modelkicks                                                                                                                                                                             7426.766711
modelkit car                                                                                                                                                                           8597.542699
modelkona                                                                                                                                                                              6643.718691
modelkona electric ultimate                                                                                                                                                            8574.515832
modell-100                                                                                                                                                                             8569.889759
modellacrosse                                                                                                                                                                          6330.918431
modellacrosse cx                                                                                                                                                                       7422.560360
modellacrosse sx                                                                                                                                                                       8570.008777
modellacrosse touring                                                                                                                                                                  8572.479672
modellancer                                                                                                                                                                            8573.138198
modellancer es                                                                                                                                                                         8571.237245
modelland cruiser                                                                                                                                                                      6546.811255
modelland cruiser fj80                                                                                                                                                                 8571.630099
modelland cruiser hdj81 - 80 series                                                                                                                                                    8571.299975
modellandcruiser                                                                                                                                                                       8574.690968
modellaramoi long horn                                                                                                                                                                 8572.570891
modellcf                                                                                                                                                                               8570.307645
modelle baron                                                                                                                                                                          8572.717255
modelleaf                                                                                                                                                                              6777.421026
modelleaf s hatchback 4d                                                                                                                                                               7425.630761
modelleaf sl                                                                                                                                                                           8574.067953
modelleaf sv hatchback 4d                                                                                                                                                              7425.707689
modellegacy                                                                                                                                                                            6248.092756
modellegacy 2.5i                                                                                                                                                                       8571.893241
modellegacy 2.5i limited                                                                                                                                                               8572.981091
modellegacy 2.5i limited awd                                                                                                                                                           8572.988689
modellegacy 2.5i limited sedan                                                                                                                                                         8573.029496
modellegacy 2.5i premium                                                                                                                                                               7423.999380
modellegacy 2.5i premium sedan                                                                                                                                                         8573.150574
modellegacy 3.6r limited                                                                                                                                                               8572.295033
modellegacy 3.6r limited sedan                                                                                                                                                         8573.453381
modellegacy awd 4dr. sedan                                                                                                                                                             8573.408942
modellegacy gt                                                                                                                                                                         8570.250543
modellegacy outback                                                                                                                                                                    8570.170546
modellegacy premium                                                                                                                                                                    7424.609631
modellemans                                                                                                                                                                            8582.964517
modellesabre                                                                                                                                                                           6775.347711
modelliberty                                                                                                                                                                           6308.584094
modelliberty 4x4                                                                                                                                                                       7422.905857
modelliberty 65 4x4                                                                                                                                                                    8570.320319
modelliberty crd                                                                                                                                                                       8570.073994
modelliberty limited 4wd                                                                                                                                                               8570.151698
modelliberty renegade                                                                                                                                                                  8572.105268
modelliberty sport                                                                                                                                                                     8571.015864
modelliberty sport 4x4                                                                                                                                                                 6997.709483
modellifted cherokee trailhawk                                                                                                                                                         8574.426449
modellifted f150 xlt 4x4 1/2 ton                                                                                                                                                       7426.396778
modellifted tacoma trd off 4x4                                                                                                                                                         8573.907313
modellifted tundra platinum                                                                                                                                                            8573.897964
modellifted wrangler sport 4x4                                                                                                                                                         8570.625756
modellifted wrangler unlimited                                                                                                                                                         8573.441109
modellightning                                                                                                                                                                         8569.842241
modellimited                                                                                                                                                                           8572.074317
modellimo                                                                                                                                                                              8570.118077
modellimousine                                                                                                                                                                         8571.039096
modellr2                                                                                                                                                                               7423.615396
modellr4                                                                                                                                                                               8571.272658
modellr4 hse                                                                                                                                                                           8570.850695
modells                                                                                                                                                                                7421.815518
modells 430                                                                                                                                                                            8570.267198
modells 460                                                                                                                                                                            6776.235752
modells 460 crafted line sedan                                                                                                                                                         8572.189230
modells 460 f sport                                                                                                                                                                    8571.510243
modells 460 l sedan 4d                                                                                                                                                                 7423.639611
modells 460 rwd                                                                                                                                                                        8570.977636
modells 460 sedan 4d                                                                                                                                                                   6358.144825
modells v8                                                                                                                                                                             8571.269718
modells400                                                                                                                                                                             8570.046130
modells460                                                                                                                                                                             8570.742238
modellucerne                                                                                                                                                                           6546.405330
modellucerne cxl                                                                                                                                                                       6998.467536
modellucerne cxs                                                                                                                                                                       8570.501434
modellucerne super                                                                                                                                                                     8570.552552
modellumina                                                                                                                                                                            8571.122342
modellx                                                                                                                                                                                8571.648674
modellx 470                                                                                                                                                                            7423.665770
modelm m37x sedan 4d                                                                                                                                                                   8571.509994
modelm m56 sedan 4d                                                                                                                                                                    8571.007304
modelm-class                                                                                                                                                                           6546.824682
modelm3                                                                                                                                                                                6775.589886
modelm3 convertible 2d                                                                                                                                                                 7423.158287
modelm3 coupe                                                                                                                                                                          8571.509728
modelm3 coupe 2d                                                                                                                                                                       7423.661505
modelm3 sedan                                                                                                                                                                          8570.025733
modelm35                                                                                                                                                                               8572.114045
modelm35x                                                                                                                                                                              7424.152620
modelm37x                                                                                                                                                                              7423.449195
modelm5                                                                                                                                                                                8571.591767
modelm6                                                                                                                                                                                8570.266245
modelm6 coupe 4d                                                                                                                                                                       7000.099423
modelm6 gran coupe                                                                                                                                                                     8572.000583
modelMA                                                                                                                                                                                8569.824639
modelmacan                                                                                                                                                                             7001.108201
modelmacan turbo                                                                                                                                                                       8573.019337
modelmacan turbo awd crossove                                                                                                                                                          8572.188444
modelmalibu                                                                                                                                                                            6133.419948
modelmalibu 2lt                                                                                                                                                                        8572.253131
modelmalibu eco                                                                                                                                                                        8571.595220
modelmalibu limited                                                                                                                                                                    8572.886105
modelmalibu limited ls                                                                                                                                                                 7424.867611
modelmalibu limited ltz                                                                                                                                                                7000.671025
modelmalibu ls                                                                                                                                                                         7001.323293
modelmalibu ls sedan 4d                                                                                                                                                                7424.137627
modelmalibu lt                                                                                                                                                                         6777.924762
modelmalibu lt turbo                                                                                                                                                                   8573.469525
modelmalibu maxx                                                                                                                                                                       8570.052992
modelmariner                                                                                                                                                                           8572.832841
modelMark III                                                                                                                                                                          8593.081365
modelmark lt                                                                                                                                                                           7422.544535
modelmaserati                                                                                                                                                                          7423.362863
modelMaserati Ghibli                                                                                                                                                                   8572.192278
modelMASERATI GHIBLI                                                                                                                                                                   8571.845544
modelMaserati Ghibli S Q4                                                                                                                                                              7425.147937
modelMASERATI GRANTURISMO                                                                                                                                                              8570.577190
modelMaserati GranTurismo S                                                                                                                                                            8571.095631
modelMaserati GranTursimo S                                                                                                                                                            8593.287381
modelMaserati LEVANTE LUXURY                                                                                                                                                           8572.982326
modelmatrix                                                                                                                                                                            6999.203984
modelmatrix s awd                                                                                                                                                                      8570.937200
modelmaxima                                                                                                                                                                            6248.278857
modelmaxima s                                                                                                                                                                          7424.423852
modelmaxima se                                                                                                                                                                         8571.269718
modelmaxima sv sedan 4d                                                                                                                                                                8574.409952
modelmazda2 sport                                                                                                                                                                      8571.635493
modelmazda3                                                                                                                                                                            6389.486586
modelmazda3 4-door                                                                                                                                                                     8573.057902
modelMAZDA3 GRAND TOURING SEDAN                                                                                                                                                        8571.547782
modelmazda3 hatchback 4d                                                                                                                                                               8574.031987
modelmazda3 i                                                                                                                                                                          8570.637447
modelmazda3 i grand touring                                                                                                                                                            8572.624254
modelmazda3 i sport                                                                                                                                                                    7423.606918
modelmazda3 sport                                                                                                                                                                      8572.995389
modelmazda5                                                                                                                                                                            6640.323520
modelmazda5 grand touring                                                                                                                                                              8571.865503
modelmazda6                                                                                                                                                                            6481.723926
modelmazda6 grand touring                                                                                                                                                              8573.448084
modelMB SL400                                                                                                                                                                          8572.622282
modelmdx                                                                                                                                                                               6331.527854
modelmdx 9-spd at w/tech package                                                                                                                                                       8573.418703
modelmdx advance pkg sport                                                                                                                                                             8573.888948
modelmdx awd tech pkg                                                                                                                                                                  8570.810883
modelmdx sh-awd sport utility                                                                                                                                                          6240.132483
modelmdx sh-awd w/advance pkg                                                                                                                                                          8573.446060
modelmdx sh-awd w/tech                                                                                                                                                                 7423.878677
modelmdx sh-awd w/technology                                                                                                                                                           6550.809097
modelmdx sport utility 4d                                                                                                                                                              6640.389499
modelmdx technology pkg sport                                                                                                                                                          6780.583494
modelmercedes-amg                                                                                                                                                                      7425.606897
modelmercedes-amg cla                                                                                                                                                                  8573.930589
modelMercedez Benz E320                                                                                                                                                                8570.157758
modelmetris passenger                                                                                                                                                                  7001.985046
modelmiata                                                                                                                                                                             8571.713480
modelmilan                                                                                                                                                                             8571.598389
modelmilan premier                                                                                                                                                                     8570.988328
modelmilan premier awd                                                                                                                                                                 8572.096803
modelmirage                                                                                                                                                                            6549.801787
modelmirage es hatchback                                                                                                                                                               8574.433591
modelmirage g4                                                                                                                                                                         8573.488836
modelmirage g4 es sedan 4d                                                                                                                                                             7427.068437
modelmkc                                                                                                                                                                               6641.863567
modelmks                                                                                                                                                                               7423.316545
modelmkt                                                                                                                                                                               8571.179801
modelmkx                                                                                                                                                                               6641.532438
modelmkx reserve sport                                                                                                                                                                 7001.284366
modelmkx select sport utility                                                                                                                                                          8573.441567
modelmkx sport utility 4d                                                                                                                                                              8571.533685
modelmkz                                                                                                                                                                               6777.664860
modelmkz 4dr sdn awd                                                                                                                                                                   8571.937873
modelmkz awd                                                                                                                                                                           8570.339897
modelmkz hybrid reserve ii                                                                                                                                                             7426.516428
modelmkz premiere hybrid                                                                                                                                                               7425.669913
modelmkz premiere sedan 4d                                                                                                                                                             7001.500590
modelmkz reserve hybrid sedan                                                                                                                                                          7425.850069
modelmkz reserve sedan 4d                                                                                                                                                              8573.016671
modelmkz sedan 4d                                                                                                                                                                      7000.796716
modelmkz select sedan 4d                                                                                                                                                               6642.778832
modelml                                                                                                                                                                                8570.518162
modelml-class                                                                                                                                                                          7423.917990
modelml320                                                                                                                                                                             8571.638449
modelml350 4wd                                                                                                                                                                         8570.872994
modelml550                                                                                                                                                                             8570.637573
modelmodel 3                                                                                                                                                                           7001.887218
modelmodel 3 mid range sedan 4d                                                                                                                                                        7425.869352
modelmodel 3 standard range                                                                                                                                                            6432.914371
modelmodel a                                                                                                                                                                           6897.126141
modelmodel a roadster                                                                                                                                                                  8667.598992
modelmodel s                                                                                                                                                                           6777.817714
modelmodel s 85d                                                                                                                                                                       8572.225101
modelmodel s signature                                                                                                                                                                 6640.346495
modelmodel x                                                                                                                                                                           8572.588937
modelmontana                                                                                                                                                                           8571.328175
modelmonte carlo                                                                                                                                                                       8569.857771
modelmonte carlo ss                                                                                                                                                                    8571.425975
modelmonte crarlo                                                                                                                                                                      8584.045614
modelmonterey                                                                                                                                                                          8594.390986
modelmontero                                                                                                                                                                           8570.500148
modelmontero limited                                                                                                                                                                   8569.863155
modelmontero sport                                                                                                                                                                     8571.453902
modelmountaineer                                                                                                                                                                       8570.705447
modelmpv van                                                                                                                                                                           8570.043606
modelmurano                                                                                                                                                                            6290.163641
modelmurano s sport utility 4d                                                                                                                                                         8573.470136
modelmurano sl                                                                                                                                                                         8572.123237
modelmurano sl awd                                                                                                                                                                     8570.562209
modelmurano sv                                                                                                                                                                         8571.639520
modelmurano-awd                                                                                                                                                                        8570.044446
modelmustang                                                                                                                                                                           6117.588051
modelmustang asc mclaren                                                                                                                                                               8570.831733
modelmustang cobra svt                                                                                                                                                                 8570.491254
modelmustang convertible                                                                                                                                                               7422.196372
modelmustang convertible power top automatic local clean carfax                                                                                                                        8571.284744
modelmustang coupe                                                                                                                                                                     8597.631820
modelmustang ecoboost                                                                                                                                                                  8573.896703
modelmustang gt                                                                                                                                                                        6545.789162
modelmustang gt convertible                                                                                                                                                            6997.452289
modelmustang gt coupe 2d                                                                                                                                                               6263.928834
modelmustang gt premium                                                                                                                                                                6777.579290
modelmustang gt premium coupe 2d                                                                                                                                                       6432.804629
modelmustang shelby gt500                                                                                                                                                              8570.433477
modelmustang svt cobra                                                                                                                                                                 7421.925963
modelmustang v6 2dr convertible                                                                                                                                                        8570.880032
modelmustang v6 premium                                                                                                                                                                8571.914684
modelmx-5 miata club                                                                                                                                                                   6780.336788
modelmx-5 miata grand touring                                                                                                                                                          6391.901035
modelmx-5 miata touring                                                                                                                                                                8570.152233
modelnautilus                                                                                                                                                                          8573.958455
modelnautilus reserve sport                                                                                                                                                            7002.662292
modelnautilus select sport                                                                                                                                                             8573.905657
modelnautilus sport utility                                                                                                                                                            8573.976241
modelnavigator                                                                                                                                                                         6481.226552
modelnavigator l select sport                                                                                                                                                          8573.131583
modelnavigator reserve                                                                                                                                                                 8572.754594
modelnavigator reserve sport                                                                                                                                                           8572.986490
modelnavigator select sport                                                                                                                                                            8573.000649
modelnavigator sport utility                                                                                                                                                           8571.509746
modelnavigator ultimate                                                                                                                                                                8571.998712
modelNavistar 4700                                                                                                                                                                     8570.158198
modelnew beetle                                                                                                                                                                        7421.723937
modelnewport                                                                                                                                                                           8595.171283
modelniro                                                                                                                                                                              8575.006177
modelniro ev                                                                                                                                                                           8574.520976
modelniro ev ex wagon 4d                                                                                                                                                               8573.998384
modelniro lx wagon 4d                                                                                                                                                                  8573.893416
modelNissanFrontier                                                                                                                                                                    8573.442159
modelnitro sxt                                                                                                                                                                         8572.619989
modelnv                                                                                                                                                                                7427.157177
modelnv 1500 cargo van                                                                                                                                                                 8572.870249
modelnv1500                                                                                                                                                                            8576.010554
modelnv1500 cargo van                                                                                                                                                                  8575.325219
modelnv200                                                                                                                                                                             6642.013099
modelnv2500 hd cargo                                                                                                                                                                   8572.983389
modelnv2500 highroof                                                                                                                                                                   8576.190119
modelnv2500hd                                                                                                                                                                          8572.310595
modelnx                                                                                                                                                                                8574.413462
modelnx 200t                                                                                                                                                                           8572.982584
modelnx 200t sport utility 4d                                                                                                                                                          6548.904505
modelnx 300 f sport suv 4d                                                                                                                                                             7002.893574
modelnx 300 sport utility 4d                                                                                                                                                           6393.079729
modelnx 300h *awd *nx300* *hybrid* *suv clean carfax                                                                                                                                   8572.571647
modelnx 300h sport utility 4d                                                                                                                                                          6778.656152
modelnx300h                                                                                                                                                                            8573.893471
modelodessey ex-l                                                                                                                                                                      8571.538262
modelodyssey                                                                                                                                                                           6133.491088
modelodyssey 5dr ex-l                                                                                                                                                                  8570.630947
modelodyssey ex                                                                                                                                                                        6639.668017
modelodyssey ex-l                                                                                                                                                                      6640.135491
modelodyssey exl                                                                                                                                                                       6999.522243
modelodyssey touring                                                                                                                                                                   8571.704154
modeloldmobile alero                                                                                                                                                                   8570.866765
modelOldsmobile alero                                                                                                                                                                  8571.156352
modeloldsmobile cutlass                                                                                                                                                                8588.833156
modelOldsmobile Cutlass                                                                                                                                                                8595.030912
modeloldsmobile cutlass ciera                                                                                                                                                          8575.216494
modelOldsmobile Silhoutte                                                                                                                                                              8570.540150
modeloptiam fe                                                                                                                                                                         8572.857832
modeloptima                                                                                                                                                                            6212.308979
modeloptima 4dr sdn lx                                                                                                                                                                 8570.851273
modeloptima ex                                                                                                                                                                         8571.724988
modeloptima ex 4dr sedan                                                                                                                                                               8571.950519
modeloptima ex w/ leather                                                                                                                                                              8571.520677
modeloptima hybrid                                                                                                                                                                     7425.109788
modeloptima lx                                                                                                                                                                         6549.376659
modeloptima lx sedan 4d                                                                                                                                                                8572.264476
modeloptima sx turbo w/navigation                                                                                                                                                      7424.902256
modeloutback                                                                                                                                                                           6135.671446
modeloutback 2.5i                                                                                                                                                                      7424.367359
modeloutback 2.5i limited                                                                                                                                                              7424.499952
modeloutback awd                                                                                                                                                                       7423.646192
modeloutback awd 3.6r limited                                                                                                                                                          8573.560168
modeloutback premium                                                                                                                                                                   8573.916440
modeloutbback awd                                                                                                                                                                      8570.672733
modeloutlander                                                                                                                                                                         6430.320882
modeloutlander gt sport                                                                                                                                                                8574.382883
modeloutlander phev sel                                                                                                                                                                6779.649701
modeloutlander se sport                                                                                                                                                                8571.231874
modeloutlander sel 4x4 gas                                                                                                                                                             8574.380299
modeloutlander sel sport                                                                                                                                                               8573.125540
modeloutlander sport                                                                                                                                                                   7425.381839
modeloutlander sport es                                                                                                                                                                6780.888224
modeloutlander sport es 2.0 cvt                                                                                                                                                        8574.414558
modeloutlander sport sel                                                                                                                                                               8573.433057
modelp1800                                                                                                                                                                             8591.799623
modelpaceman cooper s all4                                                                                                                                                             8571.888638
modelpacifica                                                                                                                                                                          6779.479264
modelpacifica awd                                                                                                                                                                      8570.004351
modelpacifica hybrid limited                                                                                                                                                           8573.450556
modelpacifica lx                                                                                                                                                                       8573.496717
modelpacifica touring                                                                                                                                                                  8572.992540
modelpacifica touring l                                                                                                                                                                8573.446278
modelpalisade limited                                                                                                                                                                  8574.472192
modelpalisade se sport                                                                                                                                                                 8574.380354
modelpalisade sel sport                                                                                                                                                                8574.478456
modelpanamera sedan 4d                                                                                                                                                                 8571.838444
modelpanamera turbo s                                                                                                                                                                  8571.241190
modelpark avenue                                                                                                                                                                       8569.927574
modelpassat                                                                                                                                                                            6219.541750
modelpassat 1.8t s                                                                                                                                                                     8572.992546
modelpassat 2.0t se sedan                                                                                                                                                              8573.497514
modelpassat 2.0t wolfsbur                                                                                                                                                              8573.910415
modelpassat glx                                                                                                                                                                        8569.879680
modelpassat lt                                                                                                                                                                         8570.031943
modelpassat s                                                                                                                                                                          8572.887375
modelpassat se                                                                                                                                                                         8571.509640
modelpassat tdi                                                                                                                                                                        8570.499966
modelpassat tdi sel                                                                                                                                                                    8571.357356
modelpassport                                                                                                                                                                          8569.941593
modelpassport elite sport                                                                                                                                                              8574.463489
modelpassport sport awd                                                                                                                                                                8574.011977
modelpathfinder                                                                                                                                                                        6261.097871
modelpathfinder 4x4 sl                                                                                                                                                                 8573.456472
modelpathfinder 4x4 very clean                                                                                                                                                         8570.537483
modelpathfinder le                                                                                                                                                                     8570.207630
modelpathfinder s                                                                                                                                                                      8572.212326
modelpathfinder se                                                                                                                                                                     7421.826782
modelpathfinder sv                                                                                                                                                                     8571.672254
modelpatriot                                                                                                                                                                           6228.435104
modelpatriot awd                                                                                                                                                                       8572.870610
modelpatriot high altitude                                                                                                                                                             7424.948017
modelpatriot latitude                                                                                                                                                                  7423.252487
modelpatriot sport                                                                                                                                                                     8570.947177
modelpatriot sport 4x4                                                                                                                                                                 8576.186162
modelPeterbilt 379 EXHD                                                                                                                                                                8649.182263
modelpeterbuilt                                                                                                                                                                        8577.321342
modelpickup                                                                                                                                                                            6776.489108
modelpickup 1500                                                                                                                                                                       6641.274911
modelpickup 1500 classic                                                                                                                                                               7426.444961
modelpickup 1500 laramie 4x4                                                                                                                                                           8571.983163
modelpickup 2500                                                                                                                                                                       7426.115606
modelpickup truck                                                                                                                                                                      8671.928995
modelpilot                                                                                                                                                                             6219.533016
modelpilot ex                                                                                                                                                                          7423.361337
modelpilot ex awd                                                                                                                                                                      8573.503907
modelpilot ex-l                                                                                                                                                                        6777.994575
modelpilot ex-l 4wd                                                                                                                                                                    8571.663229
modelplymouth barracuda                                                                                                                                                                8591.233246
modelplymouth belvedere                                                                                                                                                                8594.699224
modelplymouth prowler roadster                                                                                                                                                         8571.624167
modelplymouth voyager                                                                                                                                                                  8570.395099
modelPolaris Slingshot                                                                                                                                                                 8573.929662
modelpolice interceptor utility                                                                                                                                                        8572.251045
modelpower wagon                                                                                                                                                                       8585.745437
modelprelude                                                                                                                                                                           8570.635306
modelprevia sc                                                                                                                                                                         8571.168810
modelprius                                                                                                                                                                             6158.904824
modelprius 5                                                                                                                                                                           8570.954427
modelprius 5dr hb two (natl)                                                                                                                                                           8572.390583
modelprius base                                                                                                                                                                        8570.178035
modelprius c                                                                                                                                                                           7000.265726
modelprius c three hatchback                                                                                                                                                           8571.637695
modelprius four hatchback 4d                                                                                                                                                           8573.083447
modelprius hb 1                                                                                                                                                                        8571.110175
modelprius hybrid                                                                                                                                                                      7423.863009
modelprius hybrid 2011                                                                                                                                                                 8570.980848
modelprius iv                                                                                                                                                                          8572.360034
modelPrius IV                                                                                                                                                                          8570.716913
modelprius plug in hybrid                                                                                                                                                              8571.514293
modelprius three                                                                                                                                                                       8572.349723
modelprius two                                                                                                                                                                         8572.570299
modelprius two hatchback 4d                                                                                                                                                            8573.419399
modelprius v                                                                                                                                                                           7001.132924
modelprius v five                                                                                                                                                                      8572.030718
modelpromaster                                                                                                                                                                         8572.847595
modelpromaster 1500                                                                                                                                                                    7002.303624
modelpromaster 1500 cargo van                                                                                                                                                          8575.002466
modelpromaster 2500                                                                                                                                                                    7001.435457
modelpromaster 2500 cargo van                                                                                                                                                          8572.991708
modelpromaster 2500 handicap                                                                                                                                                           8572.637389
modelpromaster 2500 high top                                                                                                                                                           7426.394837
modelpromaster cargo 1500 cargo 136 wb                                                                                                                                                 8574.382744
modelpromaster cargo van                                                                                                                                                               8574.380300
modelpromaster city cargo                                                                                                                                                              8573.919261
modelpromaster city cargo van                                                                                                                                                          8573.981741
modelprotege                                                                                                                                                                           8570.696360
modelpruis hybrid                                                                                                                                                                      8572.021078
modelpt cruiser                                                                                                                                                                        7422.537755
modelpt cruiser limited                                                                                                                                                                8570.173312
modelq3                                                                                                                                                                                7425.586554
modelq3 2.0t premium plus                                                                                                                                                              8573.296414
modelq3 premium plus sport                                                                                                                                                             8572.627349
modelq3 premium sport utility 4d                                                                                                                                                       7001.726936
modelq5                                                                                                                                                                                6390.887141
modelq5 2.0t premium sport                                                                                                                                                             8572.574656
modelq5 2.0t quattro premium pl                                                                                                                                                        8572.318856
modelq5 2.0t quattro premium plus                                                                                                                                                      8572.014202
modelq5 3.0t premium plus sport                                                                                                                                                        7425.490005
modelq5 3.2l premium plus                                                                                                                                                              8571.216930
modelq5 45 tfsi premium plus                                                                                                                                                           8574.400729
modelq5 premium plus sport                                                                                                                                                             7425.859304
modelq5 premium sport utility 4d                                                                                                                                                       7001.888695
modelq5 quattro                                                                                                                                                                        8571.370444
modelq5 tdi premium plus sport                                                                                                                                                         8572.196493
modelq50                                                                                                                                                                               6359.105992
modelq50 2.0t luxe sedan 4d                                                                                                                                                            8573.422140
modelq50 3.0t luxe sedan 4d                                                                                                                                                            6643.324599
modelq50 3.0t premium                                                                                                                                                                  8573.139933
modelq50 3.0t sport sedan 4d                                                                                                                                                           7002.918898
modelq50 s                                                                                                                                                                             8572.285805
modelq50s                                                                                                                                                                              8572.605223
modelq50s sport awd                                                                                                                                                                    8573.078505
modelq60 3.0t luxe coupe 2d                                                                                                                                                            7002.295277
modelq60 3.0t premium coupe                                                                                                                                                            8573.057004
modelq60 red sport 400 coupe                                                                                                                                                           7425.472534
modelq7                                                                                                                                                                                6390.896554
modelq7 3.0t quattro premium                                                                                                                                                           8570.960625
modelq7 3.0t quattro premium plu                                                                                                                                                       8571.835931
modelq7 3.0t s line prestige                                                                                                                                                           7424.042749
modelq7 3.6 quattro                                                                                                                                                                    8570.494662
modelq7 quattro awd gas suv auto                                                                                                                                                       8573.172848
modelq7 tdi prestige sport                                                                                                                                                             8571.847666
modelq70 3.7 sedan 4d                                                                                                                                                                  8572.192653
modelq8 premium sport utility 4d                                                                                                                                                       8573.988283
modelquad cab laramie                                                                                                                                                                  8571.937873
modelquest                                                                                                                                                                             7423.707234
modelquest 3.5le                                                                                                                                                                       8571.488450
modelquest sv                                                                                                                                                                          8573.161951
modelqx30                                                                                                                                                                              8572.980755
modelqx4                                                                                                                                                                               8569.900561
modelqx50                                                                                                                                                                              8572.992843
modelqx50 essential sport                                                                                                                                                              7426.440479
modelqx50 luxe sport utility                                                                                                                                                           6433.438420
modelqx50 sport utility 4d                                                                                                                                                             7425.366444
modelqx56                                                                                                                                                                              7423.783056
modelqx60                                                                                                                                                                              7425.015634
modelqx60 3.5 sport utility                                                                                                                                                            6391.756972
modelqx60 luxe sport utility                                                                                                                                                           7002.933010
modelqx70 3.7 sport utility                                                                                                                                                            7000.481863
modelqx80                                                                                                                                                                              6642.127701
modelqx80 sport utility 4d                                                                                                                                                             8573.065373
modelrabbit                                                                                                                                                                            6998.332400
modelrabbit pickup                                                                                                                                                                     8577.095523
modelramcharger                                                                                                                                                                        8571.513526
modelrange evoque coupe                                                                                                                                                                8571.256931
modelrange evoque pure                                                                                                                                                                 7424.083471
modelranger                                                                                                                                                                            6236.054684
modelranger 4x4                                                                                                                                                                        8569.974777
modelranger fx4 off-road 4wd!                                                                                                                                                          8572.792152
modelranger slash 34.0 4 x4                                                                                                                                                            8570.954517
modelranger super cab                                                                                                                                                                  8571.485213
modelranger super cab xlt pickup                                                                                                                                                       8570.814376
modelranger supercab edge                                                                                                                                                              8570.109636
modelranger supercab xl pickup                                                                                                                                                         6484.298229
modelranger supercrew lariat                                                                                                                                                           7426.528732
modelranger supercrew xl pickup                                                                                                                                                        6780.352666
modelranger supercrew xlt pickup                                                                                                                                                       7002.301011
modelranger xl 4x2                                                                                                                                                                     8571.170845
modelranger xlt                                                                                                                                                                        8570.260477
modelranger xlt 4x4                                                                                                                                                                    8570.440857
modelrav 4                                                                                                                                                                             8571.987826
modelrav 4 limited awd                                                                                                                                                                 8571.834946
modelrav4                                                                                                                                                                              6139.222755
modelrav4 awd                                                                                                                                                                          7423.809053
modelrav4 ev sport utility 4d                                                                                                                                                          7423.639064
modelrav4 hybrid le sport                                                                                                                                                              7001.751535
modelrav4 hybrid limited sport                                                                                                                                                         7425.952189
modelrav4 xle                                                                                                                                                                          7425.116253
modelrav4 xle awd                                                                                                                                                                      8573.028692
modelrc 200t                                                                                                                                                                           8572.603449
modelrc 200t coupe 2d                                                                                                                                                                  8573.050229
modelrc 300                                                                                                                                                                            8573.974634
modelrc 350                                                                                                                                                                            7424.424705
modelrdx                                                                                                                                                                               7000.274742
modelrdx sh-awd advance pkg                                                                                                                                                            8573.980398
modelrdx sh-awd technology pkg                                                                                                                                                         8573.910862
modelrdx sh-awd w/tech                                                                                                                                                                 8572.430999
modelrdx sport utility 4d                                                                                                                                                              6390.719843
modelrdx technology                                                                                                                                                                    8572.134648
modelrdx technology and                                                                                                                                                                8573.461815
modelrdx technology pkg sport                                                                                                                                                          6779.600421
modelreatta                                                                                                                                                                            8573.948089
modelregal                                                                                                                                                                             6997.541120
modelregal cxl rl6                                                                                                                                                                     8570.997180
modelregal sport touring                                                                                                                                                               8573.105885
modelregal tourx preferred                                                                                                                                                             8573.504013
modelrendezvous                                                                                                                                                                        8570.885965
modelrenegade                                                                                                                                                                          6333.458324
modelrenegade altitude sport                                                                                                                                                           8573.045497
modelrenegade latitude                                                                                                                                                                 7424.431945
modelrenegade latitude 4x4                                                                                                                                                             8572.212847
modelrenegade latitude 4x4 gas                                                                                                                                                         8572.573814
modelrenegade sport                                                                                                                                                                    8575.006278
modelrenegade sport suv 4d                                                                                                                                                             7426.154118
modelrenegade trailhawk 4x4                                                                                                                                                            8572.570524
modelridgeline                                                                                                                                                                         6547.297954
modelridgeline rtl                                                                                                                                                                     7422.828486
modelridgeline rtl 4x4                                                                                                                                                                 8570.065816
modelridgeline rtl pickup 4d 5                                                                                                                                                         8574.020092
modelridgeline rtl-t pickup 4d                                                                                                                                                         7002.300410
modelridgeline sport pickup 4d                                                                                                                                                         7002.696725
modelrio                                                                                                                                                                               6997.816093
modelrio lxsedan 4a                                                                                                                                                                    8571.356131
modelrio s hatchback 5d                                                                                                                                                                8574.468670
modelrivera                                                                                                                                                                            8571.535039
modelriviera                                                                                                                                                                           7423.835394
modelrl                                                                                                                                                                                7421.812457
modelrlx                                                                                                                                                                               8573.012271
modelrlx sedan 4d                                                                                                                                                                      8572.225296
modelroadster                                                                                                                                                                          8664.978138
modelroadster pickup                                                                                                                                                                   8665.076988
modelrogue                                                                                                                                                                             6213.083412
modelrogue awd                                                                                                                                                                         7424.485170
modelrogue s                                                                                                                                                                           7426.505952
modelrogue s awd                                                                                                                                                                       7424.082314
modelrogue select                                                                                                                                                                      8572.195520
modelrogue select s                                                                                                                                                                    8574.031444
modelrogue sl                                                                                                                                                                          7423.965080
modelrogue sport                                                                                                                                                                       7426.109127
modelrogue sv                                                                                                                                                                          7001.467225
modelrogue sv awd                                                                                                                                                                      8574.380938
modelrogue sv sport                                                                                                                                                                    8572.653295
modelrogue sv sport utility 4d                                                                                                                                                         8573.176143
modelromeo giulia sedan 4d                                                                                                                                                             7001.928503
modelromeo giulia ti sedan 4d                                                                                                                                                          7425.457379
modelromeo stelvio                                                                                                                                                                     7425.867642
modelromeo stelvio sport suv 4d                                                                                                                                                        8573.465739
modelromeo stelvio sport utility                                                                                                                                                       7002.517142
modelromeo stelvio ti sport                                                                                                                                                            6779.762941
modelromeo stelvio ti sport suv                                                                                                                                                        7425.905622
modelrouge                                                                                                                                                                             8574.557062
modelroutan                                                                                                                                                                            8571.902710
modelroutan se                                                                                                                                                                         8572.148617
modelroutan se minivan                                                                                                                                                                 7424.073090
modelrsx                                                                                                                                                                               6998.254278
modelRV Gulfstream Innsbruck  26ft Bunk House                                                                                                                                          8572.079415
modelrx                                                                                                                                                                                6547.109878
modelrx 300 awd                                                                                                                                                                        8570.245725
modelrx 330                                                                                                                                                                            6775.590719
modelrx 350                                                                                                                                                                            6237.394411
modelrx 350 f sport suv 4d                                                                                                                                                             8574.463601
modelrx 350 fwd                                                                                                                                                                        8571.702832
modelrx 350 sport utility 4d                                                                                                                                                           6779.285194
modelrx 450h                                                                                                                                                                           6999.364424
modelrx-330                                                                                                                                                                            8570.044358
modelrx330 awd                                                                                                                                                                         8571.399126
modelrx350                                                                                                                                                                             7422.768833
modelrx350 awd                                                                                                                                                                         8570.923289
modelrx400h                                                                                                                                                                            7422.545759
modelrx450h                                                                                                                                                                            8571.733756
models                                                                                                                                                                                 7424.248139
models 60                                                                                                                                                                              8572.037407
models p85+                                                                                                                                                                            8571.660393
models-class                                                                                                                                                                           6479.778307
models-class s 550                                                                                                                                                                     8572.001803
models-class s550                                                                                                                                                                      8570.164226
models10                                                                                                                                                                               6997.371925
models10 ls zr2                                                                                                                                                                        8570.138732
models10 pickup                                                                                                                                                                        6997.351987
models2000 convertible 6 speed                                                                                                                                                         8570.297667
models4                                                                                                                                                                                6481.025581
models4 prestige                                                                                                                                                                       8571.682535
models40                                                                                                                                                                               8570.328519
models40 2.4i                                                                                                                                                                          8570.532620
models5                                                                                                                                                                                6639.681429
models5 premium plus convertible                                                                                                                                                       8572.674871
models5 premium plus coupe 2d                                                                                                                                                          6642.168796
models5 premium plus sedan 4d                                                                                                                                                          8573.418717
models5 prestige coupe 2d                                                                                                                                                              6779.744523
models5 quattro premium plus                                                                                                                                                           8571.312592
models500                                                                                                                                                                              8571.082211
models550 rwd gas sedan                                                                                                                                                                8571.517410
models6                                                                                                                                                                                8572.021078
models6 avant                                                                                                                                                                          8570.031147
models6 prestige quattro awd                                                                                                                                                           8571.516897
models60                                                                                                                                                                               6640.569807
models60 2.4t                                                                                                                                                                          8569.929439
models60 2.5 t                                                                                                                                                                         8570.172150
models60 all wheel drive                                                                                                                                                               8570.157205
models60 t5 cross country                                                                                                                                                              8572.575481
models60 t5 inscription                                                                                                                                                                7425.397217
models60 t5 momentum sedan 4d                                                                                                                                                          7427.002488
models60 t5 premier plus sedan                                                                                                                                                         8571.854249
models60 t5 premier sedan 4d                                                                                                                                                           7424.424170
models60 t5 sedan 4d                                                                                                                                                                   8572.016540
models60 t6 awd 6-speed automatic                                                                                                                                                      8571.015538
models60 t6 r-design sedan 4d                                                                                                                                                          6361.381741
models60 t8 r-design sedan 4d                                                                                                                                                          8573.911276
models7 prestige sedan 4d                                                                                                                                                              7425.376074
models70                                                                                                                                                                               8571.210389
models80                                                                                                                                                                               6999.172985
models80 t6                                                                                                                                                                            8570.404594
models80 t6 awd                                                                                                                                                                        8570.311358
models90 t5 momentum sedan 4d                                                                                                                                                          7425.957964
models90 t6 inscription sedan                                                                                                                                                          8573.147140
modelSaab 9-3 wagon                                                                                                                                                                    8570.038433
modelsaab 9-5                                                                                                                                                                          8569.798238
modelSaab 9-7X                                                                                                                                                                         8570.061629
modelSaab 9000 CSE                                                                                                                                                                     8571.243601
modelsable                                                                                                                                                                             6997.665902
modelsable base                                                                                                                                                                        8570.797795
modelsable ls                                                                                                                                                                          8570.416132
modelsable ls premium                                                                                                                                                                  8569.925604
modelsafari                                                                                                                                                                            8577.204892
modelsanta fe                                                                                                                                                                          6330.937719
modelsanta fe 2.4 se sport                                                                                                                                                             8573.951780
modelsanta fe 2.4 sel sport                                                                                                                                                            8574.390998
modelsanta fe awd                                                                                                                                                                      8571.275101
modelsanta fe gls awd                                                                                                                                                                  7422.633734
modelsanta fe limited                                                                                                                                                                  7000.044465
modelsanta fe se 2.4l auto fwd                                                                                                                                                         8573.887000
modelsanta fe sport                                                                                                                                                                    6778.817816
modelsanta fe sport 2.4l                                                                                                                                                               7425.903824
modelsanta fe sport utility                                                                                                                                                            8572.335220
modelsante fe se awd                                                                                                                                                                   8571.058729
modelsavana                                                                                                                                                                            7002.248002
modelsavana 1500 awd                                                                                                                                                                   8571.168992
modelsavana 2500                                                                                                                                                                       6999.949545
modelsavana cargo van                                                                                                                                                                  7424.196916
modelsavana commercial cutaway                                                                                                                                                         8574.251812
modelsavana cutaway                                                                                                                                                                    8573.617274
modelsavanna                                                                                                                                                                           8570.997134
modelsc2                                                                                                                                                                               8570.126448
modelsc400                                                                                                                                                                             8570.781585
modelScion FR-S                                                                                                                                                                        8572.188538
modelScion FR-S Coupe 2D                                                                                                                                                               6777.392455
modelScion iM Hatchback 4D                                                                                                                                                             6359.270454
modelscion iq                                                                                                                                                                          8571.239435
modelScion iQ                                                                                                                                                                          8571.281579
modelscion tc                                                                                                                                                                          6639.580493
modelScion tC                                                                                                                                                                          6776.536429
modelScion tC 10 Series                                                                                                                                                                8571.933938
modelscion xa                                                                                                                                                                          8575.219588
modelScion xA                                                                                                                                                                          8570.167068
modelscion xa base 4dr hatchback                                                                                                                                                       7421.819873
modelScion XA Manual                                                                                                                                                                   8570.329503
modelscion xb                                                                                                                                                                          6998.654196
modelScion xb                                                                                                                                                                          7423.148063
modelScion xB                                                                                                                                                                          6639.623518
modelScion xD                                                                                                                                                                          8570.797329
modelScion xD Hatchback 4D                                                                                                                                                             7423.302147
modelsebring                                                                                                                                                                           6775.462963
modelsebring convertible                                                                                                                                                               8569.854871
modelSebring JXI                                                                                                                                                                       8570.337161
modelsebring limited                                                                                                                                                                   8570.191139
modelsedona                                                                                                                                                                            6778.184395
modelsedona ex                                                                                                                                                                         7421.909209
modelsedona lx                                                                                                                                                                         7423.494469
modelseirra 1500                                                                                                                                                                       8575.390008
modelsentra                                                                                                                                                                            6229.188665
modelsentra 2.0 s                                                                                                                                                                      8570.791518
modelsentra s                                                                                                                                                                          7423.774113
modelsentra se                                                                                                                                                                         8572.243106
modelsentra sl                                                                                                                                                                         7424.207583
modelsentra sl sedan 4d                                                                                                                                                                7423.989205
modelsentra special edition                                                                                                                                                            8572.872849
modelsentra sv                                                                                                                                                                         6642.516139
modelsequoia                                                                                                                                                                           6480.372552
modelsequoia 4wd 5.7l ffv limited (natl)                                                                                                                                               8573.203320
modelsequoia sr5                                                                                                                                                                       8571.204661
modelsequoia sr5 platinum                                                                                                                                                              8575.243976
modelsequoia sr5 sport utility                                                                                                                                                         8572.218871
modelseville sls                                                                                                                                                                       7421.739953
modelshelby gt                                                                                                                                                                         8570.533798
modelsienna                                                                                                                                                                            6177.257314
modelsienna ce                                                                                                                                                                         8570.837580
modelsienna le                                                                                                                                                                         6357.316697
modelsienna le wheelchair han                                                                                                                                                          8571.937509
modelsienna limited                                                                                                                                                                    8572.639870
modelsienna se minivan 4d                                                                                                                                                              8573.498095
modelsienna se wheelchair han                                                                                                                                                          8571.835039
modelsienna xle                                                                                                                                                                        7000.645366
modelsienna xle 8 passenger                                                                                                                                                            8571.417829
modelsienna xle awd                                                                                                                                                                    7424.036008
modelsienna xle limited                                                                                                                                                                8571.269718
modelsienna xle limited awd                                                                                                                                                            8570.963419
modelsierra                                                                                                                                                                            6192.199647
modelsierra 1500                                                                                                                                                                       6177.565630
modelsierra 1500 4wd crew cab 143                                                                                                                                                      8573.421989
modelsierra 1500 at4                                                                                                                                                                   8573.905358
modelsierra 1500 base                                                                                                                                                                  8572.989122
modelsierra 1500 crew cab                                                                                                                                                              7423.229745
modelsierra 1500 crew cab sle                                                                                                                                                          7424.476533
modelsierra 1500 crew cab slt                                                                                                                                                          6640.855464
modelsierra 1500 denali                                                                                                                                                                8574.181906
modelsierra 1500 denali 4x4 gas                                                                                                                                                        7425.857860
modelsierra 1500 double cab                                                                                                                                                            7001.700667
modelsierra 1500 double cab sle                                                                                                                                                        6482.674740
modelsierra 1500 double cab slt                                                                                                                                                        7424.868764
modelsierra 1500 extended cab                                                                                                                                                          8571.261858
modelsierra 1500 extended cab sle                                                                                                                                                      7423.651365
modelsierra 1500 extended cab slt                                                                                                                                                      6999.309938
modelsierra 1500 limited double                                                                                                                                                        7002.296618
modelsierra 1500 regular cab                                                                                                                                                           6430.433742
modelsierra 1500 regular cab work                                                                                                                                                      6776.658286
modelsierra 1500 sle                                                                                                                                                                   8570.254199
modelsierra 1500 sle crew                                                                                                                                                              8570.960490
modelsierra 1500 slt                                                                                                                                                                   8572.070923
modelsierra 1500 slt 4x4 1/2 ton                                                                                                                                                       8573.960725
modelsierra 1500 slt crew cab 143                                                                                                                                                      8572.954457
modelsierra 1500 x31 4x4 half ton                                                                                                                                                      8573.990653
modelsierra 1500 xtd cab 4x4                                                                                                                                                           8571.574071
modelsierra 2500                                                                                                                                                                       8572.325749
modelsierra 2500 hd crew cab                                                                                                                                                           8572.748752
modelsierra 2500 hd double cab                                                                                                                                                         6549.046526
modelsierra 2500 hd extended cab                                                                                                                                                       6479.731796
modelsierra 2500hd                                                                                                                                                                     6219.994178
modelsierra 2500hd denali                                                                                                                                                              8577.403374
modelsierra 2500hd lbz duramax                                                                                                                                                         8570.269234
modelsierra 3500                                                                                                                                                                       6638.374613
modelsierra 3500 all terrain                                                                                                                                                           8572.920915
modelsierra 3500 denali                                                                                                                                                                8573.234744
modelsierra 3500 duramax                                                                                                                                                               8569.892029
modelsierra 3500hd                                                                                                                                                                     7424.857141
modelsierra 3500hd available wifi                                                                                                                                                      8572.428137
modelsierra 3500hd denali                                                                                                                                                              8572.100290
modelsierra 3500hd sle                                                                                                                                                                 8572.020082
modelsierra 3500hd sle 4x4 4dr cr                                                                                                                                                      8570.716919
modelsierra 3500hd slt                                                                                                                                                                 8572.663968
modelsierra deisel duramax 2500                                                                                                                                                        8571.377081
modelsierra denali                                                                                                                                                                     8573.004853
modelsierra denali 4x4 crew                                                                                                                                                            8572.943344
modelsierra duramax 3500 denali                                                                                                                                                        8573.504610
modelsierra ext cab z-71 4wd                                                                                                                                                           8571.269211
modelsierra slt                                                                                                                                                                        8571.187531
modelsilver streak                                                                                                                                                                     8639.376556
modelsilverado                                                                                                                                                                         6120.301713
modelSILVERADO  2500 HD Z71                                                                                                                                                            8576.590681
modelsilverado 1500                                                                                                                                                                    6091.665171
modelsilverado 1500 4x4                                                                                                                                                                7423.763911
modelsilverado 1500 classic ls2                                                                                                                                                        8572.293922
modelsilverado 1500 crew                                                                                                                                                               6333.755797
modelsilverado 1500 crew cab                                                                                                                                                           8570.162705
modelsilverado 1500 double                                                                                                                                                             6311.056049
modelsilverado 1500 hd                                                                                                                                                                 8570.767236
modelsilverado 1500 hd crew                                                                                                                                                            8570.193022
modelsilverado 1500 ld                                                                                                                                                                 6550.770580
modelsilverado 1500 ls crew cab long box 4wd                                                                                                                                           8573.685219
modelsilverado 1500 lt                                                                                                                                                                 6390.754652
modelsilverado 1500 lt 4wd                                                                                                                                                             8572.287829
modelsilverado 1500 lt 4x4                                                                                                                                                             6778.639457
modelsilverado 1500 lt z71                                                                                                                                                             8573.269720
modelsilverado 1500 lt1                                                                                                                                                                8571.088905
modelsilverado 1500 ltz                                                                                                                                                                8574.338144
modelsilverado 1500 ltz 4x4                                                                                                                                                            8572.140727
modelsilverado 1500 ltz z7                                                                                                                                                             8572.230229
modelsilverado 1500 ltz z71                                                                                                                                                            8571.891211
modelsilverado 1500 regular                                                                                                                                                            6250.340577
modelsilverado 1500 rst 4x4                                                                                                                                                            8573.986976
modelsilverado 1500 work                                                                                                                                                               8572.538767
modelsilverado 1500 work truck                                                                                                                                                         7426.006671
modelsilverado 1500 wt                                                                                                                                                                 8574.029982
modelsilverado 1500hd                                                                                                                                                                  8570.614766
modelsilverado 1500hd lt                                                                                                                                                               8570.233269
modelsilverado 2500                                                                                                                                                                    6547.884578
modelsilverado 2500 crew cab lt 4x4                                                                                                                                                    8573.465411
modelsilverado 2500 diesel 4x4 6.6l lmm duramax turbo diesel crew cab long bed allison 1000 ltz                                                                                        8570.694807
modelsilverado 2500 hd 4x4                                                                                                                                                             8571.607917
modelsilverado 2500 hd crew                                                                                                                                                            8574.083871
modelsilverado 2500 hd extended cab                                                                                                                                                    8572.554739
modelsilverado 2500 hd lt                                                                                                                                                              8571.213882
modelsilverado 2500 heavy                                                                                                                                                              8573.475857
modelsilverado 2500 heavy d                                                                                                                                                            8571.848205
modelsilverado 2500 high ct                                                                                                                                                            8572.930202
modelsilverado 2500 ltz                                                                                                                                                                8574.803655
modelsilverado 2500 ltz crew cab 6.6 duramax                                                                                                                                           8573.304890
modelsilverado 2500hd                                                                                                                                                                  6159.343832
modelsilverado 2500hd 4x4                                                                                                                                                              8571.547459
modelsilverado 2500hd classic                                                                                                                                                          8570.245114
modelsilverado 2500hd flatbed                                                                                                                                                          8573.641454
modelsilverado 2500hd lt                                                                                                                                                               7424.965287
modelsilverado 2500hd ltz                                                                                                                                                              8573.200942
modelsilverado 2500hd work                                                                                                                                                             8571.651096
modelsilverado 3500                                                                                                                                                                    8570.253151
modelsilverado 3500 4x4                                                                                                                                                                8573.140478
modelsilverado 3500 hd diesel                                                                                                                                                          8570.638817
modelsilverado 3500 high ct                                                                                                                                                            7426.138222
modelsilverado 3500 lt                                                                                                                                                                 8572.980352
modelsilverado 3500hd                                                                                                                                                                  6357.041129
modelsilverado 4x4                                                                                                                                                                     8571.627315
modelsilverado c1500                                                                                                                                                                   8571.874945
modelsilverado crew custom 4wd                                                                                                                                                         8574.460167
modelsilverado diesel 3500                                                                                                                                                             8569.890826
modelsilverado high countr                                                                                                                                                             8572.359088
modelsilverado hybrid                                                                                                                                                                  8571.652013
modelsilverado k1500 z71 4x4                                                                                                                                                           8570.541501
modelsilverado lt                                                                                                                                                                      7424.322435
modelsilverado lt 1500                                                                                                                                                                 8573.269720
modelsilverado lt 4x4                                                                                                                                                                  8571.299194
modelsilverado lt z71                                                                                                                                                                  8572.325749
modelsilverado ltz                                                                                                                                                                     8573.426831
modelsilverado ltz 4x4                                                                                                                                                                 8573.431976
modelsilverado rst                                                                                                                                                                     8573.905201
modelsilverado z71                                                                                                                                                                     8573.524499
modelsky                                                                                                                                                                               7422.463955
modelsky redline turbo                                                                                                                                                                 8570.737094
modelskylark custom                                                                                                                                                                    8596.897543
modelsl 550                                                                                                                                                                            7423.941305
modelsl-class                                                                                                                                                                          6775.841287
modelsl-class sl 550                                                                                                                                                                   7423.425965
modelsl500                                                                                                                                                                             8570.287055
modelslantback                                                                                                                                                                         8654.920545
modelslc 300 roadster                                                                                                                                                                  8573.419640
modelslk 230                                                                                                                                                                           8570.401446
modelslk-class slk320                                                                                                                                                                  8570.975657
modelslk320                                                                                                                                                                            8569.799551
modelsmart coupe fortwo                                                                                                                                                                8570.946036
modelsmart fortwo Passion Hatchback                                                                                                                                                    6547.533863
modelsolara                                                                                                                                                                            8569.859723
modelsolara se convertible                                                                                                                                                             8569.925877
modelsolstice                                                                                                                                                                          6997.928358
modelsolstice gxp                                                                                                                                                                      8570.492325
modelsonata                                                                                                                                                                            6173.689217
modelsonata gls                                                                                                                                                                        6776.705054
modelsonata gls 4dr sedan                                                                                                                                                              8571.835411
modelsonata glssedan 6a                                                                                                                                                                8571.226381
modelsonata hybrid                                                                                                                                                                     8571.844044
modelsonata limited                                                                                                                                                                    8571.168992
modelsonata plug-in hybrid                                                                                                                                                             7425.375502
modelsonata se                                                                                                                                                                         7000.108414
modelsonata se sedan 4d                                                                                                                                                                6643.171268
modelsonata sel plus sedan 4d                                                                                                                                                          7427.088007
modelsonata sel sedan 4d                                                                                                                                                               7001.651813
modelsonata sport                                                                                                                                                                      8573.550995
modelsonata sport 2.0t                                                                                                                                                                 8572.188462
modelsonata sport sedan                                                                                                                                                                8574.019450
modelsonata sport sedan 4d                                                                                                                                                             8572.662479
modelsonic                                                                                                                                                                             6777.370859
modelsonic ls                                                                                                                                                                          8572.962565
modelsonic lt                                                                                                                                                                          7424.487388
modelsonic rs                                                                                                                                                                          8573.926442
modelsonoma                                                                                                                                                                            8571.523944
modelsorento                                                                                                                                                                           6274.779470
modelsorento 2wd 4dr i4 lx                                                                                                                                                             8572.495860
modelsorento 3.6                                                                                                                                                                       8571.636268
modelsorento awd                                                                                                                                                                       7423.542364
modelsorento ex                                                                                                                                                                        8571.902226
modelsorento ex sport utility 4d                                                                                                                                                       8573.429780
modelsorento limited-sxl sport                                                                                                                                                         8571.871440
modelsorento lx                                                                                                                                                                        7423.913662
modelsorento lx 4wd                                                                                                                                                                    8570.644375
modelsorento lx sport utility 4d                                                                                                                                                       7000.241466
modelsorento lx**v6,3.3l!                                                                                                                                                              8572.483658
modelsorento sx                                                                                                                                                                        8571.713040
modelsorento sx sport utility 4d                                                                                                                                                       8573.433509
modelsort trac                                                                                                                                                                         8570.126152
modelsoul                                                                                                                                                                              6193.725293
modelsoul ! wagon 4d                                                                                                                                                                   8573.062072
modelsoul +                                                                                                                                                                            6999.435956
modelsoul ev                                                                                                                                                                           8573.107190
modelsoul lx wagon 4d                                                                                                                                                                  8574.393534
modelsoul plus                                                                                                                                                                         8572.526582
modelsoul s wagon 4d                                                                                                                                                                   6780.835826
modelsoul sport                                                                                                                                                                        8571.491434
modelsoul wagon 4d                                                                                                                                                                     6482.978001
modelspark                                                                                                                                                                             6550.233831
modelspark 1lt                                                                                                                                                                         8571.843008
modelspark activ hatchback                                                                                                                                                             6780.781691
modelspark ev 2lt hatchback                                                                                                                                                            7000.161131
modelspark ls                                                                                                                                                                          7000.606865
modelspecial                                                                                                                                                                           8645.794094
modelspectra                                                                                                                                                                           8570.805561
modelsport                                                                                                                                                                             6480.623692
modelsport hse                                                                                                                                                                         8572.571878
modelsport trac                                                                                                                                                                        8570.350998
modelsportage                                                                                                                                                                          6548.502239
modelsportage ex                                                                                                                                                                       8570.944802
modelsportage ex awd gas suv                                                                                                                                                           8573.465923
modelsportage lx sport utility 4d                                                                                                                                                      7425.848507
modelsprinter                                                                                                                                                                          6998.375337
modelsrx                                                                                                                                                                               6357.731225
modelsrx luxury collection                                                                                                                                                             6778.164320
modelsrx sport utility 4d                                                                                                                                                              8571.519175
modelsrx4                                                                                                                                                                              8572.117925
modelss                                                                                                                                                                                8572.203988
modelSterling Acterra                                                                                                                                                                  8570.689365
modelstinger gt                                                                                                                                                                        8573.437320
modelstratus se                                                                                                                                                                        8570.475970
modelsts                                                                                                                                                                               8570.702272
modelStudebaker Commander                                                                                                                                                              8616.580406
modelstylemaster                                                                                                                                                                       8619.567699
modelSUABRU                                                                                                                                                                            8571.268671
modelsuburban                                                                                                                                                                          6180.820646
modelsuburban 1500                                                                                                                                                                     6776.315304
modelsuburban 1500 ltz                                                                                                                                                                 8571.970762
modelsuburban 2500                                                                                                                                                                     6998.411082
modelsuburban 2500 lt 4x4 4ws                                                                                                                                                          8569.988451
modelsuburban ls                                                                                                                                                                       8570.901233
modelsuburban ls 4x4                                                                                                                                                                   8569.965637
modelsuburban lt                                                                                                                                                                       8572.118136
modelsuburban lt 1500                                                                                                                                                                  8573.226803
modelsuburban lt 4x4                                                                                                                                                                   7423.100861
modelsuburban ltz                                                                                                                                                                      8572.531010
modelsuburban ltz 1500                                                                                                                                                                 8571.451617
modelsuburban ltz 4x4                                                                                                                                                                  8573.038227
modelSunbeam Tiger                                                                                                                                                                     8595.217567
modelsuper                                                                                                                                                                             8617.134743
modelsuper beetle                                                                                                                                                                      7440.050986
modelsuper deluxe                                                                                                                                                                      8677.876449
modelsuper duty f-250                                                                                                                                                                  6481.479363
modelsuper duty f-250 srw                                                                                                                                                              6310.875354
modelsuper duty f-250 xl                                                                                                                                                               8590.113323
modelsuper duty f-350                                                                                                                                                                  8570.159379
modelsuper duty f-350 drw                                                                                                                                                              6390.421266
modelsuper duty f-350 srw                                                                                                                                                              6358.392193
modelsuper duty f-450 drw                                                                                                                                                              6998.965931
modelsuper duty f-550 drw                                                                                                                                                              6290.838682
modelsuper duty f-550 drw xl                                                                                                                                                           7431.179999
modelsuper duty f-650                                                                                                                                                                  8573.398588
modelsuperbee                                                                                                                                                                          8591.532093
modelsuzuki forenza                                                                                                                                                                    8570.033272
modelSUZUKI GRAND VITARA                                                                                                                                                               8570.287242
modelsuzuki sx4                                                                                                                                                                        7422.811178
modelSUZUKI SX4 TOURING                                                                                                                                                                8570.850277
modelSUZUKI VL800                                                                                                                                                                      8571.156779
modelsvx                                                                                                                                                                               8571.214421
modelt                                                                                                                                                                                 8678.030505
modelt 250                                                                                                                                                                             8573.906480
modeltacoma                                                                                                                                                                            6124.789358
modeltacoma *trd sport*back u                                                                                                                                                          8574.427576
modeltacoma 2wd                                                                                                                                                                        8574.404338
modeltacoma 4x4                                                                                                                                                                        7000.605925
modeltacoma access cab                                                                                                                                                                 8571.542649
modeltacoma access cab pickup                                                                                                                                                          6358.409134
modeltacoma access cab sr                                                                                                                                                              6391.938960
modeltacoma access cab sr5                                                                                                                                                             6483.127364
modeltacoma access cab trd                                                                                                                                                             7425.436667
modeltacoma access cab trd 4x4                                                                                                                                                         8571.991597
modeltacoma crew cab sr 4x4                                                                                                                                                            8573.920995
modeltacoma double cab                                                                                                                                                                 6430.413981
modeltacoma double cab pickup                                                                                                                                                          6429.242668
modeltacoma double cab trd                                                                                                                                                             8573.226188
modeltacoma double cab trd of                                                                                                                                                          8572.981855
modeltacoma flat bed                                                                                                                                                                   8569.969187
modeltacoma prerunner                                                                                                                                                                  6998.668944
modeltacoma prerunner v6                                                                                                                                                               8571.892254
modeltacoma regular cab                                                                                                                                                                8570.755130
modeltacoma regular cab 2wd                                                                                                                                                            8571.318658
modeltacoma sr5                                                                                                                                                                        7423.773677
modeltacoma sr5 4x4 1/4 ton                                                                                                                                                            8573.858488
modeltacoma sr5 v6                                                                                                                                                                     8574.469759
modeltacoma trd off road 4x4                                                                                                                                                           8573.463565
modeltacoma trd off-road                                                                                                                                                               8570.687383
modeltacoma trd sport 4x4                                                                                                                                                              8573.924688
modeltacoma v6 1-oregon owner*zero rust*4x4*trd off road*45 service records*like new in&out*rear lockers*never off road*zero accidents                                                 8572.658892
modeltacoma v6 4dr double cab 1-oregon owner* rust & accident free*timing belt service done*new full buid*bilstein lift*new 33"yokohama goo3*new 17"mk6 wheels*like new in & out       8570.275093
modeltahoe                                                                                                                                                                             6158.366582
modeltahoe 4wd 4dr 1500 ltz                                                                                                                                                            8571.256973
modeltahoe k-1500 4x4                                                                                                                                                                  8570.667587
modeltahoe ls                                                                                                                                                                          8572.469798
modeltahoe ls 4x4                                                                                                                                                                      8570.549648
modeltahoe ls 4x4 gas suv                                                                                                                                                              8573.902700
modeltahoe ls sport utility                                                                                                                                                            8573.427665
modeltahoe lt                                                                                                                                                                          6776.228583
modeltahoe lt 1500                                                                                                                                                                     8572.634398
modeltahoe lt 4wd                                                                                                                                                                      7426.276948
modeltahoe lt 4x4                                                                                                                                                                      8572.990279
modeltahoe lt sport                                                                                                                                                                    8571.195582
modeltahoe lt sport utility                                                                                                                                                            6431.322087
modeltahoe lt w/2lt                                                                                                                                                                    8571.194821
modeltahoe ltz                                                                                                                                                                         6999.832720
modeltahoe ltz 4wd                                                                                                                                                                     8571.980320
modeltahoe police                                                                                                                                                                      7422.589543
modeltahoe premier                                                                                                                                                                     8573.890663
modeltahoe premier 4x4 gas                                                                                                                                                             7001.462493
modeltahoe z71 4x4                                                                                                                                                                     8574.783853
modeltall t                                                                                                                                                                            8678.037793
modeltaurus                                                                                                                                                                            6290.699767
modeltaurus limited                                                                                                                                                                    8572.456647
modeltaurus se                                                                                                                                                                         8570.640623
modeltaurus se sedan 4d                                                                                                                                                                8572.991385
modeltaurus sel                                                                                                                                                                        6776.803309
modeltaurus sel sedan 4d automatic                                                                                                                                                     8571.616491
modeltaurus ses                                                                                                                                                                        7421.792008
modeltbucket                                                                                                                                                                           8683.063996
modeltc 4500                                                                                                                                                                           8570.562250
modeltc5500                                                                                                                                                                            7421.776981
modeltd wagon                                                                                                                                                                          8576.544143
modelterrain                                                                                                                                                                           6238.771854
modelterrain denali                                                                                                                                                                    8573.947937
modelterrain sel                                                                                                                                                                       8571.441665
modelterrain sle                                                                                                                                                                       7002.068096
modelterrain sle sport utility 4d                                                                                                                                                      8573.602987
modelterrain sle-1                                                                                                                                                                     8571.538115
modelterrain sle-1 awd! awd                                                                                                                                                            8573.023502
modelterrain sle-2                                                                                                                                                                     7425.162629
modelterrain sle-2 sport utility                                                                                                                                                       8573.010968
modelterrain slt awd                                                                                                                                                                   8573.752640
modelterrain slt awd gas suv auto                                                                                                                                                      8572.986108
modelterrain slt-2                                                                                                                                                                     8574.432762
modelterrian sle2                                                                                                                                                                      8571.570279
modelThomas Saf-t-liner School Bus                                                                                                                                                     8570.543008
modelthunderbird                                                                                                                                                                       6778.935467
modeltiguan                                                                                                                                                                            6391.152038
modeltiguan 2.0t                                                                                                                                                                       8573.043483
modeltiguan s                                                                                                                                                                          8571.669986
modeltiguan se 4motion                                                                                                                                                                 8572.570335
modeltiguan sel                                                                                                                                                                        8573.421281
modeltitan                                                                                                                                                                             6429.822379
modeltitan 4x4                                                                                                                                                                         8571.959394
modeltitan crew cab                                                                                                                                                                    7424.413893
modeltitan crew cab 4x4                                                                                                                                                                8573.241995
modeltitan crew cab sv pickup                                                                                                                                                          7425.353813
modeltitan pro-4x                                                                                                                                                                      7424.338899
modeltitan se                                                                                                                                                                          8571.604073
modeltitan single cab                                                                                                                                                                  8573.409426
modeltitan single cab sv                                                                                                                                                               7425.338612
modeltitan sl 4x4                                                                                                                                                                      8570.991855
modeltitan xd                                                                                                                                                                          7424.866958
modeltitan xd 4wd pro-4x                                                                                                                                                               8572.846789
modeltitan xd crew cab sv                                                                                                                                                              8573.026669
modeltitan xd pro-4x                                                                                                                                                                   8573.006779
modeltj                                                                                                                                                                                8570.575896
modeltl                                                                                                                                                                                6331.321909
modeltl 3.2                                                                                                                                                                            8573.966926
modeltl 3.5l tech pkg awd                                                                                                                                                              8571.432653
modeltl sedan 4d                                                                                                                                                                       7423.380020
modeltl sh-awd sedan 4d                                                                                                                                                                8571.544609
modeltl special edition sedan                                                                                                                                                          8571.513878
modeltl type-s                                                                                                                                                                         8571.712670
modeltlx                                                                                                                                                                               7001.645225
modeltlx 2.4 sedan 4d                                                                                                                                                                  7426.509833
modeltlx 2.4l                                                                                                                                                                          7426.110580
modeltlx 3.5 sedan 4d                                                                                                                                                                  7002.659495
modeltlx 3.5 w/technology pkg                                                                                                                                                          8574.473265
modeltlx base fwd                                                                                                                                                                      8574.458035
modeltouareg                                                                                                                                                                           6999.126234
modeltouareg tdi sport suv                                                                                                                                                             6999.071872
modeltown & country                                                                                                                                                                    6219.763617
modeltown & country touring                                                                                                                                                            7424.614453
modeltown and country                                                                                                                                                                  6290.679027
modeltown and country lx                                                                                                                                                               8569.847110
modeltown car                                                                                                                                                                          6775.106113
modeltown car signature                                                                                                                                                                6997.331671
modeltown country                                                                                                                                                                      8572.577966
modeltown country lwb                                                                                                                                                                  8570.272585
modeltowncar                                                                                                                                                                           8569.900561
modelTOYOTA* YARIS*                                                                                                                                                                    8571.236151
modelTOYOTA/CAMRY                                                                                                                                                                      8569.891257
modelToyoya Tundra                                                                                                                                                                     8572.049268
modelToyta Camry                                                                                                                                                                       8574.271920
modeltracker                                                                                                                                                                           8570.864682
modeltrailblazer                                                                                                                                                                       6428.969486
modeltrailblazer ext                                                                                                                                                                   7423.027522
modeltrailblazer EXT LT                                                                                                                                                                8571.392167
modeltrailblazer ls                                                                                                                                                                    8570.031135
modeltrailblazer lt                                                                                                                                                                    8569.815061
modeltrans am                                                                                                                                                                          8581.739456
modeltransit                                                                                                                                                                           6481.490833
modeltransit 150 cargo van                                                                                                                                                             8573.422418
modeltransit 150 van                                                                                                                                                                   8573.862194
modeltransit 250                                                                                                                                                                       6780.211180
modeltransit 250 van low roof                                                                                                                                                          8573.419117
modeltransit 350                                                                                                                                                                       7425.810033
modeltransit 350 van                                                                                                                                                                   8572.243852
modeltransit 350 wagon med. roof xlt w/sliding pass. 14                                                                                                                                8573.876037
modeltransit cargo                                                                                                                                                                     8573.404976
modeltransit cargo van                                                                                                                                                                 6642.369983
modeltransit connect                                                                                                                                                                   6430.620783
modeltransit connect cargo                                                                                                                                                             7424.198682
modeltransit connect cargo xl                                                                                                                                                          7425.143320
modeltransit connect passenger                                                                                                                                                         8572.584038
modeltransit connect van                                                                                                                                                               8573.028122
modeltransit connect xlt                                                                                                                                                               7426.849708
modeltransit e-350                                                                                                                                                                     8572.193899
modeltransit passenger van                                                                                                                                                             8572.980360
modeltransit passenger wagon                                                                                                                                                           8573.497425
modeltransit t 350 passanger                                                                                                                                                           8572.980437
modeltransit t-350 hd                                                                                                                                                                  8574.380324
modeltransit t150 cargo van                                                                                                                                                            8574.643760
modeltransit t250                                                                                                                                                                      8573.885338
modeltransit t250 extended                                                                                                                                                             7002.616510
modeltransit t250 van                                                                                                                                                                  8573.895241
modeltransit t350 xlt                                                                                                                                                                  8572.405910
modeltransit van                                                                                                                                                                       8573.888570
modeltransit wagon 350                                                                                                                                                                 8572.442811
modeltransit wagon xl                                                                                                                                                                  8572.985866
modeltransit-250 base cargo                                                                                                                                                            8574.520539
modeltraverse                                                                                                                                                                          6187.821851
modeltraverse 2lt                                                                                                                                                                      8571.688591
modeltraverse ls                                                                                                                                                                       8572.135955
modeltraverse lt                                                                                                                                                                       6776.643605
modeltraverse lt awd                                                                                                                                                                   7424.098962
modeltraverse lt sport                                                                                                                                                                 8571.891570
modeltraverse ltz                                                                                                                                                                      8572.485883
modeltrax                                                                                                                                                                              6642.255744
modeltrax ls sport utility                                                                                                                                                             7425.587155
modeltrax lt sport utility                                                                                                                                                             6780.254899
modeltrax ltz sport                                                                                                                                                                    8572.657933
modeltrax ltz sport utility                                                                                                                                                            7424.822073
modeltribeca                                                                                                                                                                           8571.222871
modeltribute                                                                                                                                                                           6553.089040
modeltribute lx                                                                                                                                                                        8572.270766
modelTriumph Spitfire                                                                                                                                                                  8579.574335
modeltruck                                                                                                                                                                             7040.298727
modeltsx                                                                                                                                                                               6389.708953
modeltsx 2.4                                                                                                                                                                           7422.541674
modeltsx 2.4l w/tech                                                                                                                                                                   8570.827090
modeltsx sedan 4d                                                                                                                                                                      6998.944994
modeltt                                                                                                                                                                                8570.077470
modeltucson                                                                                                                                                                            6290.648253
modeltucson gls                                                                                                                                                                        6998.862096
modeltucson limited                                                                                                                                                                    8572.032282
modeltucson limited sport                                                                                                                                                              8572.586711
modeltucson sel                                                                                                                                                                        7425.893047
modeltucson sport                                                                                                                                                                      8573.256811
modeltundra                                                                                                                                                                            6170.042130
modeltundra 1794 edition 1-owner* local oregon truck since new* blind spot* 2-keys* non smoker* like new in & out* new brakes and service                                              7425.074074
modeltundra 2wd truck                                                                                                                                                                  6999.083571
modeltundra 4wd                                                                                                                                                                        7002.021750
modeltundra 4wd truck                                                                                                                                                                  7000.270685
modeltundra 4x4 limited 4dr cremax cab pickup (5.7 v8)                                                                                                                                 7425.259504
modeltundra crewmax                                                                                                                                                                    6640.647658
modeltundra crewmax limited                                                                                                                                                            8573.979683
modeltundra crewmax sr5 4x4                                                                                                                                                            8574.426911
modeltundra crewmax sr5 pickup                                                                                                                                                         6548.686103
modeltundra double cab limited                                                                                                                                                         8573.030368
modeltundra double cab pickup                                                                                                                                                          8571.516851
modeltundra double cab sr                                                                                                                                                              6431.156429
modeltundra limited                                                                                                                                                                    8572.278327
modeltundra limited double cab                                                                                                                                                         8570.607777
modeltundra platinum crew max lifted on 37s                                                                                                                                            8572.570624
modeltundra sr5                                                                                                                                                                        8572.818638
modeltundra sr5 4x2 crewmax                                                                                                                                                            8572.821466
modeltundra sr5 4x4 1/2 ton                                                                                                                                                            8573.748031
modeltundra sr5 5.7                                                                                                                                                                    8572.256437
modeltundra trd pro                                                                                                                                                                    8572.993424
modeltundra trd sport                                                                                                                                                                  8573.940497
modelUD 2000                                                                                                                                                                           8571.235973
modeluplander cargo van                                                                                                                                                                8570.833482
modelUtilimaster Step Van                                                                                                                                                              8570.448914
modelux 250h sport utility 4d                                                                                                                                                          8574.476551
modelv                                                                                                                                                                                 8571.779379
modelv60 cross country                                                                                                                                                                 8573.120301
modelv60 cross country t5                                                                                                                                                              8572.527008
modelv70                                                                                                                                                                               8569.890252
modelv70 xc cross country                                                                                                                                                              8569.820472
modelvan                                                                                                                                                                               6998.180003
modelvan 1987                                                                                                                                                                          8572.980351
modelvanagon westfalia                                                                                                                                                                 8576.236723
modelvanagon/campmobile                                                                                                                                                                8574.383769
modelvelar                                                                                                                                                                             8573.423637
modelveloster                                                                                                                                                                          6481.785512
modelveloster coupe 3d                                                                                                                                                                 8572.595398
modelveloster hatchback                                                                                                                                                                8572.571641
modelveloster n coupe 3d                                                                                                                                                               7002.747514
modelveloster value edition                                                                                                                                                            8573.062051
modelventure                                                                                                                                                                           8683.652333
modelventure minivan                                                                                                                                                                   8571.994228
modelvenue sel sport utility                                                                                                                                                           8574.496003
modelvenza                                                                                                                                                                             6639.603628
modelvenza 5-door v6 sedan                                                                                                                                                             8570.651780
modelvenza awd                                                                                                                                                                         8571.193271
modelvenza le wagon 4d                                                                                                                                                                 8571.612966
modelvenza limited wagon 4d                                                                                                                                                            8571.548873
modelvenza v6 awd                                                                                                                                                                      8570.567294
modelvenza wagon 4d                                                                                                                                                                    8571.096058
modelvenza xle awd                                                                                                                                                                     8571.534328
modelveracruz limited                                                                                                                                                                  8571.549545
modelverano                                                                                                                                                                            8572.031117
modelversa                                                                                                                                                                             6331.929581
modelversa 1.6 sv automatic                                                                                                                                                            8572.577404
modelversa note                                                                                                                                                                        8572.203272
modelversa note sv hatchback                                                                                                                                                           7424.430028
modelversa sl                                                                                                                                                                          7423.334125
modelversa sv                                                                                                                                                                          7424.628009
modelvibe                                                                                                                                                                              6998.494734
modelvibe 1.8l                                                                                                                                                                         8571.089169
modelvibe gt                                                                                                                                                                           8571.195066
modelVictory Kingpin                                                                                                                                                                   8571.399549
modelvmi ♿                                                                                                                                                                            8570.027745
modelvnl                                                                                                                                                                               8852.358761
modelvnl 670                                                                                                                                                                           8669.407829
modelvnm630                                                                                                                                                                            8673.937795
modelVolkswagon Passat TDI GLS                                                                                                                                                         8570.299170
modelvolskwagen tiguan                                                                                                                                                                 8571.801225
modelvolt                                                                                                                                                                              6641.128701
modelvolt premium                                                                                                                                                                      8572.209969
modelVOLVO* XC60*                                                                                                                                                                      8573.193758
modelvt750c                                                                                                                                                                            8570.526757
modelvue                                                                                                                                                                               6546.429447
modelvue awd v6 2002                                                                                                                                                                   8571.715151
modelvue xr suv                                                                                                                                                                        8571.370444
modelw5500                                                                                                                                                                             8570.519056
modelwagon                                                                                                                                                                             8570.745574
modelWATER TRUCK                                                                                                                                                                       8576.731715
modelwillys cj-5                                                                                                                                                                       8592.457878
modelwillys cj2a                                                                                                                                                                       8620.282732
modelWILLYS MB                                                                                                                                                                         8641.624593
modelwinnebago                                                                                                                                                                         8571.301153
modelWorkhorse W42                                                                                                                                                                     6997.938676
modelWORKHORSE W42                                                                                                                                                                     8570.633934
modelwrangler                                                                                                                                                                          6121.075110
modelwrangler 2dr sport                                                                                                                                                                8571.860515
modelwrangler all new rubicon                                                                                                                                                          8573.452848
modelwrangler jk                                                                                                                                                                       7426.139636
modelwrangler moab                                                                                                                                                                     8573.889489
modelwrangler rubicon                                                                                                                                                                  6997.548798
modelwrangler rubicon sport                                                                                                                                                            8571.554741
modelwrangler sahara                                                                                                                                                                   8571.888420
modelwrangler sahara sport                                                                                                                                                             8571.215158
modelwrangler se                                                                                                                                                                       8569.901603
modelwrangler se sport utility                                                                                                                                                         8570.024485
modelwrangler sport                                                                                                                                                                    6999.544614
modelwrangler sport 4x4 gas suv                                                                                                                                                        7424.914490
modelwrangler sport rhd 1 owner                                                                                                                                                        8572.159863
modelwrangler sport suv 2d                                                                                                                                                             6392.347517
modelwrangler unlimi                                                                                                                                                                   8571.899428
modelwrangler unlimited                                                                                                                                                                6187.926532
modelwrangler unlimited 75th 4x4                                                                                                                                                       8573.219462
modelwrangler unlimited all new                                                                                                                                                        6642.919734
modelwrangler unlimited rubicon                                                                                                                                                        6779.386760
modelwrangler unlimited sahara                                                                                                                                                         6359.146592
modelwrangler unlimited sport                                                                                                                                                          6390.924074
modelwrangler unlimited x                                                                                                                                                              8570.455430
modelwrangler x                                                                                                                                                                        6997.353503
modelwrangler x sport utility                                                                                                                                                          8569.883041
modelwranler yj                                                                                                                                                                        8571.781143
modelwrx                                                                                                                                                                               6547.398427
modelwrx limited                                                                                                                                                                       7424.735300
modelwrx premium                                                                                                                                                                       8573.616928
modelwrx premium sedan 4d                                                                                                                                                              8574.518976
modelwrx sti                                                                                                                                                                           7423.822817
modelwrx sti sedan 4d                                                                                                                                                                  7001.310624
modelx-type                                                                                                                                                                            7421.908846
modelx1                                                                                                                                                                                6430.607848
modelx1 sdrive28i                                                                                                                                                                      8573.027479
modelx1 sdrive28i sport utility                                                                                                                                                        8574.382706
modelx1 xdrive28i                                                                                                                                                                      6999.851063
modelx1 xdrive28i awd                                                                                                                                                                  8571.511325
modelx1 xdrive28i sport utility                                                                                                                                                        8571.521767
modelx3                                                                                                                                                                                6290.832832
modelx3 xdrive28i                                                                                                                                                                      6777.602710
modelx3 xdrive30i sport utility                                                                                                                                                        7002.282923
modelx3 xdrive35i                                                                                                                                                                      7423.676741
modelx4                                                                                                                                                                                7000.826429
modelx5                                                                                                                                                                                6211.453602
modelx5 3.0 sport                                                                                                                                                                      8569.986917
modelx5 3.0i awd                                                                                                                                                                       8570.206911
modelx5 3.5i premium                                                                                                                                                                   8571.756871
modelx5 4.4i                                                                                                                                                                           8570.347373
modelx5 sdrive35i                                                                                                                                                                      8571.839178
modelx5 xdrive35d                                                                                                                                                                      8570.988639
modelx5 xdrive35i                                                                                                                                                                      6778.226371
modelx5 xdrive35i awd luxury suv                                                                                                                                                       8571.242300
modelx5 xdrive35i sport utility                                                                                                                                                        7425.617443
modelx5 xdrive40i sport utility                                                                                                                                                        8573.925012
modelx5 xdrive48i                                                                                                                                                                      8570.615805
modelx5 xdrive50i                                                                                                                                                                      7423.377750
modelx5 xdrive50i sport utility                                                                                                                                                        7425.664728
modelx6                                                                                                                                                                                6776.781401
modelx6 351 x                                                                                                                                                                          8573.421567
modelx6 xdrive35i                                                                                                                                                                      7424.655303
modelx6 xdrive35i sport utility                                                                                                                                                        7425.947531
modelxc350l                                                                                                                                                                            8570.017706
modelxc40                                                                                                                                                                              8573.885349
modelxc40 t5 momentum sport                                                                                                                                                            8573.912746
modelxc60                                                                                                                                                                              6548.877526
modelxc60 3.2                                                                                                                                                                          8572.074445
modelxc60 3.2 awd                                                                                                                                                                      8571.564453
modelxc60 t5 drive-e premier                                                                                                                                                           8572.575538
modelxc60 t5 dynamic sport                                                                                                                                                             8572.980839
modelxc60 t5 momentum sport                                                                                                                                                            8573.961016
modelxc60 t6 inscription sport                                                                                                                                                         8573.423675
modelxc60 t6 platinum sport                                                                                                                                                            8572.571606
modelxc70 t6 platinum awd                                                                                                                                                              8572.379380
modelxc90                                                                                                                                                                              6479.251681
modelxc90 3.2 awd                                                                                                                                                                      8572.459941
modelxc90 t5 momentum sport                                                                                                                                                            8573.635661
modelxc90 t6 all services up to date                                                                                                                                                   8573.424321
modelxc90 t6 momentum sport                                                                                                                                                            8574.422208
modelxc90 t8 inscription                                                                                                                                                               8572.609579
modelxe 20d sedan 4d                                                                                                                                                                   7425.450627
modelxe 25t premium sedan 4d                                                                                                                                                           8573.443692
modelxe 35t r-sport sedan 4d                                                                                                                                                           7425.463629
modelxf                                                                                                                                                                                8573.528194
modelxf 20d premium sedan 4d                                                                                                                                                           7425.450645
modelxf 35t premium sedan 4d                                                                                                                                                           7425.375933
modelxf portfolio sedan 4d                                                                                                                                                             8571.437459
modelxj                                                                                                                                                                                6999.865861
modelxj sedan 4d                                                                                                                                                                       8571.298421
modelxj xjl portfolio sedan 4d                                                                                                                                                         8572.280876
modelxj-series                                                                                                                                                                         8572.572839
modelxj8                                                                                                                                                                               7421.771597
modelxjr supercharged                                                                                                                                                                  8570.117591
modelxk8 convertible v8                                                                                                                                                                8570.225700
modelxlr                                                                                                                                                                               8570.149417
modelxt4                                                                                                                                                                               8573.936175
modelxt4 premium luxury                                                                                                                                                                8574.439408
modelxt4 sport suv 4d                                                                                                                                                                  6393.721301
modelxt5                                                                                                                                                                               8573.558672
modelxt5 luxury                                                                                                                                                                        8574.030352
modelxt5 luxury sport                                                                                                                                                                  7425.426529
modelxt5 premium luxury                                                                                                                                                                7426.975731
modelxt5 sport suv 4d                                                                                                                                                                  8574.484304
modelxt5 sport utility 4d                                                                                                                                                              8574.017675
modelxt6                                                                                                                                                                               8574.471368
modelxterra                                                                                                                                                                            6330.434683
modelxterra 4x4                                                                                                                                                                        8570.964407
modelxterra off- road 4x4                                                                                                                                                              8571.087838
modelxterra s                                                                                                                                                                          7424.131286
modelxterra s sport utility 4d                                                                                                                                                         7424.255611
modelxts                                                                                                                                                                               6390.736727
modelxts luxury collection                                                                                                                                                             8571.607967
modelxts luxury sedan 4d                                                                                                                                                               8573.886144
modelxv crosstrek                                                                                                                                                                      7423.942942
modelxv crosstrek 2.0i premium                                                                                                                                                         7424.787357
modelxv crosstrek awd limited                                                                                                                                                          8572.333014
modelxv crosstrek premium                                                                                                                                                              8572.200527
modelYAMAHA FZ09C                                                                                                                                                                      8572.590653
modelyaris                                                                                                                                                                             6776.773572
modelyaris hatchback                                                                                                                                                                   8572.599726
modelyaris ia sedan 4d                                                                                                                                                                 7425.877650
modelyaris l                                                                                                                                                                           8573.886287
modelyj wrangler                                                                                                                                                                       8571.099955
modelyukon                                                                                                                                                                             6331.586757
modelyukon 4x4                                                                                                                                                                         8572.223082
modelyukon denali                                                                                                                                                                      6479.959208
modelyukon denali awd                                                                                                                                                                  8571.158725
modelyukon denali sport utility                                                                                                                                                        8571.517842
modelyukon denali xl                                                                                                                                                                   8571.269718
modelyukon sle 4wd                                                                                                                                                                     8573.181364
modelyukon slt                                                                                                                                                                         7422.716775
modelyukon slt sport utility 4d                                                                                                                                                        6482.887612
modelyukon xl                                                                                                                                                                          6357.644209
modelyukon xl 1500 3rd row seat                                                                                                                                                        8571.399549
modelyukon xl 2500 4wd                                                                                                                                                                 8571.366995
modelyukon xl 2500 slt                                                                                                                                                                 8571.713192
modelyukon xl denali                                                                                                                                                                   6999.591623
modelyukon xl denali awd                                                                                                                                                               8570.142021
modelyukon xl slt                                                                                                                                                                      7424.882521
modelz3 roadster                                                                                                                                                                       7421.710028
modelz4 3.0i 3.0i                                                                                                                                                                      8570.028571
modelz4 sdrive28i roadster 2d                                                                                                                                                          7424.017112
modelz4 sdrive35is roadster 2d                                                                                                                                                         6998.728438
modelzephyr                                                                                                                                                                            7422.221558
odometer                                                                                                                                                                                  0.001592
                                                                                                                                                                                   t value
(Intercept)                                                                                                                                                                        -45.043
year                                                                                                                                                                                46.064
model06 F250 Lariat                                                                                                                                                                  2.260
model1 series 128i coupe 2d                                                                                                                                                          0.525
model1 series 135i convertible 2d                                                                                                                                                    1.186
model1 series 135i coupe 2d                                                                                                                                                          0.941
model1-series 128i coupe                                                                                                                                                             0.578
model124 spider                                                                                                                                                                      3.429
model135i                                                                                                                                                                            0.563
model1500                                                                                                                                                                            2.207
model1500 4wd                                                                                                                                                                        0.727
model1500 4x4                                                                                                                                                                        1.092
model1500 5.7 hemi                                                                                                                                                                   0.996
model1500 big horn                                                                                                                                                                   2.054
model1500 big horn/lone star                                                                                                                                                         3.198
model1500 big horncrew cab                                                                                                                                                           1.472
model1500 classic                                                                                                                                                                    2.845
model1500 classic bighorn                                                                                                                                                            2.407
model1500 classic crew cab slt                                                                                                                                                       1.387
model1500 classic regular cab                                                                                                                                                        0.902
model1500 classic slt                                                                                                                                                                1.415
model1500 classic slt 4x4                                                                                                                                                            2.274
model1500 classic warlock                                                                                                                                                            2.494
model1500 crew cab                                                                                                                                                                   2.008
model1500 crew cab big horn                                                                                                                                                          2.786
model1500 crew cab laramie                                                                                                                                                           2.635
model1500 crew cab laramie pickup                                                                                                                                                    2.499
model1500 crew cab lone star                                                                                                                                                         1.805
model1500 crew cab tradesman                                                                                                                                                         2.285
model1500 express                                                                                                                                                                    1.377
model1500 express 4x4 gas                                                                                                                                                            2.015
model1500 express quad cab                                                                                                                                                           1.530
model1500 hemi                                                                                                                                                                       0.627
model1500 laramie                                                                                                                                                                    2.925
model1500 laramie 4x4                                                                                                                                                                1.160
model1500 laramie 4x4 gas                                                                                                                                                            2.704
model1500 laramie automatic                                                                                                                                                          2.058
model1500 laramie crew cab                                                                                                                                                           2.107
model1500 laramie crew hemi 5.7                                                                                                                                                      2.253
model1500 lonestar                                                                                                                                                                   1.100
model1500 mega cab                                                                                                                                                                   1.348
model1500 outdoorsman 4x4                                                                                                                                                            2.235
model1500 quad cab                                                                                                                                                                   1.045
model1500 quad cab express pickup                                                                                                                                                    1.209
model1500 quad cab harvest pickup                                                                                                                                                    1.782
model1500 quad cab short b                                                                                                                                                           0.759
model1500 quad cab tradesman                                                                                                                                                         1.627
model1500 regular cab                                                                                                                                                                0.909
model1500 regular cab tradesman                                                                                                                                                      0.983
model1500 rt                                                                                                                                                                         1.707
model1500 silverado                                                                                                                                                                  1.346
model1500 slt                                                                                                                                                                        1.218
model1500 slt 4x4                                                                                                                                                                    1.095
model1500 slt 4x4 1/2 ton                                                                                                                                                            2.130
model1500 slt 4x4 half ton                                                                                                                                                           1.940
model1500 slt**3.6l!                                                                                                                                                                 1.465
model1500 sport 4x4 1/2 ton                                                                                                                                                          2.170
model1500 st 4wd!extended                                                                                                                                                           -0.348
model1500 tradesman                                                                                                                                                                  1.430
model1964 oldsmobile dynamic                                                                                                                                                         5.274
model1967 mustang                                                                                                                                                                    4.549
model1969 c-10                                                                                                                                                                       4.722
model1969 Cougar Eliminator                                                                                                                                                          8.823
model1974 corvette                                                                                                                                                                   4.616
model1977 corvette                                                                                                                                                                   2.910
model1985 F150                                                                                                                                                                       1.546
model1987 Saab 900                                                                                                                                                                   1.990
model1988 Corvette                                                                                                                                                                   1.959
model1990                                                                                                                                                                            0.539
model1990 Daihatsu  Rocky SE                                                                                                                                                         2.181
model1992                                                                                                                                                                            1.911
model1994 International 4700                                                                                                                                                         1.236
model1996 Chevy/Topkick                                                                                                                                                              1.632
model1996 impala                                                                                                                                                                     2.449
model2 series                                                                                                                                                                        1.846
model2 series 230i coupe 2d                                                                                                                                                          0.878
model2 series m235i xdrive                                                                                                                                                           1.638
model2 series m240i coupe 2d                                                                                                                                                         1.823
model200                                                                                                                                                                            -0.320
model200 convertible                                                                                                                                                                 0.020
model200 limited                                                                                                                                                                    -0.278
model200 limited sedan 4d                                                                                                                                                           -0.005
model200 nv cargo van                                                                                                                                                               -0.093
model200 s                                                                                                                                                                          -0.041
model200 series limited                                                                                                                                                             -0.120
model2001                                                                                                                                                                            1.702
model2001 Sport Trac                                                                                                                                                                 0.519
model2002 f 450                                                                                                                                                                      1.660
model2002 Saab                                                                                                                                                                       0.354
model2003 mistubishi lancer es                                                                                                                                                       0.657
model2004 handa civic                                                                                                                                                                0.381
model2006                                                                                                                                                                            1.834
model2008 HONDAELEMENT                                                                                                                                                               0.538
model2010ChryslerSebringTouringEd.                                                                                                                                                  -0.229
model2011                                                                                                                                                                            0.551
model2011 SUZUKI GRAND VITARA                                                                                                                                                       -0.379
model2012 Smart Car                                                                                                                                                                 -0.996
model2013                                                                                                                                                                           -0.463
model2013 CODA                                                                                                                                                                      -1.216
model2013 isuzu nrr                                                                                                                                                                  2.317
model2014 CHEVROLT EQUINOX                                                                                                                                                           0.341
model2015                                                                                                                                                                            0.425
model2015 SILVERADO HD                                                                                                                                                               1.014
model2016 Mazada Miata                                                                                                                                                               0.741
model2018                                                                                                                                                                            0.862
model210                                                                                                                                                                             5.779
model230i                                                                                                                                                                            2.828
model240 wagon                                                                                                                                                                       1.676
model2500                                                                                                                                                                            3.719
model2500 4x4                                                                                                                                                                        1.798
model2500 big horn crew cab                                                                                                                                                          3.324
model2500 crew cab                                                                                                                                                                   2.479
model2500 crew cab 4wd                                                                                                                                                               3.747
model2500 crew cab tradesman                                                                                                                                                         3.204
model2500 cummins laramie                                                                                                                                                            3.627
model2500 diesel 4x4 5.9l cummins turbo diesel quad cab short bed low miles                                                                                                          3.634
model2500 ext cab                                                                                                                                                                    0.752
model2500 hd                                                                                                                                                                         1.054
model2500 laramie                                                                                                                                                                    5.380
model2500 laramie 4x4 / 5.9                                                                                                                                                          3.486
model2500 laramie 4x4 gas                                                                                                                                                            3.049
model2500 laramie crew 4wd                                                                                                                                                           5.236
model2500 laramie crewcab 4wd                                                                                                                                                        5.078
model2500 laramie longhorn                                                                                                                                                           4.375
model2500 longhorn mega 4x4                                                                                                                                                          4.270
model2500 mega cab                                                                                                                                                                   2.826
model2500 passenger van                                                                                                                                                              0.951
model2500 power wagon                                                                                                                                                                2.749
model2500 quad cab lng bd                                                                                                                                                            0.813
model2500 slt                                                                                                                                                                        3.701
model2500 slt cummins                                                                                                                                                                3.448
model2500 st crew cab flatbed                                                                                                                                                        1.654
model2500 tradesman                                                                                                                                                                  4.203
model2500hd                                                                                                                                                                          2.766
model280z                                                                                                                                                                            2.495
model280zx                                                                                                                                                                           4.585
model2wd                                                                                                                                                                             0.427
model3                                                                                                                                                                              -0.234
model3 hatchback                                                                                                                                                                     0.052
model3 series                                                                                                                                                                        0.862
model3 series 328d xdrive                                                                                                                                                            1.097
model3 series 328i                                                                                                                                                                   0.476
model3 series 328i convertible 2d                                                                                                                                                    0.795
model3 series 328i sedan 4d                                                                                                                                                          0.509
model3 series 330e iperformance                                                                                                                                                      0.719
model3 series 330i                                                                                                                                                                   1.405
model3 series 330i sedan 4d                                                                                                                                                          0.516
model3 series 330i xdrive sedan                                                                                                                                                      1.415
model3 series 335i xdrive sedan                                                                                                                                                      1.266
model3 series 340i                                                                                                                                                                   1.262
model3 series 340i gran turismo                                                                                                                                                      1.546
model3 series 340i sedan 4d                                                                                                                                                          1.598
model3 series 340i xdrive sedan                                                                                                                                                      1.579
model3 series m340i sedan 4d                                                                                                                                                         3.578
model3-series                                                                                                                                                                        1.637
model300                                                                                                                                                                             0.543
model300 'l'                                                                                                                                                                         5.045
model300 awd                                                                                                                                                                        -0.490
model300 e                                                                                                                                                                           3.235
model300 limited sedan 4d                                                                                                                                                            0.688
model300 touring                                                                                                                                                                     0.307
model300 touring rwd gas                                                                                                                                                             0.428
model300 touring sedan 4d                                                                                                                                                            0.238
model300c                                                                                                                                                                            0.387
model300c awd hemi                                                                                                                                                                   0.428
model300c hemi                                                                                                                                                                      -0.738
model300d                                                                                                                                                                            3.098
model300E                                                                                                                                                                            1.743
model300m                                                                                                                                                                            0.421
model300zx                                                                                                                                                                           2.502
model3100                                                                                                                                                                            7.954
model3100 truck                                                                                                                                                                      6.468
model320                                                                                                                                                                             0.314
model320i                                                                                                                                                                            0.284
model325i                                                                                                                                                                            0.631
model3281                                                                                                                                                                           -0.120
model328d xdrive awd tdi                                                                                                                                                             0.327
model328i                                                                                                                                                                            0.259
model328i convertible                                                                                                                                                                0.776
model328i nav sport pkg.                                                                                                                                                             0.065
model328i sport                                                                                                                                                                      0.162
model328i xd                                                                                                                                                                         0.283
model328i xdrive                                                                                                                                                                     0.259
model328ix                                                                                                                                                                           0.271
model330ci                                                                                                                                                                           0.471
model330xi xdrive awd sport sedan                                                                                                                                                    0.491
model335i                                                                                                                                                                            0.467
model335i convertible                                                                                                                                                               -0.201
model335xi                                                                                                                                                                           0.633
model340i m sport package xi                                                                                                                                                         2.601
model3500                                                                                                                                                                            5.170
model3500 4wd mega cab 160.5" laramie                                                                                                                                                4.498
model3500 4x4                                                                                                                                                                        4.201
model3500 bighorn 4x4 1 ton                                                                                                                                                          3.442
model3500 drw laramie                                                                                                                                                                4.402
model3500 laramie                                                                                                                                                                    2.449
model3500 laramie cummins                                                                                                                                                            3.739
model3500 laramie drw crew cab cummins                                                                                                                                               4.208
model3500 mega cab                                                                                                                                                                   4.443
model3500 slt                                                                                                                                                                        3.678
model3500 tradesman                                                                                                                                                                  4.194
model3500 tradesman crew cab sho                                                                                                                                                     1.387
model3500 tradesman dually                                                                                                                                                           2.613
model3500hd                                                                                                                                                                          1.672
model3500hd 4x4 duramax                                                                                                                                                              3.161
model350z convertible                                                                                                                                                                0.535
model370z coupe 2d                                                                                                                                                                   1.496
model370z nismo coupe 2d                                                                                                                                                             2.254
model370z touring                                                                                                                                                                    1.046
model370z touring coupe 2d                                                                                                                                                           1.123
model3i                                                                                                                                                                             -0.497
model3s touring                                                                                                                                                                      0.164
model4 runner sr5                                                                                                                                                                    1.438
model4 series 428i coupe 2d                                                                                                                                                          0.801
model4 series 428i xdrive                                                                                                                                                            1.675
model4 series 430i convertible 2d                                                                                                                                                    1.977
model4 series 440i convertible 2d                                                                                                                                                    3.638
model4 series 440i gran coupe                                                                                                                                                        1.968
model4 series 440i xdrive gran                                                                                                                                                       1.815
model4-runner                                                                                                                                                                        2.797
model428i                                                                                                                                                                            0.698
model428i coupe                                                                                                                                                                      0.443
model430i                                                                                                                                                                            0.781
model450sl                                                                                                                                                                           4.310
model4runner                                                                                                                                                                         2.631
model4runner 4x4                                                                                                                                                                     1.653
model4runner limited sport                                                                                                                                                           2.161
model4runner sport edition                                                                                                                                                           1.359
model4runner sr5                                                                                                                                                                     2.741
model4runner sr5 4wd                                                                                                                                                                 2.500
model4runner sr5 premium 4wd (natl)                                                                                                                                                  2.321
model4runner sr5 sport utility                                                                                                                                                       2.710
model4runner trd off road                                                                                                                                                            2.730
model4runner trd off road 4x4                                                                                                                                                        3.119
model4x4 crew                                                                                                                                                                        1.012
model4x4 gas                                                                                                                                                                         4.103
model5                                                                                                                                                                              -0.061
model5 series                                                                                                                                                                        0.905
model5 series 530i xdrive sedan                                                                                                                                                      1.984
model5 series 535d xdrive sedan                                                                                                                                                      1.502
model5 series 535i sedan 4d                                                                                                                                                          1.202
model5 series 550i sedan 4d                                                                                                                                                          1.913
model5 series gran turismo                                                                                                                                                           1.658
model5-series                                                                                                                                                                        1.004
model500                                                                                                                                                                            -0.727
model500 abarth hatchback 2d                                                                                                                                                         0.078
model500 limited                                                                                                                                                                     0.510
model500 sport                                                                                                                                                                      -0.391
model500x                                                                                                                                                                           -0.565
model500x lounge sport utility                                                                                                                                                       0.122
model500x trekking awd                                                                                                                                                              -0.284
model525i                                                                                                                                                                            0.563
model528i                                                                                                                                                                           -0.162
model528i xdrive                                                                                                                                                                     0.863
model528i xdrive sport                                                                                                                                                               0.284
model528xi                                                                                                                                                                           0.184
model530i                                                                                                                                                                            1.938
model535i                                                                                                                                                                            0.914
model535xi                                                                                                                                                                           0.476
model540i                                                                                                                                                                            1.674
model5500                                                                                                                                                                            5.911
model5500 chassis cab                                                                                                                                                                2.747
model550i                                                                                                                                                                            0.772
model550i xdrive                                                                                                                                                                     0.510
model560-class                                                                                                                                                                       4.961
model5th avenue                                                                                                                                                                      1.622
model6                                                                                                                                                                               0.056
model6 series 640i convertible 2d                                                                                                                                                    2.293
model6 series 640i coupe 2d                                                                                                                                                          1.658
model6 series 645ci                                                                                                                                                                  0.515
model6 touring                                                                                                                                                                      -0.329
model64 nova wagon                                                                                                                                                                  12.623
model645ci                                                                                                                                                                           0.873
model650i convertible                                                                                                                                                                1.427
model650xi xdrive gran coupe                                                                                                                                                         1.596
model67 Firebird                                                                                                                                                                     6.552
model7 series                                                                                                                                                                        1.314
model740i m sport                                                                                                                                                                    1.296
model740il e38 sport                                                                                                                                                                 1.185
model750i                                                                                                                                                                            0.633
model750i / alpina b7                                                                                                                                                                1.016
model750i / b7                                                                                                                                                                       3.064
model750li                                                                                                                                                                           1.533
model750li xdrive                                                                                                                                                                    0.448
model750xi xdrive m-sport edition                                                                                                                                                    1.920
model91 Corvette                                                                                                                                                                     1.793
model911                                                                                                                                                                             2.376
model911 carrera s cabriolet                                                                                                                                                         2.499
model928                                                                                                                                                                             3.347
modela-class a 220                                                                                                                                                                   1.588
modela3                                                                                                                                                                              0.282
modela3 2.0t                                                                                                                                                                        -0.025
modela3 2.0t premium                                                                                                                                                                 0.256
modela3 2.0t premium plus                                                                                                                                                            0.451
modela3 e-tron                                                                                                                                                                       0.619
modela3 premium                                                                                                                                                                      0.819
modela3 premium plus sedan 4d                                                                                                                                                        0.852
modela3 premium sedan 4d                                                                                                                                                             0.874
modela3 s-line                                                                                                                                                                       0.236
modela4                                                                                                                                                                              0.657
modela4 1.8t quattro                                                                                                                                                                 0.000
modela4 2.0t premium plus                                                                                                                                                            0.289
modela4 2.0t premiumsedan                                                                                                                                                            0.696
modela4 allroad 2.0t quattro premium plus                                                                                                                                            2.156
modela4 allroad premium plus                                                                                                                                                         2.334
modela4 allroad premium wagon 4d                                                                                                                                                     2.489
modela4 allroad prestige wagon                                                                                                                                                       2.511
modela4 premium plus sedan 4d                                                                                                                                                        1.525
modela4 premium sedan 4d                                                                                                                                                             0.702
modela4 quattro                                                                                                                                                                      0.154
modela4 quattro awd premium plus                                                                                                                                                     0.320
modela4 quattro premium                                                                                                                                                              0.146
modela4 ultra premium sedan 4d                                                                                                                                                       0.955
modela5                                                                                                                                                                              0.682
modela5 premium coupe 2d                                                                                                                                                             1.654
modela5 premium sedan 4d                                                                                                                                                             1.445
modela5 quattro premium plus                                                                                                                                                         1.297
modela6                                                                                                                                                                              1.032
modela6 2.0t premium plus sedan                                                                                                                                                      1.554
modela6 2.0t premium sedan 4d                                                                                                                                                        1.345
modela6 3.0t premium plus sedan                                                                                                                                                      1.450
modela6 3.0t prestige sedan 4d                                                                                                                                                       1.752
modela6 3.0t quattro sedan 4d                                                                                                                                                        0.740
modela6 45 tfsi premium plus                                                                                                                                                         2.477
modela6 45 tfsi premium sedan 4d                                                                                                                                                     2.789
modela7                                                                                                                                                                              1.529
modela7 3.0t prestige quattro                                                                                                                                                        1.132
modela7 premium plus awd                                                                                                                                                             2.218
modela7 prestige sedan 4d                                                                                                                                                            3.283
modela8                                                                                                                                                                              0.568
modela8 l 3.0t                                                                                                                                                                       1.438
modelacadia                                                                                                                                                                          0.829
modelacadia awd                                                                                                                                                                      0.646
modelacadia awd 4dr slt w/slt-2                                                                                                                                                      1.106
modelacadia denali                                                                                                                                                                   0.916
modelacadia fwd 4dr sle                                                                                                                                                             -0.236
modelacadia sle                                                                                                                                                                      0.374
modelacadia sle-1                                                                                                                                                                    0.824
modelacadia sle-1 sport utility                                                                                                                                                      0.905
modelacadia sle-2 sport utility                                                                                                                                                      1.345
modelacadia slt                                                                                                                                                                      0.001
modelacadia slt-1 sport utility                                                                                                                                                      1.221
modelacadia slt-2                                                                                                                                                                    0.174
modelacadia slt-2 sport utility                                                                                                                                                      1.047
modelacadia slt2                                                                                                                                                                     0.704
modelacadia slt2 awd                                                                                                                                                                 0.817
modelaccent                                                                                                                                                                         -0.705
modelaccent gl                                                                                                                                                                       0.319
modelaccent gls                                                                                                                                                                      0.071
modelaccent se                                                                                                                                                                      -0.581
modelaccent se sedan 4d                                                                                                                                                             -0.335
modelaccord                                                                                                                                                                          0.609
modelaccord crosstour                                                                                                                                                                0.510
modelaccord ex                                                                                                                                                                       0.806
modelaccord ex-l                                                                                                                                                                     0.437
modelaccord ex-l coupe                                                                                                                                                               0.198
modelaccord ex-l sedan 4d                                                                                                                                                            0.427
modelaccord ex-l v6                                                                                                                                                                 -0.106
modelaccord exl                                                                                                                                                                     -0.253
modelaccord lx                                                                                                                                                                       0.424
modelaccord lx sedan                                                                                                                                                                 0.012
modelaccord lx special                                                                                                                                                               0.922
modelaccord lx-p                                                                                                                                                                     0.461
modelaccord sdn                                                                                                                                                                      0.622
modelaccord sdn lx                                                                                                                                                                   0.284
modelaccord sedan                                                                                                                                                                    0.022
modelaccord sedan sport 1.5t                                                                                                                                                         0.481
modelaccord sport                                                                                                                                                                    0.033
modelaccord sport sedan 4d                                                                                                                                                           0.760
modelaccord touring fwd gas suv                                                                                                                                                      0.748
modelaccord touring v6                                                                                                                                                              -0.050
modelacty                                                                                                                                                                            0.683
modelACURA* MDX*                                                                                                                                                                     0.520
modelALL MAKES ALL MODELS                                                                                                                                                           -1.619
modelall-new 1500                                                                                                                                                                    0.004
modelallroad premium plus wagon                                                                                                                                                      0.992
modelaltima                                                                                                                                                                          0.109
modelaltima 2.5                                                                                                                                                                      0.335
modelaltima 2.5 s                                                                                                                                                                   -0.002
modelaltima 2.5 sl sedan 4d                                                                                                                                                          0.050
modelaltima 2.5 sv                                                                                                                                                                  -0.580
modelaltima 2.5s                                                                                                                                                                     0.156
modelaltima 3.5 se sedan 4d                                                                                                                                                          0.134
modelaltima s                                                                                                                                                                       -0.535
modelaltima sl                                                                                                                                                                      -0.496
modelaltima sr                                                                                                                                                                      -0.677
modelaltima sv                                                                                                                                                                       0.233
modelAMC Eagle Limited Wagon                                                                                                                                                         1.860
modelAMC Matador                                                                                                                                                                     2.904
modelamg, s63,4matic                                                                                                                                                                 0.949
modelaoutlok                                                                                                                                                                        -0.803
modelapache                                                                                                                                                                          4.424
modelarmada                                                                                                                                                                          2.332
modelarmada,platinum                                                                                                                                                                 0.938
modelarmanda                                                                                                                                                                         0.205
modelascent                                                                                                                                                                          1.857
modelaspen                                                                                                                                                                           1.552
modelastro                                                                                                                                                                           0.802
modelastro cargo van                                                                                                                                                                 0.594
modelastro van awd                                                                                                                                                                   1.213
modelatlas                                                                                                                                                                           0.884
modelatlas launch edition                                                                                                                                                            1.051
modelatlas s 4motion sport                                                                                                                                                           1.437
modelatlas s sport utility                                                                                                                                                           0.688
modelatlas se 4motion                                                                                                                                                                1.407
modelats                                                                                                                                                                             0.018
modelats coupe 2d                                                                                                                                                                    1.030
modelats premium luxury                                                                                                                                                              1.176
modelats sedan                                                                                                                                                                       0.986
modelats sedan 4d                                                                                                                                                                    0.412
modelats-v coupe 2d                                                                                                                                                                  3.477
modelats4 performance                                                                                                                                                                0.008
modelaura                                                                                                                                                                           -0.026
modelaura xe                                                                                                                                                                        -0.088
modelaura xr                                                                                                                                                                        -0.329
modelAUTI A5 CONVERTIBLE                                                                                                                                                             0.585
modelavalanche                                                                                                                                                                       1.758
modelavalanche 1500                                                                                                                                                                  1.379
modelavalanche 1500crew                                                                                                                                                              0.796
modelavalanche 4x4                                                                                                                                                                   1.688
modelavalanche black                                                                                                                                                                 2.216
modelavalanche lt 4wd                                                                                                                                                                1.049
modelavalanche ltz                                                                                                                                                                   1.098
modelavalon                                                                                                                                                                          0.599
modelavalon hybrid limited                                                                                                                                                           1.977
modelavalon limited hybrid                                                                                                                                                           0.267
modelavalon limited sedan                                                                                                                                                            0.519
modelavalon limited sedan 4d                                                                                                                                                         1.260
modelavalon xl                                                                                                                                                                       0.348
modelavalon xle premium sedan                                                                                                                                                        0.621
modelavalon xls                                                                                                                                                                      1.011
modelavalong limited                                                                                                                                                                 0.354
modelavenger                                                                                                                                                                        -0.465
modelaveo                                                                                                                                                                           -0.365
modelaviator                                                                                                                                                                         0.780
modelawd *gl 450 4matic 4dr*suv*clean*carfax *3row seat nav                                                                                                                          1.372
modelazera                                                                                                                                                                           0.151
modelazera limited                                                                                                                                                                  -0.017
modelb-class                                                                                                                                                                        -0.167
modelb2000                                                                                                                                                                           2.438
modelb2600                                                                                                                                                                           1.629
modelb300                                                                                                                                                                            2.871
modelb4000 seextended cab                                                                                                                                                            0.466
modelb9 tribeca                                                                                                                                                                      0.487
modelbaja                                                                                                                                                                            0.899
modelbeetle                                                                                                                                                                          1.272
modelbeetle 1.8t                                                                                                                                                                     0.536
modelbeetle 1.8t fleet                                                                                                                                                               0.135
modelbeetle 1.8t se                                                                                                                                                                  0.196
modelbeetle 1.8t sel                                                                                                                                                                 0.209
modelbeetle convertible                                                                                                                                                              2.848
modelbeetle turbo                                                                                                                                                                    0.333
modelbel-air                                                                                                                                                                         6.478
modelbelair                                                                                                                                                                          9.701
modelben                                                                                                                                                                             3.652
modelBentley Arnage                                                                                                                                                                  3.652
modelBENTLEY ARNAGE                                                                                                                                                                  3.591
modelbentley continental flying spur                                                                                                                                                 3.575
modelbenz                                                                                                                                                                            0.903
modelbenz 220se                                                                                                                                                                      7.106
modelbenz 300d turbo                                                                                                                                                                 1.984
modelbenz 380 sl                                                                                                                                                                     2.836
modelbenz 450sl                                                                                                                                                                      3.358
modelbenz 600sel                                                                                                                                                                     4.027
modelbenz c 320 wagon                                                                                                                                                                0.716
modelbenz c240                                                                                                                                                                       0.473
modelbenz c250                                                                                                                                                                       0.171
modelbenz c280                                                                                                                                                                      -0.150
modelbenz c300                                                                                                                                                                       0.503
modelbenz c32 amg                                                                                                                                                                    0.967
modelbenz clk320 cabriolet                                                                                                                                                           0.507
modelbenz e320                                                                                                                                                                       0.752
modelbenz e320 4matic wagon                                                                                                                                                          1.392
modelbenz e320 wagon                                                                                                                                                                 1.640
modelbenz e350                                                                                                                                                                       0.713
modelbenz e500                                                                                                                                                                       0.637
modelbenz e500 4matic                                                                                                                                                                0.214
modelbenz glk 350                                                                                                                                                                    0.456
modelbenz ml 320 cdi 4 matic                                                                                                                                                         0.722
modelbenz ml 350                                                                                                                                                                     0.430
modelbenz ml 350 4-matic                                                                                                                                                             0.521
modelbenz ml-350                                                                                                                                                                     0.198
modelbenz ml350                                                                                                                                                                      0.685
modelbenz ml350 4matic                                                                                                                                                               0.441
modelbenz ml550                                                                                                                                                                      0.516
modelbenz s500                                                                                                                                                                       0.639
modelbenz s550                                                                                                                                                                       2.551
modelbenz sl500                                                                                                                                                                      1.181
modelbenz slk 250                                                                                                                                                                    1.446
modelbenz slk roadster                                                                                                                                                               0.735
modelbenz sprinter 2500                                                                                                                                                              4.915
modelblazer                                                                                                                                                                          1.186
modelblazer 2lt sport                                                                                                                                                                1.134
modelblazer 4x4                                                                                                                                                                      1.341
modelblazer 4x4 ls                                                                                                                                                                   0.161
modelblazer lt                                                                                                                                                                       1.405
modelBLUE BIRD BLUE BIRD                                                                                                                                                            -0.620
modelBMW, 328i                                                                                                                                                                      -0.013
modelbobcat                                                                                                                                                                          4.934
modelbolt ev                                                                                                                                                                         0.129
modelbonneville                                                                                                                                                                      5.540
modelborrego                                                                                                                                                                         0.652
modelbox truck                                                                                                                                                                       0.663
modelboxster                                                                                                                                                                         1.328
modelbrigadier                                                                                                                                                                       1.764
modelbronco                                                                                                                                                                          4.488
modelbronco 4x4                                                                                                                                                                      2.277
modelbronco ii                                                                                                                                                                       0.654
modelbronco xlt                                                                                                                                                                      1.951
modelbrz                                                                                                                                                                             0.874
modelbrz limited                                                                                                                                                                     0.398
modelbrz limited coupe 2d                                                                                                                                                            1.384
modelbug                                                                                                                                                                             4.620
modelBWM 535xi Premium Sport                                                                                                                                                         0.486
modelc                                                                                                                                                                               0.016
modelc - max se hybrid                                                                                                                                                               0.015
modelc 250                                                                                                                                                                           0.164
modelc 250 sport                                                                                                                                                                    -0.028
modelc 300                                                                                                                                                                           0.889
modelc 400 4matic sedan                                                                                                                                                              1.227
modelc-300                                                                                                                                                                           0.857
modelc-class                                                                                                                                                                         0.867
modelc-class c 250 sport automatic                                                                                                                                                   0.399
modelc-class c 300                                                                                                                                                                   1.373
modelc-class c 350e                                                                                                                                                                  1.065
modelc-class c 63 amg                                                                                                                                                                2.815
modelc-class c300 4matic sport sedan                                                                                                                                                 0.358
modelc-hr                                                                                                                                                                            0.520
modelc-hr xle                                                                                                                                                                       -0.033
modelc-hr xle premium sport                                                                                                                                                          0.174
modelc-max                                                                                                                                                                          -0.424
modelc-max hybrid se wagon 4d                                                                                                                                                       -0.138
modelc-max hybrid titanium wagon                                                                                                                                                     0.148
modelc/k 1500                                                                                                                                                                        2.371
modelc/k 20                                                                                                                                                                          2.385
modelc/v                                                                                                                                                                            -0.171
modelc10                                                                                                                                                                             7.847
modelc20                                                                                                                                                                             3.128
modelc2500                                                                                                                                                                           1.101
modelc300 4matic                                                                                                                                                                     0.286
modelc300 sport                                                                                                                                                                      0.101
modelc43                                                                                                                                                                             3.073
modelc5500                                                                                                                                                                           4.143
modelc6500                                                                                                                                                                           3.082
modelc70 convertible                                                                                                                                                                 0.074
modelc7500                                                                                                                                                                           2.106
modelc8500                                                                                                                                                                           3.251
modelcabrio                                                                                                                                                                         -0.118
modelcaddilac escalade ext                                                                                                                                                           1.719
modelCADILIC DEVILLE                                                                                                                                                                 0.218
modelcaliber                                                                                                                                                                        -0.050
modelcaliber r/t                                                                                                                                                                     0.065
modelcaliber sxt                                                                                                                                                                     0.601
modelCAM Superline Tilt Deckover Trai                                                                                                                                               -0.833
modelcamaro                                                                                                                                                                          2.907
modelcamaro 1ls                                                                                                                                                                      0.443
modelcamaro 1lt                                                                                                                                                                      0.790
modelcamaro 1ss                                                                                                                                                                      2.283
modelcamaro 2ss                                                                                                                                                                      3.062
modelcamaro convertible                                                                                                                                                              0.127
modelcamaro convertible 2lt                                                                                                                                                          0.636
modelcamaro lt 2dr                                                                                                                                                                  -0.173
modelcamaro lt convertible                                                                                                                                                           0.639
modelcamaro lt coupe 2d                                                                                                                                                              0.591
modelcamaro rs                                                                                                                                                                      -0.318
modelcamaro ss                                                                                                                                                                       2.097
modelcamaro ss convertible                                                                                                                                                           1.921
modelcamaro ss coupe 2d                                                                                                                                                              2.923
modelcamaro z28                                                                                                                                                                      4.537
modelcamaro zl1 coupe 2d                                                                                                                                                             2.701
modelcamero                                                                                                                                                                          1.438
modelcamry                                                                                                                                                                           0.483
modelcamry 2009                                                                                                                                                                      0.016
modelcamry base                                                                                                                                                                      0.605
modelcamry hybrid                                                                                                                                                                    0.318
modelcamry hybrid le                                                                                                                                                                 0.119
modelcamry hybrid se                                                                                                                                                                 0.142
modelcamry hybrid xle sedan 4d                                                                                                                                                       0.834
modelcamry le                                                                                                                                                                        0.246
modelcamry le sedan 4d                                                                                                                                                               0.247
modelcamry le v6                                                                                                                                                                     0.468
modelcamry se                                                                                                                                                                        0.199
modelcamry se 4dr sedan                                                                                                                                                              0.474
modelcamry se(sports edition)                                                                                                                                                        0.055
modelcamry sedan i4                                                                                                                                                                  0.266
modelcamry solara                                                                                                                                                                    0.190
modelcamry trd v6                                                                                                                                                                    1.425
modelcamry xle                                                                                                                                                                       0.432
modelcamry xle hybrid                                                                                                                                                                0.163
modelcamry xse sedan 4d                                                                                                                                                              0.195
modelcanyon                                                                                                                                                                          1.866
modelcanyon 4wd sle                                                                                                                                                                  1.308
modelcanyon crew cab pickup 4d 5                                                                                                                                                     1.116
modelcanyon crew cab sle pickup                                                                                                                                                      2.125
modelcanyon extended cab sle                                                                                                                                                         1.513
modelcanyon regular cab                                                                                                                                                              0.561
modelcanyon sle                                                                                                                                                                      1.688
modelcapri                                                                                                                                                                           1.272
modelcaptiva                                                                                                                                                                        -0.377
modelcaptiva lt fwd gas suv                                                                                                                                                         -0.186
modelcaptiva sport                                                                                                                                                                  -0.310
modelcaptiva sport ls                                                                                                                                                                0.379
modelcaravan                                                                                                                                                                         0.452
modelcaravan se                                                                                                                                                                     -0.136
modelcaravan sport                                                                                                                                                                   0.466
modelcargo van                                                                                                                                                                       0.069
modelcascada premium                                                                                                                                                                 0.851
modelcayenne                                                                                                                                                                         3.083
modelcayenne 1-owner* local trade* convenience pkg* panoramic roof* dealer serviced, new tires* 2-keys* front & rear sensors*back up cam                                             1.995
modelcayenne hybrid 2011                                                                                                                                                             0.828
modelcayenne platinum edition                                                                                                                                                       -0.329
modelcayenne s                                                                                                                                                                       1.279
modelcayenne s awd luxury suv                                                                                                                                                        1.278
modelcayenne s hybrid                                                                                                                                                                2.549
modelcayenne sport utility 4d                                                                                                                                                        1.640
modelcayenne turbo                                                                                                                                                                   1.327
modelcayenne turbo awd                                                                                                                                                               2.407
modelcayman                                                                                                                                                                          3.642
modelcc                                                                                                                                                                             -0.713
modelcc sport                                                                                                                                                                       -0.183
modelcc sport 2.0 turbo pzev i4 fwd                                                                                                                                                 -0.126
modelcc sport pzev                                                                                                                                                                  -0.226
modelcc300                                                                                                                                                                           0.151
modelcc4500                                                                                                                                                                          3.225
modelcelica gt                                                                                                                                                                       0.606
modelcenturion                                                                                                                                                                       3.693
modelcentury                                                                                                                                                                         0.261
modelchallenger                                                                                                                                                                      1.816
modelchallenger r/t                                                                                                                                                                  1.858
modelchallenger r/t classic                                                                                                                                                          1.280
modelchallenger r/t coupe 2d                                                                                                                                                         2.186
modelchallenger r/t scat pack                                                                                                                                                        2.676
modelchallenger scat pack                                                                                                                                                            2.926
modelchallenger se                                                                                                                                                                   0.552
modelchallenger srt 392 coupe                                                                                                                                                        2.973
modelchallenger srt8                                                                                                                                                                 2.384
modelchallenger srt8 coupe 2d                                                                                                                                                        2.927
modelchallenger sxt                                                                                                                                                                  0.750
modelchallenger sxt plus coupe                                                                                                                                                       1.045
modelcharger                                                                                                                                                                         0.879
modelcharger daytona 392 sedan                                                                                                                                                       2.605
modelcharger gt                                                                                                                                                                      1.792
modelcharger plus hellcat                                                                                                                                                            1.193
modelcharger r/t scat pack                                                                                                                                                           2.273
modelcharger rt                                                                                                                                                                      0.201
modelcharger rt awd                                                                                                                                                                  0.844
modelcharger scat pack daytona                                                                                                                                                       1.510
modelcharger sxt                                                                                                                                                                     0.552
modelcharger sxt sedan 4d                                                                                                                                                            0.890
modelcherokee                                                                                                                                                                        0.861
modelcherokee laredo                                                                                                                                                                 0.646
modelcherokee latitude                                                                                                                                                               0.181
modelcherokee limited                                                                                                                                                                1.239
modelcherokee trailhawk                                                                                                                                                              0.383
modelcherokee trailhawk 4wd                                                                                                                                                          0.482
modelchevelle                                                                                                                                                                        6.372
modelchevelle malibu                                                                                                                                                                 6.831
modelchevorlet corvette                                                                                                                                                              1.997
modelchevorlet silverado 1500                                                                                                                                                        3.365
modelCHEVORLET TRAVERSE 2LT                                                                                                                                                          0.527
modelChevroelt Traverse                                                                                                                                                             -0.008
modelChewy                                                                                                                                                                           3.120
modelcheyenne                                                                                                                                                                        2.648
modelCHINOOK DREAM 175BH                                                                                                                                                            -0.680
modelCHVEROLET SILVERADO EX-CAB 4X4                                                                                                                                                  1.287
modelchysler 300                                                                                                                                                                     0.247
modelcity express cargo van                                                                                                                                                          0.071
modelcive se                                                                                                                                                                        -0.109
modelcivic                                                                                                                                                                           0.252
modelcivic coupe                                                                                                                                                                     0.433
modelcivic dx coupe                                                                                                                                                                  0.500
modelcivic ex                                                                                                                                                                        0.101
modelcivic ex 4dr sedan                                                                                                                                                              0.639
modelcivic ex coupe                                                                                                                                                                 -0.010
modelcivic ex sedan 4d                                                                                                                                                               0.307
modelcivic ex-l                                                                                                                                                                      0.260
modelcivic ex-l sedan 5-speed at                                                                                                                                                    -0.036
modelcivic ex-l w/navigation                                                                                                                                                        -0.343
modelcivic exl                                                                                                                                                                       0.584
modelcivic hatchback                                                                                                                                                                -0.305
modelcivic hybrid                                                                                                                                                                    0.537
modelcivic lx                                                                                                                                                                        0.115
modelcivic lx coupe 2d                                                                                                                                                               0.214
modelcivic lx coupe 5-speed at                                                                                                                                                       0.004
modelcivic lx sedan                                                                                                                                                                  0.742
modelcivic lx sedan 4d                                                                                                                                                              -0.037
modelcivic lx sedan cvt                                                                                                                                                             -0.002
modelcivic sdn                                                                                                                                                                       0.268
modelcivic sedan                                                                                                                                                                    -0.305
modelcivic sedan hf | gas                                                                                                                                                            0.030
modelcivic si                                                                                                                                                                        0.851
modelcivic si coupe                                                                                                                                                                  0.485
modelcivic si coupe 2d                                                                                                                                                               0.775
modelcivic si sedan 4d                                                                                                                                                               0.846
modelcivic sport coupe 2d                                                                                                                                                            0.093
modelcivic sport touring                                                                                                                                                             0.754
modelcivic sport, loaded, reli                                                                                                                                                      -0.425
modelcivic touring coupe 2d                                                                                                                                                          0.496
modelcivic touring i4 turbo fwd                                                                                                                                                      0.253
modelcivic type r touring                                                                                                                                                            2.102
modelcivic value packagesedan                                                                                                                                                        0.189
modelcivichonda si                                                                                                                                                                   0.310
modelcj7                                                                                                                                                                             2.959
modelcl-class cl 550                                                                                                                                                                 1.954
modelcla                                                                                                                                                                             1.309
modelcla 250 4matic                                                                                                                                                                  0.828
modelcla-class cla 45                                                                                                                                                                1.748
modelclassic                                                                                                                                                                         0.533
modelclk                                                                                                                                                                             0.672
modelclk320                                                                                                                                                                          0.504
modelcls-class                                                                                                                                                                       2.085
modelcls-class cls 550                                                                                                                                                               1.618
modelcls550                                                                                                                                                                          0.987
modelClub car 4 seater                                                                                                                                                              -0.880
modelClub car Precedent                                                                                                                                                             -1.631
modelclubman                                                                                                                                                                         0.199
modelclubman cooper s hatchback                                                                                                                                                      0.461
modelcmax hybrid                                                                                                                                                                    -1.136
modelcobalt                                                                                                                                                                         -0.166
modelcobalt ls                                                                                                                                                                       0.025
modelCobra Special Edition                                                                                                                                                           1.517
modelCODILLAC                                                                                                                                                                        4.994
modelCOLEMAN 2825RK                                                                                                                                                                  0.695
modelcolorad                                                                                                                                                                         0.431
modelcolorado                                                                                                                                                                        1.683
modelcolorado 4wd z71                                                                                                                                                                2.343
modelcolorado crew cab                                                                                                                                                              -0.482
modelcolorado crew cab lt                                                                                                                                                            1.645
modelcolorado crew cab work                                                                                                                                                          1.470
modelcolorado crew cab z71                                                                                                                                                           2.162
modelcolorado crew cab zr2                                                                                                                                                           2.744
modelcolorado extended cab                                                                                                                                                           1.654
modelcolorado lt crew                                                                                                                                                                1.250
modelcolorado z71                                                                                                                                                                    0.984
modelcomet                                                                                                                                                                           5.010
modelcommander sport 4wd                                                                                                                                                             0.438
modelcompass                                                                                                                                                                         0.245
modelcompass latitude                                                                                                                                                               -0.034
modelcompass limited                                                                                                                                                                 0.170
modelcompass sport                                                                                                                                                                  -0.313
modelcompass sport 4x4                                                                                                                                                               0.118
modelcompass trailhawk                                                                                                                                                               0.584
modelconcorde                                                                                                                                                                        0.756
modelcontinental                                                                                                                                                                     1.319
modelcontinental mark v                                                                                                                                                              2.159
modelcontinental premiere                                                                                                                                                            1.356
modelcontinental reserve                                                                                                                                                             2.921
modelcontinental sedan 4d                                                                                                                                                            2.282
modelcontinental select sedan                                                                                                                                                        1.409
modelconvertible                                                                                                                                                                     2.048
modelconvertible cooper s                                                                                                                                                            0.757
modelconvertible cooper s 2d                                                                                                                                                         1.584
modelcooper                                                                                                                                                                         -0.103
modelcooper clubman                                                                                                                                                                 -0.087
modelcooper clubman s                                                                                                                                                               -0.229
modelcooper convertible s                                                                                                                                                           -0.011
modelcooper countryman s                                                                                                                                                             0.072
modelcooper hardtop                                                                                                                                                                 -0.483
modelcooper hardtop 4 door                                                                                                                                                           0.810
modelcooper s                                                                                                                                                                       -0.068
modelcooper s convertible                                                                                                                                                            0.054
modelcooper s countryman                                                                                                                                                             0.077
modelcorolla                                                                                                                                                                         0.183
modelcorolla ce                                                                                                                                                                      0.220
modelcorolla hatchback                                                                                                                                                               0.057
modelcorolla hatchback xse 4d                                                                                                                                                        0.260
modelcorolla im                                                                                                                                                                     -0.131
modelcorolla im hatchback 4d                                                                                                                                                         0.001
modelcorolla l                                                                                                                                                                      -0.100
modelcorolla l sedan 4d                                                                                                                                                             -0.039
modelcorolla le                                                                                                                                                                      0.181
modelcorolla le 4dr sedan                                                                                                                                                           -0.732
modelcorolla le eco sedan 4d                                                                                                                                                        -0.051
modelcorolla le sedan 4d                                                                                                                                                            -0.146
modelcorolla le sports package                                                                                                                                                       0.057
modelcorolla matrix                                                                                                                                                                  0.592
modelcorolla s                                                                                                                                                                       0.283
modelcorolla s special edition                                                                                                                                                       0.043
modelcoronet 440                                                                                                                                                                     4.203
modelcorsair reserve sport                                                                                                                                                           2.156
modelcorsair sport utility 4d                                                                                                                                                        1.601
modelcorvair                                                                                                                                                                         5.638
modelcorvette                                                                                                                                                                        3.293
modelcorvette convertible                                                                                                                                                            2.421
modelcorvette coupe                                                                                                                                                                  2.749
modelcorvette coupe 2d                                                                                                                                                               3.062
modelcorvette coupe cars                                                                                                                                                             2.105
modelcorvette grand sport                                                                                                                                                            3.975
modelcorvette stingray                                                                                                                                                               4.811
modelcorvette stingray z51                                                                                                                                                           5.198
modelcorvette v8 targa                                                                                                                                                               2.531
modelcougar xr7                                                                                                                                                                      1.456
modelcountryman                                                                                                                                                                     -0.083
modelcountryman cooper hatchback                                                                                                                                                     0.157
modelcountryman cooper s                                                                                                                                                             1.365
modelcountryman cooper s all4                                                                                                                                                        0.746
modelcountryman cooper se all4                                                                                                                                                       1.246
modelcoupe                                                                                                                                                                           5.547
modelcovette                                                                                                                                                                         2.801
modelcr-v                                                                                                                                                                            0.817
modelcr-v ex                                                                                                                                                                         0.363
modelcr-v ex awd                                                                                                                                                                     0.715
modelcr-v ex l w/navi 4dr suv                                                                                                                                                        0.392
modelcr-v ex sport utility 4d                                                                                                                                                        0.677
modelcr-v ex-l                                                                                                                                                                       0.217
modelcr-v ex-l awd                                                                                                                                                                   0.559
modelcr-v lx                                                                                                                                                                         0.504
modelcr-v lx 4wd                                                                                                                                                                     0.406
modelcr-v lx sport utility 4d                                                                                                                                                        0.316
modelcr-v touring sport utility                                                                                                                                                      1.174
modelcr-z ex                                                                                                                                                                        -0.519
modelcr-z ex coupe 2d                                                                                                                                                                0.289
modelcross country                                                                                                                                                                   0.113
modelcrossfire                                                                                                                                                                      -0.417
modelcrosstour                                                                                                                                                                      -0.616
modelcrosstour ex-l sport                                                                                                                                                            0.687
modelcrosstrek                                                                                                                                                                       0.319
modelcrosstrek 2.0i premium                                                                                                                                                         -0.174
modelcrosstrek limited                                                                                                                                                               0.303
modelcrosstrek premium                                                                                                                                                               0.539
modelcrosstrek xv                                                                                                                                                                   -0.749
modelcrown victoria                                                                                                                                                                 -0.237
modelcrown victoria interceptor                                                                                                                                                     -0.381
modelcrown victoria police                                                                                                                                                          -0.234
modelcrown victoria police inter                                                                                                                                                    -0.016
modelcruise                                                                                                                                                                         -1.114
modelcruz lt                                                                                                                                                                        -0.243
modelcruze                                                                                                                                                                          -0.464
modelcruze 2lt                                                                                                                                                                      -0.404
modelcruze 2lt rs                                                                                                                                                                    0.120
modelcruze 2lt sedan 4d                                                                                                                                                             -1.167
modelcruze eco                                                                                                                                                                      -0.183
modelcruze limited                                                                                                                                                                  -0.579
modelcruze limited 1lt                                                                                                                                                              -0.278
modelcruze limited ltz                                                                                                                                                              -0.010
modelcruze ls                                                                                                                                                                       -0.395
modelcruze lt                                                                                                                                                                       -0.417
modelcruze lt diesel                                                                                                                                                                 0.004
modelcruze lt rs                                                                                                                                                                    -0.067
modelcruze lt sedan                                                                                                                                                                 -0.924
modelcruze only 89k miles                                                                                                                                                           -0.356
modelcruze premier                                                                                                                                                                   0.040
modelcruze premier sedan 4d                                                                                                                                                          0.104
modelcrv                                                                                                                                                                             0.184
modelcrv awd                                                                                                                                                                         0.950
modelcrv ex                                                                                                                                                                          0.704
modelcrv ex awd                                                                                                                                                                      0.795
modelcrv ex-l                                                                                                                                                                        0.496
modelcrv ex-l awd                                                                                                                                                                    0.621
modelcrv lx awd                                                                                                                                                                      0.691
modelcrx si                                                                                                                                                                          1.781
modelct 200h                                                                                                                                                                         0.435
modelct 200h hatchback 4d                                                                                                                                                            0.557
modelct 200h premium hatchback                                                                                                                                                       0.573
modelct5 premium luxury                                                                                                                                                              2.022
modelct6                                                                                                                                                                             1.639
modelct6 3.6 luxury sedan 4d                                                                                                                                                         1.698
modelct6 luxury awd                                                                                                                                                                  2.053
modelcts                                                                                                                                                                             0.577
modelcts 2.0 luxury sedan 4d                                                                                                                                                         1.236
modelcts 3.6 luxury sedan 4d                                                                                                                                                         1.683
modelcts 3.6 premium luxury                                                                                                                                                          1.632
modelcts 4                                                                                                                                                                           0.144
modelcts luxury collection                                                                                                                                                           0.541
modelcts sedan                                                                                                                                                                       0.278
modelcts sedan 4d                                                                                                                                                                    1.825
modelcts-v                                                                                                                                                                           3.422
modelcube                                                                                                                                                                           -0.053
modelcummins 2500 4x4 auto                                                                                                                                                           4.385
modelcustom                                                                                                                                                                          7.108
modelcx-3 touring sport utility                                                                                                                                                      0.293
modelcx-30                                                                                                                                                                           6.996
modelcx-5                                                                                                                                                                            0.314
modelcx-5 sport                                                                                                                                                                      0.104
modelcx-7                                                                                                                                                                            0.461
modelcx-9                                                                                                                                                                            0.385
modelcx-9 touring                                                                                                                                                                    1.156
modelcx-9 touring awd                                                                                                                                                                0.175
modelcx-9 touring sport utility                                                                                                                                                      1.236
modelcxl                                                                                                                                                                             0.506
modeldakota                                                                                                                                                                          1.525
modeldakota big horn                                                                                                                                                                 0.593
modeldakota club cab                                                                                                                                                                 0.710
modeldakota crew cab sport                                                                                                                                                           0.855
modeldakota quad cab                                                                                                                                                                 0.375
modeldakota r/t                                                                                                                                                                      0.643
modeldakota slt                                                                                                                                                                      1.072
modeldart                                                                                                                                                                           -0.386
modeldart gt                                                                                                                                                                        -0.506
modeldart limited                                                                                                                                                                   -0.428
modeldart se sedan 4d                                                                                                                                                               -0.134
modeldart sxt                                                                                                                                                                       -0.693
modeldart sxt sedan                                                                                                                                                                 -1.192
modeldavidson heritage classi                                                                                                                                                       -0.370
modeldeisel cummins                                                                                                                                                                  4.777
modeldeisel cummins 2500                                                                                                                                                             4.385
modeldeville                                                                                                                                                                         1.009
modeldeville coupe 2d                                                                                                                                                                1.377
modeldeville sedan                                                                                                                                                                  -0.055
modeldiesel cummins 3500                                                                                                                                                             2.661
modeldiscovery                                                                                                                                                                       2.661
modeldiscovery sport                                                                                                                                                                 1.171
modeldiscovery sport hse                                                                                                                                                             1.453
modelDonde caliber                                                                                                                                                                  -0.644
modeldts                                                                                                                                                                             0.276
modeldump truck kaiser m817                                                                                                                                                          5.298
modeldurango                                                                                                                                                                         1.139
modeldurango gt                                                                                                                                                                      0.981
modeldurango gt plus sport                                                                                                                                                           1.472
modeldurango limited                                                                                                                                                                 0.160
modeldurango limited awd                                                                                                                                                             1.033
modeldurango r/t                                                                                                                                                                     1.339
modeldurango r/t sport utility                                                                                                                                                       1.775
modeldurango sxt awd gas suv                                                                                                                                                         1.937
modele 350                                                                                                                                                                           0.799
modele 350 4matic                                                                                                                                                                    1.262
modele 350 luxury                                                                                                                                                                    1.363
modele 400                                                                                                                                                                           2.971
modele 450                                                                                                                                                                           0.529
modele 550                                                                                                                                                                           1.560
modele-150                                                                                                                                                                           1.033
modele-150 cargo van                                                                                                                                                                 0.895
modele-150 reefer cargo van                                                                                                                                                          1.026
modele-350                                                                                                                                                                           1.908
modele-450                                                                                                                                                                           1.559
modele-450 galvan universal                                                                                                                                                          1.962
modele-class                                                                                                                                                                         1.460
modele-class 500 4ma                                                                                                                                                                 0.312
modele-class e 300                                                                                                                                                                   1.894
modele-class e 350                                                                                                                                                                   0.900
modele-class e 400                                                                                                                                                                   2.919
modele-class e 550                                                                                                                                                                   1.404
modele-class e 63 amg                                                                                                                                                                3.169
modele-class e350 4matic luxury sedan                                                                                                                                                0.604
modele-class e350 4matic sport sedan                                                                                                                                                 0.760
modele-class e350 sport                                                                                                                                                              0.708
modele-golf se hatchback                                                                                                                                                             0.010
modele-pace first edition                                                                                                                                                            2.457
modele-pace p250 se sport                                                                                                                                                            3.000
modele-pace p250 sport utility                                                                                                                                                       2.252
modele-pace p300 r-dynamic se                                                                                                                                                        4.001
modele-series cargo                                                                                                                                                                 -1.022
modele-series chassis                                                                                                                                                                2.222
modele-series chassis e-350                                                                                                                                                          1.007
modele-series chassis e-450 sd                                                                                                                                                       0.327
modele150 econoline                                                                                                                                                                  2.663
modele200 a econoline van                                                                                                                                                            2.857
modele250                                                                                                                                                                            0.651
modele250 cargo van                                                                                                                                                                  0.649
modele250 econoline                                                                                                                                                                  0.721
modele250 van                                                                                                                                                                        0.920
modele300                                                                                                                                                                            0.786
modele320 4matic                                                                                                                                                                     0.603
modele350                                                                                                                                                                            1.824
modele350 12-passenger van                                                                                                                                                           2.649
modele350 4matic                                                                                                                                                                     0.416
modele350 4matic awd sp                                                                                                                                                              2.270
modele350 ambulance                                                                                                                                                                  0.487
modele350 cargo van                                                                                                                                                                  1.257
modele350 e350 10ft plumbers,                                                                                                                                                        1.826
modele350 passenger van                                                                                                                                                              1.804
modele350 sport 4matic                                                                                                                                                               0.871
modele350 van xlt (15 passenger                                                                                                                                                      1.475
modele350 xlt                                                                                                                                                                        1.286
modele350sd                                                                                                                                                                          0.804
modele450                                                                                                                                                                            0.814
modele450 bus                                                                                                                                                                        1.219
modele46 m3                                                                                                                                                                          2.233
modelebony                                                                                                                                                                           3.060
modeleclipse                                                                                                                                                                         0.111
modeleclipse cross                                                                                                                                                                   0.266
modeleclipse cross es                                                                                                                                                               -0.155
modeleclipse cross le                                                                                                                                                                0.199
modeleclipse cross sp                                                                                                                                                                0.106
modeleclipse gst                                                                                                                                                                     1.302
modeleclipse spyder gt                                                                                                                                                               0.261
modeleconoline                                                                                                                                                                       1.254
modeleconoline cargo van                                                                                                                                                             1.418
modeleconoline commercial cutaway                                                                                                                                                    2.699
modeleconoline e150 cargo van                                                                                                                                                        0.742
modeleconoline e250                                                                                                                                                                  0.280
modeleconoline e350                                                                                                                                                                  1.959
modeleconoline wagon                                                                                                                                                                 1.403
modelecosport                                                                                                                                                                        0.076
modelecosport se                                                                                                                                                                    -0.220
modelecosport se fwd w/ sunroof automatic                                                                                                                                           -0.186
modelecosport se sport utility                                                                                                                                                      -0.135
modelecosport titanium                                                                                                                                                              -0.131
modeledge                                                                                                                                                                            0.506
modeledge limited                                                                                                                                                                    0.549
modeledge limited 4dr crossove                                                                                                                                                       0.302
modeledge limited awd                                                                                                                                                                0.416
modeledge limited wagon                                                                                                                                                              0.181
modeledge se                                                                                                                                                                        -0.004
modeledge sel                                                                                                                                                                        0.570
modeledge sel awd                                                                                                                                                                    0.881
modeledge sel plus awd                                                                                                                                                               0.493
modeledge sel suv                                                                                                                                                                    1.160
modeledge sport                                                                                                                                                                      1.116
modeledge sport awd! awd                                                                                                                                                             0.656
modelel camino                                                                                                                                                                       3.977
modelelantra                                                                                                                                                                        -0.364
modelelantra gls                                                                                                                                                                    -0.245
modelelantra gt                                                                                                                                                                     -0.466
modelelantra limited                                                                                                                                                                -0.211
modelelantra limited sedan 4d                                                                                                                                                       -0.869
modelelantra se                                                                                                                                                                     -0.644
modelELANTRA SE                                                                                                                                                                     -0.207
modelelantra se sedan 4d                                                                                                                                                            -0.367
modelelantra sel                                                                                                                                                                    -0.249
modelelantra touring                                                                                                                                                                -0.271
modelelantra value edition ivt                                                                                                                                                      -0.596
modeleldorado                                                                                                                                                                        4.899
modeleldorado etc                                                                                                                                                                    0.425
modelelement                                                                                                                                                                         1.265
modelelement ex awd                                                                                                                                                                  0.719
modelEmergency One Fire Truck                                                                                                                                                        2.979
modelenclave                                                                                                                                                                         1.375
modelenclave avenir sport                                                                                                                                                            2.874
modelenclave awd                                                                                                                                                                     0.557
modelenclave cxl                                                                                                                                                                     0.386
modelenclave essence sport                                                                                                                                                           2.142
modelenclave leather                                                                                                                                                                 0.759
modelenclave leather sport                                                                                                                                                           1.352
modelenclave premium sport                                                                                                                                                           2.445
modelencore                                                                                                                                                                         -0.469
modelencore convenience                                                                                                                                                              0.070
modelencore gx essence sport                                                                                                                                                         0.949
modelencore gx select sport                                                                                                                                                          0.133
modelencore leather                                                                                                                                                                 -0.073
modelencore leather sport                                                                                                                                                           -0.257
modelencore preferred                                                                                                                                                                0.135
modelencore preferred sport                                                                                                                                                          0.002
modelencore premium sport8                                                                                                                                                          -0.326
modelendeavor                                                                                                                                                                       -0.263
modelenvision                                                                                                                                                                        0.733
modelenvision essence                                                                                                                                                                0.558
modelenvision essence sport                                                                                                                                                          0.839
modelenvoy                                                                                                                                                                           0.585
modelenvoy 4x4 xuv 5.3l v8 slt loaded low miles one owner                                                                                                                            1.046
modelenvoy sle                                                                                                                                                                       0.172
modelenvoy xl                                                                                                                                                                        0.653
modeleos                                                                                                                                                                             0.085
modeleos sport convertible                                                                                                                                                           0.751
modeleqinox                                                                                                                                                                          0.907
modelequinox                                                                                                                                                                         0.194
modelequinox 1lt awd                                                                                                                                                                 0.157
modelequinox 2lt                                                                                                                                                                     0.240
modelequinox ls                                                                                                                                                                     -0.088
modelequinox lt                                                                                                                                                                     -0.060
modelequinox lt 1lt                                                                                                                                                                 -0.030
modelequinox lt awd                                                                                                                                                                  0.440
modelequinox ltz                                                                                                                                                                     0.189
modelequinox ltz awd                                                                                                                                                                -0.028
modelequinox premier                                                                                                                                                                 0.948
modelequus signature sedan 4d                                                                                                                                                        0.845
modeles                                                                                                                                                                              1.064
modeles 300                                                                                                                                                                          0.831
modeles 300h                                                                                                                                                                         1.605
modeles 350                                                                                                                                                                          0.982
modelES 350                                                                                                                                                                          0.462
modeles 350 sedan 4d                                                                                                                                                                 1.022
modeles-339                                                                                                                                                                          0.771
modeles330                                                                                                                                                                           0.200
modeles350                                                                                                                                                                           0.330
modelescalade                                                                                                                                                                        2.274
modelescalade 4wd 4dr platinum                                                                                                                                                       4.525
modelescalade awd                                                                                                                                                                    1.451
modelescalade esv                                                                                                                                                                    3.023
modelescalade esv awd                                                                                                                                                                1.201
modelescalade esv luxury                                                                                                                                                             5.237
modelescalade esv platinum                                                                                                                                                           4.675
modelescalade luxury                                                                                                                                                                 2.095
modelescalade premium sport                                                                                                                                                          2.100
modelescalade sport                                                                                                                                                                  3.215
modelescalade suv awd                                                                                                                                                                1.565
modelescape                                                                                                                                                                          0.190
modelescape **backup camera ,                                                                                                                                                       -0.059
modelescape hybrid                                                                                                                                                                   0.255
modelescape limited                                                                                                                                                                 -0.121
modelescape s                                                                                                                                                                        0.037
modelescape se                                                                                                                                                                      -0.060
modelescape se awd                                                                                                                                                                   0.009
modelescape se fwd gas suv auto                                                                                                                                                      0.411
modelescape sel                                                                                                                                                                      0.362
modelescape titanium                                                                                                                                                                 0.200
modelescape titanium 4wd                                                                                                                                                             0.350
modelescape titanium 4wd, w/ navigation                                                                                                                                              0.511
modelescape xls                                                                                                                                                                      0.780
modelescape xlt                                                                                                                                                                      0.307
modelescape xlt 4x4                                                                                                                                                                 -0.039
modelescape xlt sport utility                                                                                                                                                        0.223
modelescape xltsuv                                                                                                                                                                   0.161
modelescort zx2                                                                                                                                                                      0.719
modelevoque                                                                                                                                                                          0.930
modelevoque se 4x4 gas suv                                                                                                                                                           1.336
modelex37 journey awd! awd                                                                                                                                                           0.417
modelexcursion                                                                                                                                                                       2.259
modelexcursion eddie bauer                                                                                                                                                           1.623
modelexcursion limited                                                                                                                                                               4.059
modelexcursion limited 55k miles*1-owner*diesel*rust free*collector quality*like new in&out*all original*new wheels & tires*unicorn alert                                            6.200
modelexcursion xlt                                                                                                                                                                   2.649
modelExpedición                                                                                                                                                                      0.153
modelexpedition                                                                                                                                                                      1.846
modelexpedition eddie bauer                                                                                                                                                          0.597
modelexpedition eddie bauer 4x4                                                                                                                                                      0.923
modelexpedition el                                                                                                                                                                   0.894
modelexpedition el eddie bauer                                                                                                                                                       1.027
modelexpedition king ranch                                                                                                                                                           0.691
modelexpedition max                                                                                                                                                                  4.629
modelexpedition platinum 4x4 gas                                                                                                                                                     1.703
modelexpedition xlt                                                                                                                                                                  1.012
modelexpedition xlt 4x4                                                                                                                                                              0.280
modelexpedition xlt sport                                                                                                                                                            2.162
modelexpedition xlt suv                                                                                                                                                              2.832
modelexplorer                                                                                                                                                                        1.238
modelexplorer 4dr 114" wb xlt                                                                                                                                                       -0.619
modelexplorer 4x4                                                                                                                                                                    0.160
modelexplorer 4x4 gas suv auto                                                                                                                                                       1.636
modelexplorer eddie bauer 4wd                                                                                                                                                        0.251
modelexplorer eddie bauer 4x4                                                                                                                                                        0.784
modelexplorer eddie bauer leathe                                                                                                                                                     0.618
modelexplorer hybrid limited                                                                                                                                                         2.594
modelexplorer limited                                                                                                                                                                1.683
modelexplorer limited 4wd                                                                                                                                                            0.618
modelexplorer sport                                                                                                                                                                  1.380
modelexplorer sport 4x4                                                                                                                                                              1.125
modelexplorer sport trac xlt                                                                                                                                                         0.579
modelexplorer suv                                                                                                                                                                    0.394
modelexplorer xlt                                                                                                                                                                    0.664
modelexplorer xlt 4x4                                                                                                                                                                2.067
modelexplorer xlt suv                                                                                                                                                                1.017
modelexpress                                                                                                                                                                         1.344
modelexpress 2500                                                                                                                                                                    1.162
modelexpress 2500 extended                                                                                                                                                           0.714
modelexpress 3500 10' box truck                                                                                                                                                      1.427
modelexpress cargo                                                                                                                                                                   2.295
modelexpress cargo 3500                                                                                                                                                              1.261
modelexpress cargo van                                                                                                                                                               1.891
modelexpress commercial                                                                                                                                                              1.884
modelexpress commercial cutaway                                                                                                                                                      3.267
modelexpress cutaway 3500                                                                                                                                                            0.846
modelexpress g1500                                                                                                                                                                   0.662
modelexpress passenger                                                                                                                                                               0.762
modelf 250                                                                                                                                                                           2.359
modelf 450                                                                                                                                                                           3.646
modelf 650                                                                                                                                                                           3.165
modelf-1                                                                                                                                                                             8.577
modelf-100                                                                                                                                                                           3.824
modelf-150                                                                                                                                                                           2.280
modelf-150 crew cab                                                                                                                                                                  0.933
modelf-150 fx4                                                                                                                                                                       1.677
modelf-150 fx4 4wd!crew cab                                                                                                                                                          2.016
modelf-150 fx4 lifted crew ecoboost 3.5liter                                                                                                                                         2.730
modelf-150 king ranch 4x4 ecoboo                                                                                                                                                     2.032
modelf-150 lariat                                                                                                                                                                    2.451
modelf-150 lariat 4wd                                                                                                                                                                3.833
modelf-150 lariat supercrew 5.                                                                                                                                                       1.604
modelf-150 limited                                                                                                                                                                   1.653
modelf-150 platinum crew cab 4x4                                                                                                                                                     2.359
modelf-150 platinum**navi*cam*l                                                                                                                                                      2.831
modelf-150 super cab                                                                                                                                                                 0.810
modelf-150 supercrew                                                                                                                                                                 1.758
modelf-150 supercrew 4x4 xlt                                                                                                                                                         2.099
modelF-150 Supercrew SVT Raptor                                                                                                                                                      3.498
modelf-150 xl                                                                                                                                                                        1.730
modelf-150 xl 2dr standard cab                                                                                                                                                       0.866
modelf-150 xl 4x4                                                                                                                                                                    0.525
modelf-150 xl standard cab                                                                                                                                                           0.011
modelf-150 xl supercrew                                                                                                                                                              1.855
modelf-150 xlt                                                                                                                                                                       1.798
modelf-150 xlt 4wd                                                                                                                                                                   2.010
modelf-150 xlt 4wd supercrew                                                                                                                                                         2.177
modelf-150 xlt 4wd supercrew 5.5' box                                                                                                                                                2.199
modelf-150 xlt 4x4                                                                                                                                                                   2.041
modelf-150 xlt sport supercrew                                                                                                                                                       3.619
modelf-150 xltcrew cab                                                                                                                                                               2.361
modelf-250                                                                                                                                                                           3.513
modelf-250 4x4 service utility truck                                                                                                                                                 2.109
modelf-250 crew cab king ranch 4x4                                                                                                                                                   4.492
modelf-250 sd                                                                                                                                                                        2.928
modelf-250 super duty                                                                                                                                                                2.594
modelf-250 super duty 4x2 2dr re                                                                                                                                                     2.310
modelf-250 super duty super duty                                                                                                                                                     2.917
modelf-250 super duty xlt                                                                                                                                                            4.004
modelf-250 super duty xlt 4dr crew cab xlt                                                                                                                                           2.417
modelf-250 supercab                                                                                                                                                                  2.349
modelf-250 supert duty xlt                                                                                                                                                           0.863
modelf-250 xlt                                                                                                                                                                       0.777
modelf-350                                                                                                                                                                           4.095
modelf-350 crew cab dump bed 4x4 drw                                                                                                                                                 4.022
modelf-350 crew cab lariat 4x4                                                                                                                                                       4.278
modelf-350 crew cab lariat 4x4 drw                                                                                                                                                   3.598
modelf-350 ext cab xl 4x4                                                                                                                                                            2.432
modelf-350 super duty                                                                                                                                                                2.084
modelf-350 super duty 4x2 2dr re                                                                                                                                                     2.101
modelf-350 super duty crew cab xlt 6.7 liter                                                                                                                                         4.302
modelf-350 super duty lariat                                                                                                                                                         4.282
modelf-350 super duty super duty                                                                                                                                                     3.267
modelf-350 superduty lariat crew drw                                                                                                                                                 4.277
modelf-350 superduty xlt drw 6.7 liter diesel                                                                                                                                        4.819
modelf-350 xl                                                                                                                                                                        0.772
modelf-350 xl super duty                                                                                                                                                             1.554
modelf-350 xlt                                                                                                                                                                       3.918
modelf-350 xlt 4x4                                                                                                                                                                   1.067
modelf-350 xlt power stroke                                                                                                                                                          1.486
modelf-350 xlt stake bed                                                                                                                                                             4.418
modelf-350sd xl                                                                                                                                                                      1.408
modelf-450                                                                                                                                                                           2.491
modelf-450 sd 41 foot 4x4 3 point                                                                                                                                                    2.761
modelf-450 super duty                                                                                                                                                                1.459
modelf-450sd                                                                                                                                                                         1.909
modelf-550                                                                                                                                                                           3.634
modelf-550 4x4 flatbed                                                                                                                                                               2.000
modelf-550 super duty                                                                                                                                                                1.828
modelf-550sd                                                                                                                                                                         2.570
modelf-750                                                                                                                                                                           3.599
modelf-pace                                                                                                                                                                          2.304
modelf-pace 20d premium sport                                                                                                                                                        1.847
modelf-pace 20d prestige sport                                                                                                                                                       1.798
modelf-pace 25t prestige sport                                                                                                                                                       2.250
modelf-pace 35t r-sport                                                                                                                                                              3.029
modelf-type coupe 2d                                                                                                                                                                 2.459
modelf-type v8 s                                                                                                                                                                     2.744
modelf100                                                                                                                                                                            1.571
modelf100 pickup                                                                                                                                                                     3.029
modelf150                                                                                                                                                                            1.411
modelf150 4x4                                                                                                                                                                        1.090
modelf150 fx4                                                                                                                                                                        1.184
modelf150 fx4 4x4                                                                                                                                                                    1.537
modelf150 fx4 4x4 1/2 ton gas                                                                                                                                                        2.268
modelf150 king ranch                                                                                                                                                                 1.544
modelf150 king ranch fx4 4x4 gas                                                                                                                                                     3.227
modelf150 lariat                                                                                                                                                                     1.293
modelf150 lariat 4wd                                                                                                                                                                 3.596
modelf150 lariat fx4 4x4 1/2 ton                                                                                                                                                     3.638
modelf150 limited 4x4 half ton                                                                                                                                                       4.530
modelf150 platinum                                                                                                                                                                   1.315
modelf150 platinum 4x4 1/2 ton                                                                                                                                                       4.210
modelf150 platinum fx4 4x4 gas                                                                                                                                                       2.973
modelf150 regular cab                                                                                                                                                                0.586
modelf150 regular cab xl pickup                                                                                                                                                      1.506
modelf150 stx                                                                                                                                                                       -0.335
modelf150 stx 4x4 half ton gas                                                                                                                                                       3.001
modelf150 super cab                                                                                                                                                                  1.434
modelf150 super cab lariat                                                                                                                                                           1.963
modelf150 super cab xl pickup 4d                                                                                                                                                     1.623
modelf150 super cab xlt pickup                                                                                                                                                       2.294
modelf150 supercab xlt                                                                                                                                                               0.651
modelf150 supercab xlt 4x4                                                                                                                                                           1.040
modelf150 supercrew                                                                                                                                                                  1.448
modelf150 supercrew cab                                                                                                                                                              1.056
modelf150 supercrew cab fx4                                                                                                                                                          2.388
modelf150 supercrew cab lariat                                                                                                                                                       2.996
modelf150 supercrew cab xl                                                                                                                                                           2.143
modelf150 supercrew cab xlt                                                                                                                                                          2.271
modelf150 svt lightning                                                                                                                                                              3.048
modelf150 xl                                                                                                                                                                         0.375
modelf150 xlt                                                                                                                                                                        2.125
modelf150 xlt 4wd                                                                                                                                                                    1.280
modelf150 xlt 4wd f-150 4x4                                                                                                                                                          2.443
modelf150 xlt 4x4                                                                                                                                                                    1.466
modelf150 xlt 4x4 half ton gas                                                                                                                                                       1.920
modelf150 xlt fx4                                                                                                                                                                    1.047
modelf150 xlt fx4 4x4 half ton                                                                                                                                                       3.191
modelf150 xlt sport 4x4 half ton                                                                                                                                                     2.720
modelf150 xlt sport crew                                                                                                                                                             2.179
modelf150 xlt supercrew                                                                                                                                                              2.062
modelf150 xlt triton v8                                                                                                                                                              0.602
modelf150 xlt xtr 4x4 half ton                                                                                                                                                       2.357
modelf250                                                                                                                                                                            3.434
modelf250 4wd                                                                                                                                                                        4.050
modelf250 4x4                                                                                                                                                                        2.765
modelf250 4x4 diesel crew cab                                                                                                                                                        3.447
modelf250 7.3 diesel                                                                                                                                                                 0.729
modelf250 crew cab long bed                                                                                                                                                          2.449
modelf250 diesel                                                                                                                                                                     1.743
modelf250 ext cab 4x4                                                                                                                                                                1.761
modelf250 lariat                                                                                                                                                                     2.549
modelf250 lariat 4x4 diesel                                                                                                                                                          4.648
modelf250 platinum 4x4                                                                                                                                                               4.335
modelf250 sd xlt                                                                                                                                                                     2.743
modelf250 super duty                                                                                                                                                                 1.954
modelf250 super duty 4x4                                                                                                                                                             3.153
modelf250 super duty 4x4 diesel                                                                                                                                                      2.494
modelf250 super duty crew cab                                                                                                                                                        4.016
modelf250 super duty diesel                                                                                                                                                          2.289
modelf250 super duty lariat                                                                                                                                                          4.967
modelf250 super duty platinum                                                                                                                                                        3.567
modelf250 super duty regular cab                                                                                                                                                     2.690
modelf250 super duty super cab                                                                                                                                                       2.644
modelf250 super duty xlt                                                                                                                                                             2.650
modelf250 xlt                                                                                                                                                                        1.766
modelf350                                                                                                                                                                            2.919
modelf350 crew cab                                                                                                                                                                   1.715
modelf350 deisel powerstroke xlt                                                                                                                                                     2.771
modelf350 diesel                                                                                                                                                                     1.480
modelf350 drw 4x4                                                                                                                                                                    3.977
modelf350 dually                                                                                                                                                                     2.707
modelf350 dump truck                                                                                                                                                                 3.934
modelf350 lariat                                                                                                                                                                     2.417
modelf350 lariat srw 4x4                                                                                                                                                             2.864
modelf350 super duty                                                                                                                                                                 2.433
modelf350 super duty 4x4                                                                                                                                                             4.964
modelf350 super duty crew cab                                                                                                                                                        2.803
modelf350 super duty larait                                                                                                                                                          4.611
modelf350 work truck                                                                                                                                                                 1.249
modelf350 xl                                                                                                                                                                         0.569
modelf350 xl fx4 4x4 one ton                                                                                                                                                         4.006
modelf450 super duty                                                                                                                                                                 1.825
modelf450 xl                                                                                                                                                                         1.300
modelf450sd                                                                                                                                                                          3.550
modelf50                                                                                                                                                                             1.920
modelf550                                                                                                                                                                            3.766
modelf550 4x4 crew cab                                                                                                                                                               4.958
modelf550 lariat                                                                                                                                                                    -0.026
modelf550 super duty                                                                                                                                                                 2.904
modelf550 super duty crew cab & chassis                                                                                                                                              5.400
modelf550 xl                                                                                                                                                                         6.047
modelf650                                                                                                                                                                            3.044
modelf650 super duty                                                                                                                                                                 2.777
modelf750                                                                                                                                                                            2.731
modelf750 xl                                                                                                                                                                         2.829
modelfairlane                                                                                                                                                                        3.909
modelfalcon wagon                                                                                                                                                                   10.713
modelfh 100 box truck                                                                                                                                                                2.203
modelfiesta                                                                                                                                                                         -0.899
modelfiesta s                                                                                                                                                                       -0.792
modelfiesta se                                                                                                                                                                      -0.705
modelfiesta se hatchback                                                                                                                                                            -0.327
modelfiesta se sedan 4d                                                                                                                                                             -0.482
modelfirebird                                                                                                                                                                        1.869
modelfirebird trans-am                                                                                                                                                               2.350
modelfit                                                                                                                                                                            -0.164
modelfit ex hatchback 4d                                                                                                                                                            -0.107
modelfive hundred                                                                                                                                                                    0.556
modelfive hundred sel                                                                                                                                                                0.512
modelfj cruiser                                                                                                                                                                      3.414
modelfj cruiser 4x4                                                                                                                                                                  2.042
modelfj cruiser base                                                                                                                                                                 1.963
modelflex                                                                                                                                                                            0.665
modelflex se sport utility 4d                                                                                                                                                        0.628
modelflex sel                                                                                                                                                                        0.118
modelflex sel awd                                                                                                                                                                    0.400
modelfocus                                                                                                                                                                          -0.314
modelfocus electric 3u                                                                                                                                                               1.697
modelfocus electric hatchback 4d                                                                                                                                                    -0.518
modelfocus rs awd gas hatchback                                                                                                                                                      2.584
modelfocus se                                                                                                                                                                       -0.564
modelfocus se automatic                                                                                                                                                             -0.325
modelfocus se fwd gas sedan auto                                                                                                                                                    -0.277
modelfocus se hatchback                                                                                                                                                             -0.540
modelfocus se sedan                                                                                                                                                                 -0.635
modelfocus se sedan 4d                                                                                                                                                              -0.402
modelfocus se!                                                                                                                                                                      -0.290
modelfocus sel                                                                                                                                                                      -0.480
modelfocus ses                                                                                                                                                                       0.460
modelfocus st                                                                                                                                                                        0.073
modelfocus st hatchback 4d                                                                                                                                                           0.807
modelfocus titanium                                                                                                                                                                 -0.752
modelfocus titanium hatchback 4d                                                                                                                                                    -0.136
modelfocus wagon zxw                                                                                                                                                                -0.317
modelfocus zx4                                                                                                                                                                      -0.269
modelfocus zx5                                                                                                                                                                      -0.199
modelFord.cope                                                                                                                                                                       7.549
modelFORD/EXPLORER                                                                                                                                                                   0.681
modelforde450                                                                                                                                                                        0.428
modelforester                                                                                                                                                                        0.592
modelforester (natl)                                                                                                                                                                 0.395
modelforester 2.5 x                                                                                                                                                                  0.296
modelforester 2.5i                                                                                                                                                                   0.217
modelforester 2.5i premium                                                                                                                                                          -0.108
modelforester 2.5i premium awd                                                                                                                                                       0.038
modelforester 2.5i sport                                                                                                                                                             0.347
modelforester 2.5x                                                                                                                                                                   0.001
modelforester 2.5x premium                                                                                                                                                           0.199
modelforester 2.5x premium awd                                                                                                                                                       0.063
modelforester premium awd                                                                                                                                                            0.902
modelforester x                                                                                                                                                                     -0.085
modelforte                                                                                                                                                                          -0.660
modelforte ex                                                                                                                                                                       -0.231
modelforte fe sedan 4d                                                                                                                                                              -0.399
modelforte koup                                                                                                                                                                     -0.063
modelforte koup ex coupe 2d                                                                                                                                                         -0.110
modelforte koup sx coupe 2d                                                                                                                                                         -0.010
modelforte lx                                                                                                                                                                       -0.686
modelforte lx sedan 4d                                                                                                                                                              -0.228
modelforte lxs                                                                                                                                                                       0.013
modelforte sx                                                                                                                                                                       -0.330
modelfreestar                                                                                                                                                                        0.601
modelfreestar ses                                                                                                                                                                    0.254
modelfreestyle limited                                                                                                                                                               0.089
modelFreighliner                                                                                                                                                                     5.905
modelfreightliner                                                                                                                                                                    2.504
modelFREIGHTLINER                                                                                                                                                                    4.860
modelfreightliner bus                                                                                                                                                                0.082
modelfreightliner cascadia                                                                                                                                                           7.237
modelFREIGHTLINER CASCADIA                                                                                                                                                           5.063
modelfreightliner fl70                                                                                                                                                               4.504
modelFreightliner M-Line Walk-in Van                                                                                                                                                 3.360
modelfreightliner m2                                                                                                                                                                -0.508
modelFreightliner M2                                                                                                                                                                 6.740
modelFreightliner M2 106                                                                                                                                                             4.622
modelFreightliner ms 106                                                                                                                                                             2.090
modelFreightliner MT55                                                                                                                                                               3.453
modelFREIGHTLINER THOMAS                                                                                                                                                            -0.139
modelfrontier                                                                                                                                                                        1.121
modelfrontier 4x4                                                                                                                                                                    0.678
modelfrontier 4x4 ext cab                                                                                                                                                            0.581
modelfrontier crew cab                                                                                                                                                               0.776
modelfrontier crew cab pro-4x                                                                                                                                                        1.722
modelfrontier crew cab sv                                                                                                                                                            1.108
modelfrontier king cab s                                                                                                                                                             0.581
modelfrontier se                                                                                                                                                                     1.708
modelfrontier standard                                                                                                                                                               0.794
modelfrontier sv 85k ml.1owner well maint clean car-fax toolbox                                                                                                                      0.219
modelfrontier sv crew cab                                                                                                                                                            1.010
modelftype s british design                                                                                                                                                          4.143
modelfusion                                                                                                                                                                         -0.174
modelfusion energi                                                                                                                                                                  -0.120
modelfusion hybrid                                                                                                                                                                   0.158
modelfusion hybrid se                                                                                                                                                               -0.022
modelfusion r4511                                                                                                                                                                    0.127
modelfusion s                                                                                                                                                                       -0.314
modelfusion se                                                                                                                                                                       0.443
modelfusion se 4dr sedan                                                                                                                                                             0.116
modelfusion se v6                                                                                                                                                                   -0.271
modelfusion se w / navigation                                                                                                                                                       -0.061
modelfusion sel                                                                                                                                                                     -0.177
modelfusion titanium                                                                                                                                                                -0.300
modelfuso                                                                                                                                                                           -0.552
modelfuso fe160                                                                                                                                                                      2.229
modelfuso fh211                                                                                                                                                                      3.751
modelFuso Mk                                                                                                                                                                         1.063
modelfx35                                                                                                                                                                            0.699
modelfx37                                                                                                                                                                            0.773
modelg 37c                                                                                                                                                                           1.355
modelg g37 convertible 2d                                                                                                                                                            0.948
modelg g37 journey sedan 4d                                                                                                                                                          0.739
modelg g37x sedan 4d                                                                                                                                                                 0.872
modelg sedan                                                                                                                                                                         0.173
modelg-6                                                                                                                                                                            -0.114
modelg-series                                                                                                                                                                        1.630
modelg35                                                                                                                                                                             0.784
modelg37 sedan                                                                                                                                                                       0.281
modelg37x                                                                                                                                                                            0.623
modelg37x awd                                                                                                                                                                        0.324
modelg550                                                                                                                                                                            3.709
modelg6                                                                                                                                                                             -0.043
modelg6 gt                                                                                                                                                                           0.159
modelg63                                                                                                                                                                             0.778
modelg8                                                                                                                                                                              1.917
modelg8 gt                                                                                                                                                                           1.268
modelgalaxie                                                                                                                                                                         4.004
modelgalaxie 500                                                                                                                                                                     4.281
modelgazelle                                                                                                                                                                         2.322
modelgenesis                                                                                                                                                                         0.369
modelgenesis 3.8 sedan 4d                                                                                                                                                            0.845
modelgenesis 3.8l                                                                                                                                                                   -1.018
modelgenesis coupe 3.8                                                                                                                                                               0.018
modelgenesis coupe 3.8 2d                                                                                                                                                            0.885
modelGenesis G70 2.0T Advanced Sedan                                                                                                                                                 1.673
modelGenesis G70 2.0T Sedan 4D                                                                                                                                                       1.071
modelGenesis G70 3.3T Advanced Sedan                                                                                                                                                 2.202
modelGenesis G70 3.3T Dynamic Edition                                                                                                                                                2.623
modelGenesis G80                                                                                                                                                                     0.979
modelGENESIS G80                                                                                                                                                                     1.781
modelGenesis G80 3.8 Sedan 4D                                                                                                                                                        1.132
modelGenesis G90 3.3T Premium Sedan                                                                                                                                                  2.174
modelGenesis G90 5.0 Ultimate Sedan                                                                                                                                                  3.334
modelgl-class                                                                                                                                                                        0.928
modelgl450 4matic 4wd l                                                                                                                                                              1.497
modelgl450 4matic awd                                                                                                                                                                0.825
modelgla                                                                                                                                                                             0.436
modelgla 250 4matic                                                                                                                                                                  1.089
modelgla-class                                                                                                                                                                       0.863
modelgla-class gla 45                                                                                                                                                                2.240
modelgladiator                                                                                                                                                                       3.668
modelgladiator overland pickup                                                                                                                                                       2.686
modelGladiator Spartan                                                                                                                                                               3.083
modelgladiator sport pickup 4d 5                                                                                                                                                     2.024
modelglc                                                                                                                                                                             1.344
modelglc 300 4matic awd                                                                                                                                                              1.862
modelglc 300 sport                                                                                                                                                                   1.469
modelglc-class                                                                                                                                                                       1.884
modelgle                                                                                                                                                                             2.628
modelgle 350                                                                                                                                                                         2.660
modelgle 350 4matic                                                                                                                                                                  1.962
modelgle 350 sport                                                                                                                                                                   1.912
modelgle 400                                                                                                                                                                         2.246
modelgli                                                                                                                                                                            -0.057
modelglk                                                                                                                                                                             0.586
modelglk 350                                                                                                                                                                         0.545
modelglk-class                                                                                                                                                                       0.818
modelglk350 4matic awd                                                                                                                                                               0.434
modelgls 450 4matic                                                                                                                                                                  4.235
modelgls 450 sport                                                                                                                                                                   2.795
modelgls 550 sport                                                                                                                                                                   4.067
modelgls new beetle convertible                                                                                                                                                     -0.359
modelgls-class                                                                                                                                                                       3.744
modelGMC, Ford, Freightliner & More                                                                                                                                                  2.491
modelGMC* SIERRA                                                                                                                                                                     1.822
modelgolf 1.4t tsi                                                                                                                                                                   0.026
modelgolf 2.5l pzev                                                                                                                                                                 -0.483
modelgolf alltrack                                                                                                                                                                   0.988
modelgolf gti                                                                                                                                                                        0.404
modelgolf gti s                                                                                                                                                                      0.548
modelgolf gti s hatchback                                                                                                                                                            0.877
modelgolf gti se hatchback                                                                                                                                                           0.731
modelgolf r                                                                                                                                                                          1.667
modelgolf s                                                                                                                                                                          0.248
modelgolf sportwagen                                                                                                                                                                 0.047
modelgolf sportwagen tdi                                                                                                                                                             0.742
modelgolf sportwagen tsi s                                                                                                                                                           0.057
modelgolf tdi sel                                                                                                                                                                    0.430
modelgrand am                                                                                                                                                                        0.942
modelgrand can                                                                                                                                                                       0.913
modelgrand caravan                                                                                                                                                                   0.302
modelgrand caravan american value package                                                                                                                                           -0.178
modelgrand caravan passenger                                                                                                                                                         0.123
modelgrand caravan r/t                                                                                                                                                               0.022
modelgrand caravan se                                                                                                                                                                0.037
modelgrand caravan sxt                                                                                                                                                               0.406
modelgrand caravan sxt wheelch                                                                                                                                                       1.593
modelgrand caravan sxt wheelcha                                                                                                                                                      1.508
modelgrand caravan wheelchair                                                                                                                                                        0.413
modelgrand cherokee                                                                                                                                                                  1.651
modelgrand cherokee 4dr laredo 4wd                                                                                                                                                   1.363
modelgrand cherokee 4x4                                                                                                                                                              0.930
modelgrand cherokee high                                                                                                                                                             1.331
modelgrand cherokee laredo                                                                                                                                                           0.806
modelgrand cherokee laredo 4x4                                                                                                                                                       0.984
modelgrand cherokee laredo 4x4 1owner well maint*new wheels*deliver 2u                                                                                                               0.500
modelgrand cherokee laredo e                                                                                                                                                         1.505
modelgrand cherokee laredo sport                                                                                                                                                     1.345
modelgrand cherokee laredo x                                                                                                                                                         0.704
modelgrand cherokee limited                                                                                                                                                          0.858
modelgrand cherokee limited 4x4                                                                                                                                                      1.377
modelgrand cherokee overland                                                                                                                                                         0.493
modelgrand cherokee srt8                                                                                                                                                             2.540
modelgrand marquis                                                                                                                                                                   1.540
modelgrand marquis ls                                                                                                                                                                1.251
modelgrand prix                                                                                                                                                                      0.908
modelgrand wagoneer                                                                                                                                                                  2.857
modelgs                                                                                                                                                                              0.397
modelgs 300                                                                                                                                                                          0.967
modelgs 350                                                                                                                                                                          1.100
modelgs 350 awd                                                                                                                                                                      1.282
modelgs 350 sedan 4d                                                                                                                                                                 1.479
modelgs300                                                                                                                                                                           0.363
modelgs300 awd                                                                                                                                                                       0.592
modelgs400                                                                                                                                                                           1.324
modelgt premium 2,200 miles                                                                                                                                                          2.937
modelgti                                                                                                                                                                             0.605
modelgti wolfsburg edition                                                                                                                                                           0.460
modelgto                                                                                                                                                                             5.523
modelgx                                                                                                                                                                              2.428
modelgx 460                                                                                                                                                                          2.176
modelgx 470 4dr suv 2-owner arizona gx*rust&accident free*new timing belt&water pump*new bilstein lift*new wheels&tires* immaculate shape*all books and keys*all records since new   2.533
modelgx470                                                                                                                                                                           1.598
modelH1 HUMMVEE                                                                                                                                                                      3.265
modelhardtop 2 door cooper s                                                                                                                                                         0.131
modelhardtop 2 door john cooper                                                                                                                                                      1.029
modelhardtop 4 door cooper                                                                                                                                                           0.056
modelhardtop john cooper works                                                                                                                                                       1.270
modelhhr                                                                                                                                                                            -0.433
modelhhr lt                                                                                                                                                                         -0.577
modelhhr lt cruiser equinox                                                                                                                                                         -0.095
modelhigh sierra pickup                                                                                                                                                              1.249
modelhigh top conversion van g1500 cash only                                                                                                                                         1.630
modelhighlander                                                                                                                                                                      1.368
modelhighlander 4x4 v6                                                                                                                                                               1.142
modelhighlander awd                                                                                                                                                                  0.549
modelhighlander base plus                                                                                                                                                            0.635
modelhighlander hybrid                                                                                                                                                               0.489
modelhighlander le                                                                                                                                                                   0.755
modelhighlander le - awd suv - local - clean car fax                                                                                                                                 1.418
modelhighlander le sport                                                                                                                                                             1.724
modelhighlander limited                                                                                                                                                              1.107
modelhighlander sport                                                                                                                                                                0.831
modelhighlander v6 limted                                                                                                                                                            0.499
modelhighlander xle sport                                                                                                                                                            1.591
modelhighlander xle v6 awd (natl)                                                                                                                                                    1.528
modelHino 268                                                                                                                                                                        4.073
modelhomda odyssey                                                                                                                                                                   0.482
modelHONDA* CIVIC*                                                                                                                                                                   0.420
modelHONDA/CIVIC                                                                                                                                                                     0.044
modelhot rod                                                                                                                                                                         8.531
modelhr-v                                                                                                                                                                           -0.101
modelhr-v ex-l                                                                                                                                                                       0.220
modelhs 250 premium                                                                                                                                                                  0.088
modelhse                                                                                                                                                                             0.580
modelhse 4x4 s                                                                                                                                                                       1.016
modelHummer H2                                                                                                                                                                       4.340
modelHUMMER H2                                                                                                                                                                       0.808
modelHUMMER H2 SUT                                                                                                                                                                   2.990
modelhummer h3                                                                                                                                                                       0.869
modelHummer H3                                                                                                                                                                       1.530
modelhundai elantra                                                                                                                                                                  0.035
modelHupmobile                                                                                                                                                                       7.030
modelHyundia Accent                                                                                                                                                                 -1.037
modelhyundia tucson                                                                                                                                                                  0.120
modeli3 base w/range extender                                                                                                                                                        0.277
modeli3 hatchback 4d                                                                                                                                                                 0.260
modeli3 rex                                                                                                                                                                         -0.209
modeli30                                                                                                                                                                             0.966
modeli35                                                                                                                                                                             0.328
modeli8                                                                                                                                                                              4.736
modelIC Corporation                                                                                                                                                                  2.952
modelilx                                                                                                                                                                             0.487
modelilx 2.0l                                                                                                                                                                        0.338
modelilx 2.0l sedan 4d                                                                                                                                                               0.408
modelilx premium pkg sedan 4d                                                                                                                                                        0.484
modelilx sedan 4d                                                                                                                                                                    0.252
modelilx special edition sedan                                                                                                                                                       0.248
modelilx technology and a-spec                                                                                                                                                       0.953
modelimpala                                                                                                                                                                          0.373
modelimpala limited                                                                                                                                                                 -0.716
modelimpala ls                                                                                                                                                                      -0.046
modelimpala lt                                                                                                                                                                       0.253
modelimpala lt sedan 4d                                                                                                                                                              0.104
modelimpala ltz sedan 4d                                                                                                                                                             0.649
modelimpala premier                                                                                                                                                                  0.304
modelimpala premier sedan                                                                                                                                                            0.494
modelimpreza                                                                                                                                                                         0.083
modelimpreza 2.0i awd                                                                                                                                                               -0.552
modelimpreza 2.0i limited                                                                                                                                                            0.180
modelimpreza 2.0i premium                                                                                                                                                            0.015
modelimpreza 2.0i premium 5-door cvt                                                                                                                                                 3.665
modelimpreza 2.5i                                                                                                                                                                    0.145
modelimpreza 2.5ts                                                                                                                                                                   0.512
modelimpreza outback sport                                                                                                                                                           0.150
modelimpreza sedan wrx                                                                                                                                                               1.019
modelimpreza wagon                                                                                                                                                                  -0.064
modelimpreza wrx                                                                                                                                                                     0.999
modelimpreza wrx hatchback                                                                                                                                                           0.661
modelimpreza wrx limited sedan                                                                                                                                                       0.900
modelimpreza wrx sti                                                                                                                                                                 1.405
modelimpreza wrx sti sedan 4d                                                                                                                                                        1.767
modelimpreza wrx sti sedan only 80k heated seats 1 owner                                                                                                                             1.505
modelinsight ex 4dr hatchback                                                                                                                                                        0.020
modelinsight lx                                                                                                                                                                     -0.353
modelinternational                                                                                                                                                                   2.266
modelINTERNATIONAL 2654                                                                                                                                                              1.666
modelinternational 4300                                                                                                                                                              1.107
modelInternational 4300                                                                                                                                                              4.873
modelinternational 4400                                                                                                                                                              1.964
modelinternational 4700                                                                                                                                                              2.708
modelInternational Box Truck                                                                                                                                                         5.398
modelInternational Crew cab                                                                                                                                                          3.529
modelInternational durastar 4300                                                                                                                                                     2.721
modelInternational F650                                                                                                                                                              4.121
modelInternational Harvester L120                                                                                                                                                    5.369
modelInternational Oil Filed Truck                                                                                                                                                   1.420
modelinternational prostar                                                                                                                                                           3.387
modelInternational S-1900                                                                                                                                                            3.199
modelInternational shuttle bus                                                                                                                                                       1.043
modelInternational TerraStar                                                                                                                                                         4.279
modelion                                                                                                                                                                             0.261
modelioniq electric                                                                                                                                                                 -0.071
modelioniq hybrid sel                                                                                                                                                               -0.206
modelioniq plug-in hybrid                                                                                                                                                            0.665
modelis                                                                                                                                                                              0.913
modelis 200t sedan 4d                                                                                                                                                                1.036
modelis 250                                                                                                                                                                          0.530
modelis 250 4dr sport sdn auto                                                                                                                                                       0.947
modelis 250 awd                                                                                                                                                                      0.207
modelis 250 crafted line sedan                                                                                                                                                       1.064
modelis 250 is250 350 is350                                                                                                                                                          1.480
modelis 250 sedan 4d                                                                                                                                                                 1.154
modelis 300                                                                                                                                                                          1.171
modelis 300 sedan 4d                                                                                                                                                                 1.354
modelis 350 f sport sedan 4d                                                                                                                                                         2.744
modelis 350 sedan 4d                                                                                                                                                                 1.621
modelis250 awd                                                                                                                                                                       0.467
modelIsuzu Box Truck                                                                                                                                                                 1.529
modelIsuzu DSL REG AT                                                                                                                                                                2.397
modelIsuzu HTR                                                                                                                                                                       2.107
modelisuzu npr                                                                                                                                                                       2.253
modelIsuzu NPR                                                                                                                                                                       2.247
modelisuzu npr hd                                                                                                                                                                    1.255
modelIsuzu NPR HD                                                                                                                                                                    2.628
modelIsuzu NPR HD GAS CREW                                                                                                                                                           1.706
modelisuzu NQR                                                                                                                                                                       1.993
modelIsuzu NRR                                                                                                                                                                       3.773
modelISUZU NRR                                                                                                                                                                       2.902
modelIsuzu Rodeo                                                                                                                                                                     0.641
modelIsuzu Trooper                                                                                                                                                                   1.442
modelisuzu trooper ls                                                                                                                                                                0.215
modelIsuzu Trooper S                                                                                                                                                                 1.163
modelizuzu npr                                                                                                                                                                       1.536
modeljetta                                                                                                                                                                          -0.166
modeljetta 1.4t s sedan                                                                                                                                                             -0.450
modeljetta 1.4t s sedan 4d                                                                                                                                                          -0.242
modeljetta 1.4t sel                                                                                                                                                                  0.210
modeljetta gli 35th                                                                                                                                                                  0.774
modeljetta gli autobahn                                                                                                                                                              0.745
modeljetta gli fwd gas                                                                                                                                                               0.716
modeljetta gls                                                                                                                                                                       0.189
modeljetta s                                                                                                                                                                        -0.283
modeljetta se                                                                                                                                                                       -0.284
modeljetta sedan                                                                                                                                                                     0.004
modeljetta sedan 4dr auto limited pzev                                                                                                                                              -0.661
modeljetta sportwagen 2.0l                                                                                                                                                           0.276
modeljetta sportwagen tdi                                                                                                                                                           -0.308
modeljetta tdi                                                                                                                                                                      -0.270
modeljetta tsi                                                                                                                                                                      -0.396
modeljetta wagon                                                                                                                                                                     0.482
modeljimmy                                                                                                                                                                           0.430
modeljourney                                                                                                                                                                        -0.037
modeljourney crossroad plus                                                                                                                                                          0.196
modeljourney r/t                                                                                                                                                                    -0.026
modeljourney r/t sport utility                                                                                                                                                       0.479
modeljourney se                                                                                                                                                                     -0.447
modeljourney se value sport                                                                                                                                                          0.169
modeljourney sxt                                                                                                                                                                     0.010
modeljuke                                                                                                                                                                           -0.080
modeljuke s turbo                                                                                                                                                                   -0.204
modeljx jx35 sport utility                                                                                                                                                           0.964
modeljx35                                                                                                                                                                           -0.858
modelk20                                                                                                                                                                             2.828
modelk5 blazer                                                                                                                                                                       1.698
modelk900 luxury sedan 4d                                                                                                                                                            1.932
modelkarmann ghia                                                                                                                                                                    7.669
modelKenworth T3 Series DUMP                                                                                                                                                         6.610
modelKenworth T370                                                                                                                                                                   2.990
modelkenworth t600                                                                                                                                                                   8.938
modelKenworth T680                                                                                                                                                                   7.099
modelkenworth t800                                                                                                                                                                   2.938
modelkicks                                                                                                                                                                           0.054
modelkit car                                                                                                                                                                         3.130
modelkona                                                                                                                                                                            0.383
modelkona electric ultimate                                                                                                                                                          1.875
modell-100                                                                                                                                                                           0.412
modellacrosse                                                                                                                                                                        0.186
modellacrosse cx                                                                                                                                                                     0.211
modellacrosse sx                                                                                                                                                                    -0.033
modellacrosse touring                                                                                                                                                                0.373
modellancer                                                                                                                                                                         -0.271
modellancer es                                                                                                                                                                      -0.359
modelland cruiser                                                                                                                                                                    4.623
modelland cruiser fj80                                                                                                                                                               4.050
modelland cruiser hdj81 - 80 series                                                                                                                                                  5.867
modellandcruiser                                                                                                                                                                     2.734
modellaramoi long horn                                                                                                                                                               1.393
modellcf                                                                                                                                                                             0.869
modelle baron                                                                                                                                                                        1.600
modelleaf                                                                                                                                                                           -0.866
modelleaf s hatchback 4d                                                                                                                                                            -0.602
modelleaf sl                                                                                                                                                                         0.734
modelleaf sv hatchback 4d                                                                                                                                                            0.096
modellegacy                                                                                                                                                                          0.108
modellegacy 2.5i                                                                                                                                                                    -0.221
modellegacy 2.5i limited                                                                                                                                                            -0.072
modellegacy 2.5i limited awd                                                                                                                                                        -0.174
modellegacy 2.5i limited sedan                                                                                                                                                       0.296
modellegacy 2.5i premium                                                                                                                                                             0.010
modellegacy 2.5i premium sedan                                                                                                                                                       0.118
modellegacy 3.6r limited                                                                                                                                                             0.244
modellegacy 3.6r limited sedan                                                                                                                                                       0.777
modellegacy awd 4dr. sedan                                                                                                                                                          -0.182
modellegacy gt                                                                                                                                                                       0.678
modellegacy outback                                                                                                                                                                  0.736
modellegacy premium                                                                                                                                                                 -0.277
modellemans                                                                                                                                                                          4.782
modellesabre                                                                                                                                                                         0.613
modelliberty                                                                                                                                                                         0.327
modelliberty 4x4                                                                                                                                                                     0.386
modelliberty 65 4x4                                                                                                                                                                  0.372
modelliberty crd                                                                                                                                                                     0.496
modelliberty limited 4wd                                                                                                                                                             0.494
modelliberty renegade                                                                                                                                                               -0.045
modelliberty sport                                                                                                                                                                   0.235
modelliberty sport 4x4                                                                                                                                                               0.162
modellifted cherokee trailhawk                                                                                                                                                       1.729
modellifted f150 xlt 4x4 1/2 ton                                                                                                                                                     3.416
modellifted tacoma trd off 4x4                                                                                                                                                       2.822
modellifted tundra platinum                                                                                                                                                          4.085
modellifted wrangler sport 4x4                                                                                                                                                       1.243
modellifted wrangler unlimited                                                                                                                                                       2.646
modellightning                                                                                                                                                                       2.059
modellimited                                                                                                                                                                         0.639
modellimo                                                                                                                                                                            0.255
modellimousine                                                                                                                                                                       0.522
modellr2                                                                                                                                                                             0.322
modellr4                                                                                                                                                                             0.698
modellr4 hse                                                                                                                                                                         0.726
modells                                                                                                                                                                              0.760
modells 430                                                                                                                                                                          1.128
modells 460                                                                                                                                                                          1.525
modells 460 crafted line sedan                                                                                                                                                       2.245
modells 460 f sport                                                                                                                                                                  2.594
modells 460 l sedan 4d                                                                                                                                                               2.654
modells 460 rwd                                                                                                                                                                      1.270
modells 460 sedan 4d                                                                                                                                                                 2.785
modells v8                                                                                                                                                                           0.911
modells400                                                                                                                                                                           0.849
modells460                                                                                                                                                                           0.843
modellucerne                                                                                                                                                                         0.102
modellucerne cxl                                                                                                                                                                     0.323
modellucerne cxs                                                                                                                                                                     0.392
modellucerne super                                                                                                                                                                  -0.045
modellumina                                                                                                                                                                          0.558
modellx                                                                                                                                                                              2.255
modellx 470                                                                                                                                                                          3.199
modelm m37x sedan 4d                                                                                                                                                                 1.085
modelm m56 sedan 4d                                                                                                                                                                  0.948
modelm-class                                                                                                                                                                         1.179
modelm3                                                                                                                                                                              3.222
modelm3 convertible 2d                                                                                                                                                               2.549
modelm3 coupe                                                                                                                                                                        2.890
modelm3 coupe 2d                                                                                                                                                                     3.978
modelm3 sedan                                                                                                                                                                        1.248
modelm35                                                                                                                                                                             0.540
modelm35x                                                                                                                                                                            0.507
modelm37x                                                                                                                                                                            0.333
modelm5                                                                                                                                                                              2.722
modelm6                                                                                                                                                                              2.075
modelm6 coupe 4d                                                                                                                                                                     4.821
modelm6 gran coupe                                                                                                                                                                   4.223
modelMA                                                                                                                                                                              0.811
modelmacan                                                                                                                                                                           4.729
modelmacan turbo                                                                                                                                                                     5.023
modelmacan turbo awd crossove                                                                                                                                                        2.925
modelmalibu                                                                                                                                                                         -0.064
modelmalibu 2lt                                                                                                                                                                     -0.671
modelmalibu eco                                                                                                                                                                     -0.218
modelmalibu limited                                                                                                                                                                 -0.260
modelmalibu limited ls                                                                                                                                                              -0.008
modelmalibu limited ltz                                                                                                                                                              0.144
modelmalibu ls                                                                                                                                                                      -0.080
modelmalibu ls sedan 4d                                                                                                                                                             -0.117
modelmalibu lt                                                                                                                                                                      -0.261
modelmalibu lt turbo                                                                                                                                                                -0.005
modelmalibu maxx                                                                                                                                                                    -0.148
modelmariner                                                                                                                                                                         0.111
modelMark III                                                                                                                                                                        4.637
modelmark lt                                                                                                                                                                         1.462
modelmaserati                                                                                                                                                                        3.299
modelMaserati Ghibli                                                                                                                                                                 1.960
modelMASERATI GHIBLI                                                                                                                                                                 1.828
modelMaserati Ghibli S Q4                                                                                                                                                            2.614
modelMASERATI GRANTURISMO                                                                                                                                                            2.917
modelMaserati GranTurismo S                                                                                                                                                          3.201
modelMaserati GranTursimo S                                                                                                                                                          6.932
modelMaserati LEVANTE LUXURY                                                                                                                                                         3.175
modelmatrix                                                                                                                                                                          0.600
modelmatrix s awd                                                                                                                                                                    0.191
modelmaxima                                                                                                                                                                          0.241
modelmaxima s                                                                                                                                                                       -0.044
modelmaxima se                                                                                                                                                                       0.619
modelmaxima sv sedan 4d                                                                                                                                                              0.617
modelmazda2 sport                                                                                                                                                                   -0.303
modelmazda3                                                                                                                                                                          0.031
modelmazda3 4-door                                                                                                                                                                  -0.226
modelMAZDA3 GRAND TOURING SEDAN                                                                                                                                                     -0.070
modelmazda3 hatchback 4d                                                                                                                                                             0.007
modelmazda3 i                                                                                                                                                                       -0.320
modelmazda3 i grand touring                                                                                                                                                          0.226
modelmazda3 i sport                                                                                                                                                                 -0.079
modelmazda3 sport                                                                                                                                                                    0.042
modelmazda5                                                                                                                                                                         -0.336
modelmazda5 grand touring                                                                                                                                                           -0.349
modelmazda6                                                                                                                                                                          0.081
modelmazda6 grand touring                                                                                                                                                            0.715
modelMB SL400                                                                                                                                                                        2.644
modelmdx                                                                                                                                                                             1.528
modelmdx 9-spd at w/tech package                                                                                                                                                     1.745
modelmdx advance pkg sport                                                                                                                                                           2.124
modelmdx awd tech pkg                                                                                                                                                                0.577
modelmdx sh-awd sport utility                                                                                                                                                        2.325
modelmdx sh-awd w/advance pkg                                                                                                                                                        2.188
modelmdx sh-awd w/tech                                                                                                                                                               1.331
modelmdx sh-awd w/technology                                                                                                                                                         2.949
modelmdx sport utility 4d                                                                                                                                                            1.308
modelmdx technology pkg sport                                                                                                                                                        2.858
modelmercedes-amg                                                                                                                                                                    3.762
modelmercedes-amg cla                                                                                                                                                                2.552
modelMercedez Benz E320                                                                                                                                                              0.841
modelmetris passenger                                                                                                                                                                1.728
modelmiata                                                                                                                                                                           1.557
modelmilan                                                                                                                                                                           0.344
modelmilan premier                                                                                                                                                                   0.268
modelmilan premier awd                                                                                                                                                              -0.022
modelmirage                                                                                                                                                                         -1.264
modelmirage es hatchback                                                                                                                                                            -0.613
modelmirage g4                                                                                                                                                                      -1.494
modelmirage g4 es sedan 4d                                                                                                                                                          -0.588
modelmkc                                                                                                                                                                             0.798
modelmks                                                                                                                                                                            -0.014
modelmkt                                                                                                                                                                             0.664
modelmkx                                                                                                                                                                             0.814
modelmkx reserve sport                                                                                                                                                               1.575
modelmkx select sport utility                                                                                                                                                        1.193
modelmkx sport utility 4d                                                                                                                                                            0.765
modelmkz                                                                                                                                                                             0.354
modelmkz 4dr sdn awd                                                                                                                                                                -0.092
modelmkz awd                                                                                                                                                                        -0.207
modelmkz hybrid reserve ii                                                                                                                                                           1.381
modelmkz premiere hybrid                                                                                                                                                             0.738
modelmkz premiere sedan 4d                                                                                                                                                           0.740
modelmkz reserve hybrid sedan                                                                                                                                                        0.968
modelmkz reserve sedan 4d                                                                                                                                                            0.710
modelmkz sedan 4d                                                                                                                                                                    0.693
modelmkz select sedan 4d                                                                                                                                                             0.845
modelml                                                                                                                                                                              0.374
modelml-class                                                                                                                                                                        0.812
modelml320                                                                                                                                                                           1.205
modelml350 4wd                                                                                                                                                                       0.477
modelml550                                                                                                                                                                           0.786
modelmodel 3                                                                                                                                                                         3.030
modelmodel 3 mid range sedan 4d                                                                                                                                                      2.590
modelmodel 3 standard range                                                                                                                                                          2.743
modelmodel a                                                                                                                                                                        11.634
modelmodel a roadster                                                                                                                                                                8.447
modelmodel s                                                                                                                                                                         4.343
modelmodel s 85d                                                                                                                                                                     2.571
modelmodel s signature                                                                                                                                                               3.048
modelmodel x                                                                                                                                                                         5.063
modelmontana                                                                                                                                                                         0.551
modelmonte carlo                                                                                                                                                                     0.792
modelmonte carlo ss                                                                                                                                                                  0.647
modelmonte crarlo                                                                                                                                                                    4.011
modelmonterey                                                                                                                                                                        4.395
modelmontero                                                                                                                                                                         0.765
modelmontero limited                                                                                                                                                                 0.560
modelmontero sport                                                                                                                                                                   0.828
modelmountaineer                                                                                                                                                                     0.357
modelmpv van                                                                                                                                                                         0.090
modelmurano                                                                                                                                                                          0.521
modelmurano s sport utility 4d                                                                                                                                                       0.520
modelmurano sl                                                                                                                                                                       0.213
modelmurano sl awd                                                                                                                                                                   0.317
modelmurano sv                                                                                                                                                                       0.281
modelmurano-awd                                                                                                                                                                     -0.031
modelmustang                                                                                                                                                                         1.372
modelmustang asc mclaren                                                                                                                                                             1.707
modelmustang cobra svt                                                                                                                                                               1.499
modelmustang convertible                                                                                                                                                             0.342
modelmustang convertible power top automatic local clean carfax                                                                                                                      1.258
modelmustang coupe                                                                                                                                                                   6.611
modelmustang ecoboost                                                                                                                                                                1.096
modelmustang gt                                                                                                                                                                      1.947
modelmustang gt convertible                                                                                                                                                          1.456
modelmustang gt coupe 2d                                                                                                                                                             2.475
modelmustang gt premium                                                                                                                                                              2.367
modelmustang gt premium coupe 2d                                                                                                                                                     2.750
modelmustang shelby gt500                                                                                                                                                            2.421
modelmustang svt cobra                                                                                                                                                               2.362
modelmustang v6 2dr convertible                                                                                                                                                      0.279
modelmustang v6 premium                                                                                                                                                              0.372
modelmx-5 miata club                                                                                                                                                                 1.284
modelmx-5 miata grand touring                                                                                                                                                        1.205
modelmx-5 miata touring                                                                                                                                                              0.767
modelnautilus                                                                                                                                                                        2.287
modelnautilus reserve sport                                                                                                                                                          2.780
modelnautilus select sport                                                                                                                                                           1.658
modelnautilus sport utility                                                                                                                                                          1.452
modelnavigator                                                                                                                                                                       1.866
modelnavigator l select sport                                                                                                                                                        2.389
modelnavigator reserve                                                                                                                                                               1.999
modelnavigator reserve sport                                                                                                                                                         3.078
modelnavigator select sport                                                                                                                                                          2.370
modelnavigator sport utility                                                                                                                                                         1.314
modelnavigator ultimate                                                                                                                                                              0.975
modelNavistar 4700                                                                                                                                                                   1.156
modelnew beetle                                                                                                                                                                      0.238
modelnewport                                                                                                                                                                         3.536
modelniro                                                                                                                                                                            1.164
modelniro ev                                                                                                                                                                         2.994
modelniro ev ex wagon 4d                                                                                                                                                             0.966
modelniro lx wagon 4d                                                                                                                                                                0.110
modelNissanFrontier                                                                                                                                                                  1.015
modelnitro sxt                                                                                                                                                                       0.268
modelnv                                                                                                                                                                              0.948
modelnv 1500 cargo van                                                                                                                                                               0.547
modelnv1500                                                                                                                                                                         -0.243
modelnv1500 cargo van                                                                                                                                                                0.823
modelnv200                                                                                                                                                                           0.182
modelnv2500 hd cargo                                                                                                                                                                 1.315
modelnv2500 highroof                                                                                                                                                                 0.296
modelnv2500hd                                                                                                                                                                        0.640
modelnx                                                                                                                                                                              1.222
modelnx 200t                                                                                                                                                                         1.022
modelnx 200t sport utility 4d                                                                                                                                                        1.463
modelnx 300 f sport suv 4d                                                                                                                                                           2.174
modelnx 300 sport utility 4d                                                                                                                                                         1.844
modelnx 300h *awd *nx300* *hybrid* *suv clean carfax                                                                                                                                 1.956
modelnx 300h sport utility 4d                                                                                                                                                        1.887
modelnx300h                                                                                                                                                                          1.980
modelodessey ex-l                                                                                                                                                                    0.568
modelodyssey                                                                                                                                                                         0.751
modelodyssey 5dr ex-l                                                                                                                                                                0.493
modelodyssey ex                                                                                                                                                                      0.583
modelodyssey ex-l                                                                                                                                                                    0.564
modelodyssey exl                                                                                                                                                                     0.386
modelodyssey touring                                                                                                                                                                 0.620
modeloldmobile alero                                                                                                                                                                 0.825
modelOldsmobile alero                                                                                                                                                                0.543
modeloldsmobile cutlass                                                                                                                                                              6.235
modelOldsmobile Cutlass                                                                                                                                                              5.376
modeloldsmobile cutlass ciera                                                                                                                                                        1.529
modelOldsmobile Silhoutte                                                                                                                                                            0.424
modeloptiam fe                                                                                                                                                                      -1.323
modeloptima                                                                                                                                                                          0.018
modeloptima 4dr sdn lx                                                                                                                                                              -0.044
modeloptima ex                                                                                                                                                                       0.053
modeloptima ex 4dr sedan                                                                                                                                                            -0.523
modeloptima ex w/ leather                                                                                                                                                            0.201
modeloptima hybrid                                                                                                                                                                  -0.137
modeloptima lx                                                                                                                                                                      -0.012
modeloptima lx sedan 4d                                                                                                                                                             -0.026
modeloptima sx turbo w/navigation                                                                                                                                                   -0.014
modeloutback                                                                                                                                                                         0.736
modeloutback 2.5i                                                                                                                                                                    0.706
modeloutback 2.5i limited                                                                                                                                                            0.510
modeloutback awd                                                                                                                                                                    -0.355
modeloutback awd 3.6r limited                                                                                                                                                        0.308
modeloutback premium                                                                                                                                                                 1.407
modeloutbback awd                                                                                                                                                                    0.338
modeloutlander                                                                                                                                                                      -0.055
modeloutlander gt sport                                                                                                                                                              0.887
modeloutlander phev sel                                                                                                                                                              0.891
modeloutlander se sport                                                                                                                                                              0.372
modeloutlander sel 4x4 gas                                                                                                                                                           0.328
modeloutlander sel sport                                                                                                                                                             0.323
modeloutlander sport                                                                                                                                                                -0.014
modeloutlander sport es                                                                                                                                                             -0.192
modeloutlander sport es 2.0 cvt                                                                                                                                                     -0.354
modeloutlander sport sel                                                                                                                                                             0.161
modelp1800                                                                                                                                                                           3.265
modelpaceman cooper s all4                                                                                                                                                           0.499
modelpacifica                                                                                                                                                                        2.039
modelpacifica awd                                                                                                                                                                    0.272
modelpacifica hybrid limited                                                                                                                                                         1.527
modelpacifica lx                                                                                                                                                                     0.725
modelpacifica touring                                                                                                                                                                0.172
modelpacifica touring l                                                                                                                                                              1.068
modelpalisade limited                                                                                                                                                                3.288
modelpalisade se sport                                                                                                                                                               1.577
modelpalisade sel sport                                                                                                                                                              2.139
modelpanamera sedan 4d                                                                                                                                                               2.688
modelpanamera turbo s                                                                                                                                                                3.669
modelpark avenue                                                                                                                                                                     0.334
modelpassat                                                                                                                                                                         -0.360
modelpassat 1.8t s                                                                                                                                                                   0.208
modelpassat 2.0t se sedan                                                                                                                                                            0.257
modelpassat 2.0t wolfsbur                                                                                                                                                           -0.216
modelpassat glx                                                                                                                                                                      0.113
modelpassat lt                                                                                                                                                                       0.133
modelpassat s                                                                                                                                                                       -0.216
modelpassat se                                                                                                                                                                      -0.334
modelpassat tdi                                                                                                                                                                      1.105
modelpassat tdi sel                                                                                                                                                                 -0.163
modelpassport                                                                                                                                                                        0.694
modelpassport elite sport                                                                                                                                                            2.107
modelpassport sport awd                                                                                                                                                              0.489
modelpathfinder                                                                                                                                                                      0.494
modelpathfinder 4x4 sl                                                                                                                                                               1.752
modelpathfinder 4x4 very clean                                                                                                                                                       1.202
modelpathfinder le                                                                                                                                                                   0.625
modelpathfinder s                                                                                                                                                                    0.147
modelpathfinder se                                                                                                                                                                  -0.164
modelpathfinder sv                                                                                                                                                                   0.251
modelpatriot                                                                                                                                                                        -0.125
modelpatriot awd                                                                                                                                                                    -0.193
modelpatriot high altitude                                                                                                                                                          -0.004
modelpatriot latitude                                                                                                                                                               -0.433
modelpatriot sport                                                                                                                                                                  -0.309
modelpatriot sport 4x4                                                                                                                                                               0.719
modelPeterbilt 379 EXHD                                                                                                                                                             12.007
modelpeterbuilt                                                                                                                                                                      6.872
modelpickup                                                                                                                                                                          2.918
modelpickup 1500                                                                                                                                                                     1.596
modelpickup 1500 classic                                                                                                                                                             1.047
modelpickup 1500 laramie 4x4                                                                                                                                                         2.335
modelpickup 2500                                                                                                                                                                     3.226
modelpickup truck                                                                                                                                                                   11.845
modelpilot                                                                                                                                                                           1.003
modelpilot ex                                                                                                                                                                        0.090
modelpilot ex awd                                                                                                                                                                    0.603
modelpilot ex-l                                                                                                                                                                      0.494
modelpilot ex-l 4wd                                                                                                                                                                  0.734
modelplymouth barracuda                                                                                                                                                              3.457
modelplymouth belvedere                                                                                                                                                              6.484
modelplymouth prowler roadster                                                                                                                                                       1.568
modelplymouth voyager                                                                                                                                                                0.899
modelPolaris Slingshot                                                                                                                                                               0.571
modelpolice interceptor utility                                                                                                                                                      0.130
modelpower wagon                                                                                                                                                                     7.150
modelprelude                                                                                                                                                                         0.698
modelprevia sc                                                                                                                                                                       1.375
modelprius                                                                                                                                                                           0.225
modelprius 5                                                                                                                                                                        -0.022
modelprius 5dr hb two (natl)                                                                                                                                                        -0.142
modelprius base                                                                                                                                                                      0.119
modelprius c                                                                                                                                                                        -0.083
modelprius c three hatchback                                                                                                                                                         0.126
modelprius four hatchback 4d                                                                                                                                                         0.520
modelprius hb 1                                                                                                                                                                      0.055
modelprius hybrid                                                                                                                                                                    0.555
modelprius hybrid 2011                                                                                                                                                              -0.053
modelprius iv                                                                                                                                                                        0.129
modelPrius IV                                                                                                                                                                       -0.020
modelprius plug in hybrid                                                                                                                                                            0.063
modelprius three                                                                                                                                                                    -0.271
modelprius two                                                                                                                                                                       0.004
modelprius two hatchback 4d                                                                                                                                                          0.447
modelprius v                                                                                                                                                                         0.289
modelprius v five                                                                                                                                                                    0.094
modelpromaster                                                                                                                                                                       0.643
modelpromaster 1500                                                                                                                                                                  3.242
modelpromaster 1500 cargo van                                                                                                                                                        2.600
modelpromaster 2500                                                                                                                                                                  1.946
modelpromaster 2500 cargo van                                                                                                                                                        2.044
modelpromaster 2500 handicap                                                                                                                                                         1.192
modelpromaster 2500 high top                                                                                                                                                         2.076
modelpromaster cargo 1500 cargo 136 wb                                                                                                                                               1.354
modelpromaster cargo van                                                                                                                                                             1.260
modelpromaster city cargo                                                                                                                                                            0.188
modelpromaster city cargo van                                                                                                                                                        0.281
modelprotege                                                                                                                                                                         0.914
modelpruis hybrid                                                                                                                                                                    0.301
modelpt cruiser                                                                                                                                                                      0.071
modelpt cruiser limited                                                                                                                                                              0.085
modelq3                                                                                                                                                                              0.772
modelq3 2.0t premium plus                                                                                                                                                            0.254
modelq3 premium plus sport                                                                                                                                                           0.992
modelq3 premium sport utility 4d                                                                                                                                                     1.043
modelq5                                                                                                                                                                              1.111
modelq5 2.0t premium sport                                                                                                                                                           0.972
modelq5 2.0t quattro premium pl                                                                                                                                                      0.794
modelq5 2.0t quattro premium plus                                                                                                                                                    0.530
modelq5 3.0t premium plus sport                                                                                                                                                      1.933
modelq5 3.2l premium plus                                                                                                                                                            0.650
modelq5 45 tfsi premium plus                                                                                                                                                         2.118
modelq5 premium plus sport                                                                                                                                                           1.660
modelq5 premium sport utility 4d                                                                                                                                                     1.842
modelq5 quattro                                                                                                                                                                      0.343
modelq5 tdi premium plus sport                                                                                                                                                       1.362
modelq50                                                                                                                                                                             0.758
modelq50 2.0t luxe sedan 4d                                                                                                                                                          0.778
modelq50 3.0t luxe sedan 4d                                                                                                                                                          1.168
modelq50 3.0t premium                                                                                                                                                                0.693
modelq50 3.0t sport sedan 4d                                                                                                                                                         1.928
modelq50 s                                                                                                                                                                           0.187
modelq50s                                                                                                                                                                            0.952
modelq50s sport awd                                                                                                                                                                 -0.790
modelq60 3.0t luxe coupe 2d                                                                                                                                                          2.325
modelq60 3.0t premium coupe                                                                                                                                                          1.510
modelq60 red sport 400 coupe                                                                                                                                                         2.472
modelq7                                                                                                                                                                              2.561
modelq7 3.0t quattro premium                                                                                                                                                         0.925
modelq7 3.0t quattro premium plu                                                                                                                                                     0.504
modelq7 3.0t s line prestige                                                                                                                                                         1.752
modelq7 3.6 quattro                                                                                                                                                                  0.606
modelq7 quattro awd gas suv auto                                                                                                                                                     1.039
modelq7 tdi prestige sport                                                                                                                                                           1.938
modelq70 3.7 sedan 4d                                                                                                                                                                0.982
modelq8 premium sport utility 4d                                                                                                                                                     4.590
modelquad cab laramie                                                                                                                                                                1.482
modelquest                                                                                                                                                                           0.159
modelquest 3.5le                                                                                                                                                                     0.452
modelquest sv                                                                                                                                                                       -0.050
modelqx30                                                                                                                                                                            0.828
modelqx4                                                                                                                                                                             0.554
modelqx50                                                                                                                                                                           -0.224
modelqx50 essential sport                                                                                                                                                            1.807
modelqx50 luxe sport utility                                                                                                                                                         1.929
modelqx50 sport utility 4d                                                                                                                                                           0.611
modelqx56                                                                                                                                                                            0.875
modelqx60                                                                                                                                                                            1.174
modelqx60 3.5 sport utility                                                                                                                                                          1.500
modelqx60 luxe sport utility                                                                                                                                                         2.580
modelqx70 3.7 sport utility                                                                                                                                                          1.511
modelqx80                                                                                                                                                                            3.192
modelqx80 sport utility 4d                                                                                                                                                           2.823
modelrabbit                                                                                                                                                                          0.180
modelrabbit pickup                                                                                                                                                                   2.605
modelramcharger                                                                                                                                                                      2.393
modelrange evoque coupe                                                                                                                                                              1.428
modelrange evoque pure                                                                                                                                                               1.546
modelranger                                                                                                                                                                          1.333
modelranger 4x4                                                                                                                                                                      0.337
modelranger fx4 off-road 4wd!                                                                                                                                                        0.809
modelranger slash 34.0 4 x4                                                                                                                                                          1.028
modelranger super cab                                                                                                                                                                0.672
modelranger super cab xlt pickup                                                                                                                                                     0.554
modelranger supercab edge                                                                                                                                                            1.010
modelranger supercab xl pickup                                                                                                                                                       1.086
modelranger supercrew lariat                                                                                                                                                         2.449
modelranger supercrew xl pickup                                                                                                                                                      1.633
modelranger supercrew xlt pickup                                                                                                                                                     1.662
modelranger xl 4x2                                                                                                                                                                   0.101
modelranger xlt                                                                                                                                                                      0.749
modelranger xlt 4x4                                                                                                                                                                  1.153
modelrav 4                                                                                                                                                                           0.204
modelrav 4 limited awd                                                                                                                                                               0.373
modelrav4                                                                                                                                                                            0.938
modelrav4 awd                                                                                                                                                                        0.238
modelrav4 ev sport utility 4d                                                                                                                                                        0.474
modelrav4 hybrid le sport                                                                                                                                                            0.933
modelrav4 hybrid limited sport                                                                                                                                                       1.410
modelrav4 xle                                                                                                                                                                        0.808
modelrav4 xle awd                                                                                                                                                                    0.680
modelrc 200t                                                                                                                                                                         1.615
modelrc 200t coupe 2d                                                                                                                                                                1.718
modelrc 300                                                                                                                                                                          2.221
modelrc 350                                                                                                                                                                          1.942
modelrdx                                                                                                                                                                             0.411
modelrdx sh-awd advance pkg                                                                                                                                                          1.749
modelrdx sh-awd technology pkg                                                                                                                                                       1.835
modelrdx sh-awd w/tech                                                                                                                                                               0.682
modelrdx sport utility 4d                                                                                                                                                            0.826
modelrdx technology                                                                                                                                                                  0.328
modelrdx technology and                                                                                                                                                              1.114
modelrdx technology pkg sport                                                                                                                                                        1.412
modelreatta                                                                                                                                                                          1.609
modelregal                                                                                                                                                                           0.950
modelregal cxl rl6                                                                                                                                                                   0.129
modelregal sport touring                                                                                                                                                            -0.097
modelregal tourx preferred                                                                                                                                                           0.764
modelrendezvous                                                                                                                                                                     -1.041
modelrenegade                                                                                                                                                                        0.005
modelrenegade altitude sport                                                                                                                                                         0.207
modelrenegade latitude                                                                                                                                                               0.376
modelrenegade latitude 4x4                                                                                                                                                           0.148
modelrenegade latitude 4x4 gas                                                                                                                                                       0.441
modelrenegade sport                                                                                                                                                                  0.140
modelrenegade sport suv 4d                                                                                                                                                           0.104
modelrenegade trailhawk 4x4                                                                                                                                                          0.348
modelridgeline                                                                                                                                                                       1.517
modelridgeline rtl                                                                                                                                                                   1.034
modelridgeline rtl 4x4                                                                                                                                                               0.472
modelridgeline rtl pickup 4d 5                                                                                                                                                       1.882
modelridgeline rtl-t pickup 4d                                                                                                                                                       2.024
modelridgeline sport pickup 4d                                                                                                                                                       1.785
modelrio                                                                                                                                                                            -0.011
modelrio lxsedan 4a                                                                                                                                                                 -0.121
modelrio s hatchback 5d                                                                                                                                                             -0.301
modelrivera                                                                                                                                                                          1.505
modelriviera                                                                                                                                                                         1.410
modelrl                                                                                                                                                                              0.484
modelrlx                                                                                                                                                                             1.418
modelrlx sedan 4d                                                                                                                                                                    0.838
modelroadster                                                                                                                                                                        8.352
modelroadster pickup                                                                                                                                                                10.032
modelrogue                                                                                                                                                                           0.151
modelrogue awd                                                                                                                                                                      -0.241
modelrogue s                                                                                                                                                                         0.118
modelrogue s awd                                                                                                                                                                    -0.031
modelrogue select                                                                                                                                                                   -0.268
modelrogue select s                                                                                                                                                                  0.194
modelrogue sl                                                                                                                                                                        0.181
modelrogue sport                                                                                                                                                                    -0.211
modelrogue sv                                                                                                                                                                        0.476
modelrogue sv awd                                                                                                                                                                    0.365
modelrogue sv sport                                                                                                                                                                 -0.050
modelrogue sv sport utility 4d                                                                                                                                                       0.218
modelromeo giulia sedan 4d                                                                                                                                                           1.235
modelromeo giulia ti sedan 4d                                                                                                                                                        1.542
modelromeo stelvio                                                                                                                                                                   1.659
modelromeo stelvio sport suv 4d                                                                                                                                                      1.156
modelromeo stelvio sport utility                                                                                                                                                     1.984
modelromeo stelvio ti sport                                                                                                                                                          1.696
modelromeo stelvio ti sport suv                                                                                                                                                      1.971
modelrouge                                                                                                                                                                           0.247
modelroutan                                                                                                                                                                          0.030
modelroutan se                                                                                                                                                                       0.027
modelroutan se minivan                                                                                                                                                               0.083
modelrsx                                                                                                                                                                             0.647
modelRV Gulfstream Innsbruck  26ft Bunk House                                                                                                                                       -0.050
modelrx                                                                                                                                                                              1.460
modelrx 300 awd                                                                                                                                                                      1.049
modelrx 330                                                                                                                                                                          1.040
modelrx 350                                                                                                                                                                          1.296
modelrx 350 f sport suv 4d                                                                                                                                                           3.436
modelrx 350 fwd                                                                                                                                                                      0.623
modelrx 350 sport utility 4d                                                                                                                                                         2.331
modelrx 450h                                                                                                                                                                         1.108
modelrx-330                                                                                                                                                                          0.673
modelrx330 awd                                                                                                                                                                      -0.126
modelrx350                                                                                                                                                                           0.893
modelrx350 awd                                                                                                                                                                       0.762
modelrx400h                                                                                                                                                                          0.558
modelrx450h                                                                                                                                                                          1.330
models                                                                                                                                                                               2.554
models 60                                                                                                                                                                           -0.091
models p85+                                                                                                                                                                          2.402
models-class                                                                                                                                                                         3.360
models-class s 550                                                                                                                                                                   3.288
models-class s550                                                                                                                                                                    1.057
models10                                                                                                                                                                             1.177
models10 ls zr2                                                                                                                                                                      0.988
models10 pickup                                                                                                                                                                      1.176
models2000 convertible 6 speed                                                                                                                                                       2.725
models4                                                                                                                                                                              1.497
models4 prestige                                                                                                                                                                     1.388
models40                                                                                                                                                                             0.180
models40 2.4i                                                                                                                                                                        0.292
models5                                                                                                                                                                              0.994
models5 premium plus convertible                                                                                                                                                     2.227
models5 premium plus coupe 2d                                                                                                                                                        2.723
models5 premium plus sedan 4d                                                                                                                                                        2.447
models5 prestige coupe 2d                                                                                                                                                            3.468
models5 quattro premium plus                                                                                                                                                         1.597
models500                                                                                                                                                                            1.343
models550 rwd gas sedan                                                                                                                                                              1.842
models6                                                                                                                                                                              0.500
models6 avant                                                                                                                                                                        0.816
models6 prestige quattro awd                                                                                                                                                         1.701
models60                                                                                                                                                                             0.311
models60 2.4t                                                                                                                                                                        0.065
models60 2.5 t                                                                                                                                                                       0.119
models60 all wheel drive                                                                                                                                                             0.078
models60 t5 cross country                                                                                                                                                            0.736
models60 t5 inscription                                                                                                                                                              0.741
models60 t5 momentum sedan 4d                                                                                                                                                        1.328
models60 t5 premier plus sedan                                                                                                                                                       0.173
models60 t5 premier sedan 4d                                                                                                                                                         0.437
models60 t5 sedan 4d                                                                                                                                                                 0.375
models60 t6 awd 6-speed automatic                                                                                                                                                    0.059
models60 t6 r-design sedan 4d                                                                                                                                                        2.439
models60 t8 r-design sedan 4d                                                                                                                                                        2.534
models7 prestige sedan 4d                                                                                                                                                            4.376
models70                                                                                                                                                                             1.339
models80                                                                                                                                                                             0.137
models80 t6                                                                                                                                                                          0.218
models80 t6 awd                                                                                                                                                                      0.398
models90 t5 momentum sedan 4d                                                                                                                                                        1.405
models90 t6 inscription sedan                                                                                                                                                        1.590
modelSaab 9-3 wagon                                                                                                                                                                 -0.101
modelsaab 9-5                                                                                                                                                                        0.375
modelSaab 9-7X                                                                                                                                                                       0.174
modelSaab 9000 CSE                                                                                                                                                                   1.376
modelsable                                                                                                                                                                           0.315
modelsable base                                                                                                                                                                     -0.107
modelsable ls                                                                                                                                                                        0.360
modelsable ls premium                                                                                                                                                                0.531
modelsafari                                                                                                                                                                          1.293
modelsanta fe                                                                                                                                                                        0.133
modelsanta fe 2.4 se sport                                                                                                                                                           0.427
modelsanta fe 2.4 sel sport                                                                                                                                                          0.624
modelsanta fe awd                                                                                                                                                                   -0.062
modelsanta fe gls awd                                                                                                                                                                0.060
modelsanta fe limited                                                                                                                                                                0.713
modelsanta fe se 2.4l auto fwd                                                                                                                                                       0.531
modelsanta fe sport                                                                                                                                                                  0.270
modelsanta fe sport 2.4l                                                                                                                                                             0.277
modelsanta fe sport utility                                                                                                                                                          0.228
modelsante fe se awd                                                                                                                                                                 0.461
modelsavana                                                                                                                                                                          1.623
modelsavana 1500 awd                                                                                                                                                                 2.521
modelsavana 2500                                                                                                                                                                     0.960
modelsavana cargo van                                                                                                                                                                0.857
modelsavana commercial cutaway                                                                                                                                                       1.569
modelsavana cutaway                                                                                                                                                                  1.744
modelsavanna                                                                                                                                                                         1.255
modelsc2                                                                                                                                                                             0.116
modelsc400                                                                                                                                                                           1.402
modelScion FR-S                                                                                                                                                                      0.602
modelScion FR-S Coupe 2D                                                                                                                                                             0.847
modelScion iM Hatchback 4D                                                                                                                                                          -0.066
modelscion iq                                                                                                                                                                       -0.518
modelScion iQ                                                                                                                                                                       -0.288
modelscion tc                                                                                                                                                                        0.002
modelScion tC                                                                                                                                                                       -0.096
modelScion tC 10 Series                                                                                                                                                             -0.153
modelscion xa                                                                                                                                                                        1.016
modelScion xA                                                                                                                                                                        0.231
modelscion xa base 4dr hatchback                                                                                                                                                     0.109
modelScion XA Manual                                                                                                                                                                 0.313
modelscion xb                                                                                                                                                                        0.230
modelScion xb                                                                                                                                                                       -0.011
modelScion xB                                                                                                                                                                        0.016
modelScion xD                                                                                                                                                                       -0.044
modelScion xD Hatchback 4D                                                                                                                                                           0.068
modelsebring                                                                                                                                                                        -0.057
modelsebring convertible                                                                                                                                                             0.082
modelSebring JXI                                                                                                                                                                     0.366
modelsebring limited                                                                                                                                                                -0.257
modelsedona                                                                                                                                                                          0.096
modelsedona ex                                                                                                                                                                       0.003
modelsedona lx                                                                                                                                                                      -0.021
modelseirra 1500                                                                                                                                                                     1.740
modelsentra                                                                                                                                                                         -0.568
modelsentra 2.0 s                                                                                                                                                                   -0.257
modelsentra s                                                                                                                                                                       -0.064
modelsentra se                                                                                                                                                                      -0.226
modelsentra sl                                                                                                                                                                      -0.837
modelsentra sl sedan 4d                                                                                                                                                             -0.388
modelsentra special edition                                                                                                                                                         -0.060
modelsentra sv                                                                                                                                                                      -0.818
modelsequoia                                                                                                                                                                         1.757
modelsequoia 4wd 5.7l ffv limited (natl)                                                                                                                                             2.555
modelsequoia sr5                                                                                                                                                                     0.737
modelsequoia sr5 platinum                                                                                                                                                            0.484
modelsequoia sr5 sport utility                                                                                                                                                       2.210
modelseville sls                                                                                                                                                                     0.159
modelshelby gt                                                                                                                                                                       2.046
modelsienna                                                                                                                                                                          1.144
modelsienna ce                                                                                                                                                                       0.170
modelsienna le                                                                                                                                                                       1.195
modelsienna le wheelchair han                                                                                                                                                        1.811
modelsienna limited                                                                                                                                                                  1.881
modelsienna se minivan 4d                                                                                                                                                            1.702
modelsienna se wheelchair han                                                                                                                                                        2.376
modelsienna xle                                                                                                                                                                      1.418
modelsienna xle 8 passenger                                                                                                                                                          0.657
modelsienna xle awd                                                                                                                                                                  0.819
modelsienna xle limited                                                                                                                                                              0.957
modelsienna xle limited awd                                                                                                                                                          0.757
modelsierra                                                                                                                                                                          2.513
modelsierra 1500                                                                                                                                                                     2.795
modelsierra 1500 4wd crew cab 143                                                                                                                                                    3.462
modelsierra 1500 at4                                                                                                                                                                 4.735
modelsierra 1500 base                                                                                                                                                                1.326
modelsierra 1500 crew cab                                                                                                                                                            1.910
modelsierra 1500 crew cab sle                                                                                                                                                        2.514
modelsierra 1500 crew cab slt                                                                                                                                                        2.980
modelsierra 1500 denali                                                                                                                                                              1.749
modelsierra 1500 denali 4x4 gas                                                                                                                                                      4.984
modelsierra 1500 double cab                                                                                                                                                          2.065
modelsierra 1500 double cab sle                                                                                                                                                      2.594
modelsierra 1500 double cab slt                                                                                                                                                      2.793
modelsierra 1500 extended cab                                                                                                                                                        0.622
modelsierra 1500 extended cab sle                                                                                                                                                    1.711
modelsierra 1500 extended cab slt                                                                                                                                                    1.959
modelsierra 1500 limited double                                                                                                                                                      2.323
modelsierra 1500 regular cab                                                                                                                                                         1.506
modelsierra 1500 regular cab work                                                                                                                                                    0.655
modelsierra 1500 sle                                                                                                                                                                 1.030
modelsierra 1500 sle crew                                                                                                                                                            1.498
modelsierra 1500 slt                                                                                                                                                                 2.156
modelsierra 1500 slt 4x4 1/2 ton                                                                                                                                                     3.760
modelsierra 1500 slt crew cab 143                                                                                                                                                    2.688
modelsierra 1500 x31 4x4 half ton                                                                                                                                                    2.956
modelsierra 1500 xtd cab 4x4                                                                                                                                                         1.451
modelsierra 2500                                                                                                                                                                     1.957
modelsierra 2500 hd crew cab                                                                                                                                                         3.045
modelsierra 2500 hd double cab                                                                                                                                                       2.987
modelsierra 2500 hd extended cab                                                                                                                                                     2.269
modelsierra 2500hd                                                                                                                                                                   4.062
modelsierra 2500hd denali                                                                                                                                                            2.860
modelsierra 2500hd lbz duramax                                                                                                                                                       2.937
modelsierra 3500                                                                                                                                                                     3.567
modelsierra 3500 all terrain                                                                                                                                                         3.158
modelsierra 3500 denali                                                                                                                                                              4.671
modelsierra 3500 duramax                                                                                                                                                             3.330
modelsierra 3500hd                                                                                                                                                                   4.866
modelsierra 3500hd available wifi                                                                                                                                                    5.305
modelsierra 3500hd denali                                                                                                                                                            3.245
modelsierra 3500hd sle                                                                                                                                                               3.761
modelsierra 3500hd sle 4x4 4dr cr                                                                                                                                                    3.608
modelsierra 3500hd slt                                                                                                                                                               4.728
modelsierra deisel duramax 2500                                                                                                                                                      5.053
modelsierra denali                                                                                                                                                                  -1.253
modelsierra denali 4x4 crew                                                                                                                                                          2.641
modelsierra duramax 3500 denali                                                                                                                                                      3.913
modelsierra ext cab z-71 4wd                                                                                                                                                         0.956
modelsierra slt                                                                                                                                                                      3.149
modelsilver streak                                                                                                                                                                   9.245
modelsilverado                                                                                                                                                                       2.653
modelSILVERADO  2500 HD Z71                                                                                                                                                          2.651
modelsilverado 1500                                                                                                                                                                  2.499
modelsilverado 1500 4x4                                                                                                                                                              0.768
modelsilverado 1500 classic ls2                                                                                                                                                      1.456
modelsilverado 1500 crew                                                                                                                                                             2.662
modelsilverado 1500 crew cab                                                                                                                                                         1.206
modelsilverado 1500 double                                                                                                                                                           2.500
modelsilverado 1500 hd                                                                                                                                                               1.159
modelsilverado 1500 hd crew                                                                                                                                                          1.714
modelsilverado 1500 ld                                                                                                                                                               1.933
modelsilverado 1500 ls crew cab long box 4wd                                                                                                                                         2.036
modelsilverado 1500 lt                                                                                                                                                               1.872
modelsilverado 1500 lt 4wd                                                                                                                                                           2.488
modelsilverado 1500 lt 4x4                                                                                                                                                           2.212
modelsilverado 1500 lt z71                                                                                                                                                           1.668
modelsilverado 1500 lt1                                                                                                                                                              1.071
modelsilverado 1500 ltz                                                                                                                                                              2.097
modelsilverado 1500 ltz 4x4                                                                                                                                                          1.988
modelsilverado 1500 ltz z7                                                                                                                                                           3.156
modelsilverado 1500 ltz z71                                                                                                                                                          2.719
modelsilverado 1500 regular                                                                                                                                                          1.566
modelsilverado 1500 rst 4x4                                                                                                                                                          3.659
modelsilverado 1500 work                                                                                                                                                             0.796
modelsilverado 1500 work truck                                                                                                                                                       0.776
modelsilverado 1500 wt                                                                                                                                                               1.408
modelsilverado 1500hd                                                                                                                                                                1.881
modelsilverado 1500hd lt                                                                                                                                                             1.598
modelsilverado 2500                                                                                                                                                                  2.443
modelsilverado 2500 crew cab lt 4x4                                                                                                                                                  3.682
modelsilverado 2500 diesel 4x4 6.6l lmm duramax turbo diesel crew cab long bed allison 1000 ltz                                                                                      4.375
modelsilverado 2500 hd 4x4                                                                                                                                                           2.012
modelsilverado 2500 hd crew                                                                                                                                                          3.459
modelsilverado 2500 hd extended cab                                                                                                                                                  2.384
modelsilverado 2500 hd lt                                                                                                                                                            2.735
modelsilverado 2500 heavy                                                                                                                                                            1.751
modelsilverado 2500 heavy d                                                                                                                                                          1.037
modelsilverado 2500 high ct                                                                                                                                                          4.223
modelsilverado 2500 ltz                                                                                                                                                              3.973
modelsilverado 2500 ltz crew cab 6.6 duramax                                                                                                                                         4.107
modelsilverado 2500hd                                                                                                                                                                3.377
modelsilverado 2500hd 4x4                                                                                                                                                            1.839
modelsilverado 2500hd classic                                                                                                                                                        2.332
modelsilverado 2500hd flatbed                                                                                                                                                        0.459
modelsilverado 2500hd lt                                                                                                                                                             2.728
modelsilverado 2500hd ltz                                                                                                                                                            3.721
modelsilverado 2500hd work                                                                                                                                                           2.336
modelsilverado 3500                                                                                                                                                                  2.632
modelsilverado 3500 4x4                                                                                                                                                              4.998
modelsilverado 3500 hd diesel                                                                                                                                                        2.198
modelsilverado 3500 high ct                                                                                                                                                          5.246
modelsilverado 3500 lt                                                                                                                                                               2.674
modelsilverado 3500hd                                                                                                                                                                3.700
modelsilverado 4x4                                                                                                                                                                   0.689
modelsilverado c1500                                                                                                                                                                 0.769
modelsilverado crew custom 4wd                                                                                                                                                       2.741
modelsilverado diesel 3500                                                                                                                                                           1.842
modelsilverado high countr                                                                                                                                                           2.385
modelsilverado hybrid                                                                                                                                                                0.861
modelsilverado k1500 z71 4x4                                                                                                                                                         1.403
modelsilverado lt                                                                                                                                                                    1.733
modelsilverado lt 1500                                                                                                                                                               1.320
modelsilverado lt 4x4                                                                                                                                                                0.956
modelsilverado lt z71                                                                                                                                                                0.786
modelsilverado ltz                                                                                                                                                                   3.180
modelsilverado ltz 4x4                                                                                                                                                               3.070
modelsilverado rst                                                                                                                                                                   3.293
modelsilverado z71                                                                                                                                                                   2.267
modelsky                                                                                                                                                                             0.733
modelsky redline turbo                                                                                                                                                               0.621
modelskylark custom                                                                                                                                                                  4.436
modelsl 550                                                                                                                                                                          4.310
modelsl-class                                                                                                                                                                        3.235
modelsl-class sl 550                                                                                                                                                                 3.400
modelsl500                                                                                                                                                                           0.745
modelslantback                                                                                                                                                                       9.296
modelslc 300 roadster                                                                                                                                                                2.532
modelslk 230                                                                                                                                                                         0.536
modelslk-class slk320                                                                                                                                                                0.654
modelslk320                                                                                                                                                                          0.570
modelsmart coupe fortwo                                                                                                                                                             -0.514
modelsmart fortwo Passion Hatchback                                                                                                                                                 -0.606
modelsolara                                                                                                                                                                          0.528
modelsolara se convertible                                                                                                                                                           0.632
modelsolstice                                                                                                                                                                        0.266
modelsolstice gxp                                                                                                                                                                    0.046
modelsonata                                                                                                                                                                         -0.309
modelsonata gls                                                                                                                                                                     -0.043
modelsonata gls 4dr sedan                                                                                                                                                           -0.609
modelsonata glssedan 6a                                                                                                                                                             -0.311
modelsonata hybrid                                                                                                                                                                   0.011
modelsonata limited                                                                                                                                                                 -0.058
modelsonata plug-in hybrid                                                                                                                                                           0.286
modelsonata se                                                                                                                                                                      -0.305
modelsonata se sedan 4d                                                                                                                                                             -0.006
modelsonata sel plus sedan 4d                                                                                                                                                        0.701
modelsonata sel sedan 4d                                                                                                                                                            -0.002
modelsonata sport                                                                                                                                                                   -0.135
modelsonata sport 2.0t                                                                                                                                                              -0.450
modelsonata sport sedan                                                                                                                                                             -0.217
modelsonata sport sedan 4d                                                                                                                                                          -0.048
modelsonic                                                                                                                                                                          -0.545
modelsonic ls                                                                                                                                                                       -0.691
modelsonic lt                                                                                                                                                                       -0.532
modelsonic rs                                                                                                                                                                       -0.065
modelsonoma                                                                                                                                                                          2.088
modelsorento                                                                                                                                                                         0.051
modelsorento 2wd 4dr i4 lx                                                                                                                                                          -0.199
modelsorento 3.6                                                                                                                                                                     0.455
modelsorento awd                                                                                                                                                                    -0.230
modelsorento ex                                                                                                                                                                      0.261
modelsorento ex sport utility 4d                                                                                                                                                     0.869
modelsorento limited-sxl sport                                                                                                                                                       0.844
modelsorento lx                                                                                                                                                                     -0.066
modelsorento lx 4wd                                                                                                                                                                  0.159
modelsorento lx sport utility 4d                                                                                                                                                     0.530
modelsorento lx**v6,3.3l!                                                                                                                                                            0.125
modelsorento sx                                                                                                                                                                      0.268
modelsorento sx sport utility 4d                                                                                                                                                     1.279
modelsort trac                                                                                                                                                                       0.597
modelsoul                                                                                                                                                                           -0.320
modelsoul ! wagon 4d                                                                                                                                                                 0.026
modelsoul +                                                                                                                                                                         -0.500
modelsoul ev                                                                                                                                                                        -0.199
modelsoul lx wagon 4d                                                                                                                                                               -0.082
modelsoul plus                                                                                                                                                                      -0.469
modelsoul s wagon 4d                                                                                                                                                                -0.289
modelsoul sport                                                                                                                                                                     -0.014
modelsoul wagon 4d                                                                                                                                                                  -0.429
modelspark                                                                                                                                                                          -1.016
modelspark 1lt                                                                                                                                                                      -0.737
modelspark activ hatchback                                                                                                                                                          -0.355
modelspark ev 2lt hatchback                                                                                                                                                         -0.279
modelspark ls                                                                                                                                                                       -0.827
modelspecial                                                                                                                                                                         7.549
modelspectra                                                                                                                                                                        -0.272
modelsport                                                                                                                                                                           2.776
modelsport hse                                                                                                                                                                       3.412
modelsport trac                                                                                                                                                                      0.789
modelsportage                                                                                                                                                                        0.454
modelsportage ex                                                                                                                                                                     0.054
modelsportage ex awd gas suv                                                                                                                                                         0.672
modelsportage lx sport utility 4d                                                                                                                                                   -0.050
modelsprinter                                                                                                                                                                        1.645
modelsrx                                                                                                                                                                             0.545
modelsrx luxury collection                                                                                                                                                           1.265
modelsrx sport utility 4d                                                                                                                                                            0.552
modelsrx4                                                                                                                                                                            0.520
modelss                                                                                                                                                                              3.676
modelSterling Acterra                                                                                                                                                                6.009
modelstinger gt                                                                                                                                                                      0.889
modelstratus se                                                                                                                                                                      0.405
modelsts                                                                                                                                                                            -0.094
modelStudebaker Commander                                                                                                                                                            5.125
modelstylemaster                                                                                                                                                                     7.014
modelSUABRU                                                                                                                                                                          0.047
modelsuburban                                                                                                                                                                        1.512
modelsuburban 1500                                                                                                                                                                   1.580
modelsuburban 1500 ltz                                                                                                                                                               2.209
modelsuburban 2500                                                                                                                                                                   1.846
modelsuburban 2500 lt 4x4 4ws                                                                                                                                                        1.729
modelsuburban ls                                                                                                                                                                     0.886
modelsuburban ls 4x4                                                                                                                                                                 0.869
modelsuburban lt                                                                                                                                                                     0.966
modelsuburban lt 1500                                                                                                                                                                0.947
modelsuburban lt 4x4                                                                                                                                                                 2.133
modelsuburban ltz                                                                                                                                                                    2.325
modelsuburban ltz 1500                                                                                                                                                               1.371
modelsuburban ltz 4x4                                                                                                                                                                2.398
modelSunbeam Tiger                                                                                                                                                                  10.088
modelsuper                                                                                                                                                                           5.069
modelsuper beetle                                                                                                                                                                    3.414
modelsuper deluxe                                                                                                                                                                   11.923
modelsuper duty f-250                                                                                                                                                                3.092
modelsuper duty f-250 srw                                                                                                                                                            3.820
modelsuper duty f-250 xl                                                                                                                                                             1.462
modelsuper duty f-350                                                                                                                                                                1.439
modelsuper duty f-350 drw                                                                                                                                                            4.446
modelsuper duty f-350 srw                                                                                                                                                            4.137
modelsuper duty f-450 drw                                                                                                                                                            3.224
modelsuper duty f-550 drw                                                                                                                                                            4.760
modelsuper duty f-550 drw xl                                                                                                                                                         2.447
modelsuper duty f-650                                                                                                                                                                2.094
modelsuperbee                                                                                                                                                                        7.490
modelsuzuki forenza                                                                                                                                                                 -0.097
modelSUZUKI GRAND VITARA                                                                                                                                                             0.121
modelsuzuki sx4                                                                                                                                                                     -0.282
modelSUZUKI SX4 TOURING                                                                                                                                                             -0.145
modelSUZUKI VL800                                                                                                                                                                   -0.633
modelsvx                                                                                                                                                                             1.542
modelt                                                                                                                                                                               7.475
modelt 250                                                                                                                                                                           0.957
modeltacoma                                                                                                                                                                          2.378
modeltacoma *trd sport*back u                                                                                                                                                        2.000
modeltacoma 2wd                                                                                                                                                                      1.645
modeltacoma 4x4                                                                                                                                                                      2.274
modeltacoma access cab                                                                                                                                                               1.176
modeltacoma access cab pickup                                                                                                                                                        1.854
modeltacoma access cab sr                                                                                                                                                            1.306
modeltacoma access cab sr5                                                                                                                                                           1.367
modeltacoma access cab trd                                                                                                                                                           2.180
modeltacoma access cab trd 4x4                                                                                                                                                       1.847
modeltacoma crew cab sr 4x4                                                                                                                                                          1.633
modeltacoma double cab                                                                                                                                                               2.346
modeltacoma double cab pickup                                                                                                                                                        2.586
modeltacoma double cab trd                                                                                                                                                           1.821
modeltacoma double cab trd of                                                                                                                                                        3.051
modeltacoma flat bed                                                                                                                                                                 1.156
modeltacoma prerunner                                                                                                                                                                1.465
modeltacoma prerunner v6                                                                                                                                                             0.538
modeltacoma regular cab                                                                                                                                                              0.555
modeltacoma regular cab 2wd                                                                                                                                                         -0.432
modeltacoma sr5                                                                                                                                                                      1.490
modeltacoma sr5 4x4 1/4 ton                                                                                                                                                          2.077
modeltacoma sr5 v6                                                                                                                                                                   1.775
modeltacoma trd off road 4x4                                                                                                                                                         2.443
modeltacoma trd off-road                                                                                                                                                             2.688
modeltacoma trd sport 4x4                                                                                                                                                            1.115
modeltacoma v6 1-oregon owner*zero rust*4x4*trd off road*45 service records*like new in&out*rear lockers*never off road*zero accidents                                               2.108
modeltacoma v6 4dr double cab 1-oregon owner* rust & accident free*timing belt service done*new full buid*bilstein lift*new 33"yokohama goo3*new 17"mk6 wheels*like new in & out     3.009
modeltahoe                                                                                                                                                                           1.723
modeltahoe 4wd 4dr 1500 ltz                                                                                                                                                          1.401
modeltahoe k-1500 4x4                                                                                                                                                                1.748
modeltahoe ls                                                                                                                                                                        0.965
modeltahoe ls 4x4                                                                                                                                                                    0.368
modeltahoe ls 4x4 gas suv                                                                                                                                                            2.747
modeltahoe ls sport utility                                                                                                                                                          2.508
modeltahoe lt                                                                                                                                                                        1.012
modeltahoe lt 1500                                                                                                                                                                   1.168
modeltahoe lt 4wd                                                                                                                                                                    3.120
modeltahoe lt 4x4                                                                                                                                                                    1.208
modeltahoe lt sport                                                                                                                                                                  1.168
modeltahoe lt sport utility                                                                                                                                                          3.597
modeltahoe lt w/2lt                                                                                                                                                                  1.156
modeltahoe ltz                                                                                                                                                                       1.760
modeltahoe ltz 4wd                                                                                                                                                                   1.792
modeltahoe police                                                                                                                                                                   -0.277
modeltahoe premier                                                                                                                                                                   4.952
modeltahoe premier 4x4 gas                                                                                                                                                           4.678
modeltahoe z71 4x4                                                                                                                                                                   1.548
modeltall t                                                                                                                                                                          8.570
modeltaurus                                                                                                                                                                          0.427
modeltaurus limited                                                                                                                                                                  0.188
modeltaurus se                                                                                                                                                                       0.046
modeltaurus se sedan 4d                                                                                                                                                             -0.105
modeltaurus sel                                                                                                                                                                      0.024
modeltaurus sel sedan 4d automatic                                                                                                                                                   0.162
modeltaurus ses                                                                                                                                                                      0.117
modeltbucket                                                                                                                                                                         9.169
modeltc 4500                                                                                                                                                                         3.127
modeltc5500                                                                                                                                                                          2.782
modeltd wagon                                                                                                                                                                        3.628
modelterrain                                                                                                                                                                         0.708
modelterrain denali                                                                                                                                                                  1.118
modelterrain sel                                                                                                                                                                     0.072
modelterrain sle                                                                                                                                                                     0.053
modelterrain sle sport utility 4d                                                                                                                                                    0.803
modelterrain sle-1                                                                                                                                                                   0.353
modelterrain sle-1 awd! awd                                                                                                                                                         -0.046
modelterrain sle-2                                                                                                                                                                  -0.015
modelterrain sle-2 sport utility                                                                                                                                                     0.369
modelterrain slt awd                                                                                                                                                                 0.239
modelterrain slt awd gas suv auto                                                                                                                                                    0.704
modelterrain slt-2                                                                                                                                                                  -0.261
modelterrian sle2                                                                                                                                                                    0.334
modelThomas Saf-t-liner School Bus                                                                                                                                                   0.953
modelthunderbird                                                                                                                                                                     2.760
modeltiguan                                                                                                                                                                          0.233
modeltiguan 2.0t                                                                                                                                                                    -0.443
modeltiguan s                                                                                                                                                                       -0.216
modeltiguan se 4motion                                                                                                                                                               0.234
modeltiguan sel                                                                                                                                                                      0.026
modeltitan                                                                                                                                                                           1.661
modeltitan 4x4                                                                                                                                                                       0.956
modeltitan crew cab                                                                                                                                                                  1.238
modeltitan crew cab 4x4                                                                                                                                                              1.806
modeltitan crew cab sv pickup                                                                                                                                                        1.270
modeltitan pro-4x                                                                                                                                                                    1.599
modeltitan se                                                                                                                                                                        0.693
modeltitan single cab                                                                                                                                                                1.187
modeltitan single cab sv                                                                                                                                                             1.325
modeltitan sl 4x4                                                                                                                                                                    1.181
modeltitan xd                                                                                                                                                                        2.505
modeltitan xd 4wd pro-4x                                                                                                                                                             2.508
modeltitan xd crew cab sv                                                                                                                                                            2.399
modeltitan xd pro-4x                                                                                                                                                                 2.946
modeltj                                                                                                                                                                              1.289
modeltl                                                                                                                                                                              0.838
modeltl 3.2                                                                                                                                                                          1.145
modeltl 3.5l tech pkg awd                                                                                                                                                            0.189
modeltl sedan 4d                                                                                                                                                                     0.722
modeltl sh-awd sedan 4d                                                                                                                                                              0.783
modeltl special edition sedan                                                                                                                                                        0.598
modeltl type-s                                                                                                                                                                       0.883
modeltlx                                                                                                                                                                             1.109
modeltlx 2.4 sedan 4d                                                                                                                                                                0.714
modeltlx 2.4l                                                                                                                                                                        0.661
modeltlx 3.5 sedan 4d                                                                                                                                                                1.223
modeltlx 3.5 w/technology pkg                                                                                                                                                        1.747
modeltlx base fwd                                                                                                                                                                    0.817
modeltouareg                                                                                                                                                                         0.911
modeltouareg tdi sport suv                                                                                                                                                           1.117
modeltown & country                                                                                                                                                                  0.141
modeltown & country touring                                                                                                                                                          0.255
modeltown and country                                                                                                                                                                0.463
modeltown and country lx                                                                                                                                                             0.300
modeltown car                                                                                                                                                                        0.278
modeltown car signature                                                                                                                                                              0.825
modeltown country                                                                                                                                                                    0.577
modeltown country lwb                                                                                                                                                                0.474
modeltowncar                                                                                                                                                                         0.554
modelTOYOTA* YARIS*                                                                                                                                                                  0.246
modelTOYOTA/CAMRY                                                                                                                                                                    0.662
modelToyoya Tundra                                                                                                                                                                   1.437
modelToyta Camry                                                                                                                                                                     0.562
modeltracker                                                                                                                                                                         0.568
modeltrailblazer                                                                                                                                                                     0.959
modeltrailblazer ext                                                                                                                                                                 0.910
modeltrailblazer EXT LT                                                                                                                                                              0.908
modeltrailblazer ls                                                                                                                                                                  0.135
modeltrailblazer lt                                                                                                                                                                  0.557
modeltrans am                                                                                                                                                                        5.187
modeltransit                                                                                                                                                                         1.176
modeltransit 150 cargo van                                                                                                                                                           1.244
modeltransit 150 van                                                                                                                                                                 1.303
modeltransit 250                                                                                                                                                                     1.782
modeltransit 250 van low roof                                                                                                                                                        0.987
modeltransit 350                                                                                                                                                                     2.516
modeltransit 350 van                                                                                                                                                                 1.661
modeltransit 350 wagon med. roof xlt w/sliding pass. 14                                                                                                                              1.001
modeltransit cargo                                                                                                                                                                   1.105
modeltransit cargo van                                                                                                                                                               1.583
modeltransit connect                                                                                                                                                                 0.056
modeltransit connect cargo                                                                                                                                                           0.214
modeltransit connect cargo xl                                                                                                                                                        0.460
modeltransit connect passenger                                                                                                                                                       0.407
modeltransit connect van                                                                                                                                                             0.299
modeltransit connect xlt                                                                                                                                                             0.573
modeltransit e-350                                                                                                                                                                   0.580
modeltransit passenger van                                                                                                                                                           0.572
modeltransit passenger wagon                                                                                                                                                         2.404
modeltransit t 350 passanger                                                                                                                                                         0.765
modeltransit t-350 hd                                                                                                                                                                2.752
modeltransit t150 cargo van                                                                                                                                                          0.798
modeltransit t250                                                                                                                                                                    1.486
modeltransit t250 extended                                                                                                                                                           2.499
modeltransit t250 van                                                                                                                                                                1.399
modeltransit t350 xlt                                                                                                                                                                0.848
modeltransit van                                                                                                                                                                     1.707
modeltransit wagon 350                                                                                                                                                               1.347
modeltransit wagon xl                                                                                                                                                                1.359
modeltransit-250 base cargo                                                                                                                                                          2.329
modeltraverse                                                                                                                                                                        0.744
modeltraverse 2lt                                                                                                                                                                    0.490
modeltraverse ls                                                                                                                                                                     0.314
modeltraverse lt                                                                                                                                                                     0.508
modeltraverse lt awd                                                                                                                                                                 0.425
modeltraverse lt sport                                                                                                                                                               0.737
modeltraverse ltz                                                                                                                                                                    0.728
modeltrax                                                                                                                                                                           -0.511
modeltrax ls sport utility                                                                                                                                                          -0.183
modeltrax lt sport utility                                                                                                                                                          -0.294
modeltrax ltz sport                                                                                                                                                                  0.049
modeltrax ltz sport utility                                                                                                                                                          0.089
modeltribeca                                                                                                                                                                         0.679
modeltribute                                                                                                                                                                         2.009
modeltribute lx                                                                                                                                                                      0.836
modelTriumph Spitfire                                                                                                                                                                2.296
modeltruck                                                                                                                                                                           6.427
modeltsx                                                                                                                                                                             0.656
modeltsx 2.4                                                                                                                                                                         0.309
modeltsx 2.4l w/tech                                                                                                                                                                 0.356
modeltsx sedan 4d                                                                                                                                                                    0.467
modeltt                                                                                                                                                                              0.402
modeltucson                                                                                                                                                                          0.196
modeltucson gls                                                                                                                                                                      0.101
modeltucson limited                                                                                                                                                                  0.322
modeltucson limited sport                                                                                                                                                            0.401
modeltucson sel                                                                                                                                                                      0.223
modeltucson sport                                                                                                                                                                   -0.820
modeltundra                                                                                                                                                                          2.937
modeltundra 1794 edition 1-owner* local oregon truck since new* blind spot* 2-keys* non smoker* like new in & out* new brakes and service                                            3.601
modeltundra 2wd truck                                                                                                                                                                1.435
modeltundra 4wd                                                                                                                                                                      4.315
modeltundra 4wd truck                                                                                                                                                                2.650
modeltundra 4x4 limited 4dr cremax cab pickup (5.7 v8)                                                                                                                               2.935
modeltundra crewmax                                                                                                                                                                  2.914
modeltundra crewmax limited                                                                                                                                                          2.919
modeltundra crewmax sr5 4x4                                                                                                                                                          3.361
modeltundra crewmax sr5 pickup                                                                                                                                                       3.138
modeltundra double cab limited                                                                                                                                                       2.278
modeltundra double cab pickup                                                                                                                                                        2.193
modeltundra double cab sr                                                                                                                                                            3.017
modeltundra limited                                                                                                                                                                  2.410
modeltundra limited double cab                                                                                                                                                       1.879
modeltundra platinum crew max lifted on 37s                                                                                                                                          3.973
modeltundra sr5                                                                                                                                                                      1.462
modeltundra sr5 4x2 crewmax                                                                                                                                                          1.719
modeltundra sr5 4x4 1/2 ton                                                                                                                                                          2.601
modeltundra sr5 5.7                                                                                                                                                                  1.703
modeltundra trd pro                                                                                                                                                                  4.382
modeltundra trd sport                                                                                                                                                                3.415
modelUD 2000                                                                                                                                                                         1.100
modeluplander cargo van                                                                                                                                                             -0.121
modelUtilimaster Step Van                                                                                                                                                            3.592
modelux 250h sport utility 4d                                                                                                                                                        1.441
modelv                                                                                                                                                                              -0.013
modelv60 cross country                                                                                                                                                               0.770
modelv60 cross country t5                                                                                                                                                            0.283
modelv70                                                                                                                                                                             0.753
modelv70 xc cross country                                                                                                                                                            0.977
modelvan                                                                                                                                                                             1.099
modelvan 1987                                                                                                                                                                        2.148
modelvanagon westfalia                                                                                                                                                               4.896
modelvanagon/campmobile                                                                                                                                                              4.415
modelvelar                                                                                                                                                                           3.981
modelveloster                                                                                                                                                                       -0.312
modelveloster coupe 3d                                                                                                                                                               0.096
modelveloster hatchback                                                                                                                                                             -0.519
modelveloster n coupe 3d                                                                                                                                                             1.279
modelveloster value edition                                                                                                                                                         -0.207
modelventure                                                                                                                                                                         6.266
modelventure minivan                                                                                                                                                                 0.444
modelvenue sel sport utility                                                                                                                                                        -0.092
modelvenza                                                                                                                                                                           0.602
modelvenza 5-door v6 sedan                                                                                                                                                           0.882
modelvenza awd                                                                                                                                                                       0.753
modelvenza le wagon 4d                                                                                                                                                               0.508
modelvenza limited wagon 4d                                                                                                                                                          0.906
modelvenza v6 awd                                                                                                                                                                    0.554
modelvenza wagon 4d                                                                                                                                                                  0.722
modelvenza xle awd                                                                                                                                                                   0.207
modelveracruz limited                                                                                                                                                                0.066
modelverano                                                                                                                                                                         -0.262
modelversa                                                                                                                                                                          -0.661
modelversa 1.6 sv automatic                                                                                                                                                         -0.411
modelversa note                                                                                                                                                                     -0.629
modelversa note sv hatchback                                                                                                                                                        -0.950
modelversa sl                                                                                                                                                                        0.342
modelversa sv                                                                                                                                                                       -0.555
modelvibe                                                                                                                                                                            0.303
modelvibe 1.8l                                                                                                                                                                      -0.133
modelvibe gt                                                                                                                                                                         0.054
modelVictory Kingpin                                                                                                                                                                -0.273
modelvmi ♿                                                                                                                                                                          0.793
modelvnl                                                                                                                                                                            12.934
modelvnl 670                                                                                                                                                                         6.350
modelvnm630                                                                                                                                                                          5.655
modelVolkswagon Passat TDI GLS                                                                                                                                                       0.404
modelvolskwagen tiguan                                                                                                                                                               0.036
modelvolt                                                                                                                                                                           -0.343
modelvolt premium                                                                                                                                                                   -0.186
modelVOLVO* XC60*                                                                                                                                                                    0.627
modelvt750c                                                                                                                                                                         -0.384
modelvue                                                                                                                                                                             0.153
modelvue awd v6 2002                                                                                                                                                                 0.834
modelvue xr suv                                                                                                                                                                      0.017
modelw5500                                                                                                                                                                           3.085
modelwagon                                                                                                                                                                           0.814
modelWATER TRUCK                                                                                                                                                                     3.527
modelwillys cj-5                                                                                                                                                                     4.084
modelwillys cj2a                                                                                                                                                                     5.044
modelWILLYS MB                                                                                                                                                                       9.743
modelwinnebago                                                                                                                                                                       0.177
modelWorkhorse W42                                                                                                                                                                   3.008
modelWORKHORSE W42                                                                                                                                                                   2.125
modelwrangler                                                                                                                                                                        2.100
modelwrangler 2dr sport                                                                                                                                                              1.626
modelwrangler all new rubicon                                                                                                                                                        2.457
modelwrangler jk                                                                                                                                                                     2.074
modelwrangler moab                                                                                                                                                                   3.803
modelwrangler rubicon                                                                                                                                                                2.110
modelwrangler rubicon sport                                                                                                                                                          1.730
modelwrangler sahara                                                                                                                                                                 1.764
modelwrangler sahara sport                                                                                                                                                           1.471
modelwrangler se                                                                                                                                                                     0.491
modelwrangler se sport utility                                                                                                                                                       1.236
modelwrangler sport                                                                                                                                                                  1.198
modelwrangler sport 4x4 gas suv                                                                                                                                                      1.627
modelwrangler sport rhd 1 owner                                                                                                                                                      1.879
modelwrangler sport suv 2d                                                                                                                                                           1.934
modelwrangler unlimi                                                                                                                                                                 1.679
modelwrangler unlimited                                                                                                                                                              2.868
modelwrangler unlimited 75th 4x4                                                                                                                                                     2.727
modelwrangler unlimited all new                                                                                                                                                      2.943
modelwrangler unlimited rubicon                                                                                                                                                      3.187
modelwrangler unlimited sahara                                                                                                                                                       2.701
modelwrangler unlimited sport                                                                                                                                                        2.594
modelwrangler unlimited x                                                                                                                                                           -0.487
modelwrangler x                                                                                                                                                                      1.054
modelwrangler x sport utility                                                                                                                                                        1.573
modelwranler yj                                                                                                                                                                      2.488
modelwrx                                                                                                                                                                             1.338
modelwrx limited                                                                                                                                                                     0.533
modelwrx premium                                                                                                                                                                     1.296
modelwrx premium sedan 4d                                                                                                                                                            1.126
modelwrx sti                                                                                                                                                                         1.564
modelwrx sti sedan 4d                                                                                                                                                                2.076
modelx-type                                                                                                                                                                         -0.006
modelx1                                                                                                                                                                              0.659
modelx1 sdrive28i                                                                                                                                                                    0.866
modelx1 sdrive28i sport utility                                                                                                                                                      1.424
modelx1 xdrive28i                                                                                                                                                                    0.141
modelx1 xdrive28i awd                                                                                                                                                                0.282
modelx1 xdrive28i sport utility                                                                                                                                                      0.499
modelx3                                                                                                                                                                              0.754
modelx3 xdrive28i                                                                                                                                                                    0.698
modelx3 xdrive30i sport utility                                                                                                                                                      2.520
modelx3 xdrive35i                                                                                                                                                                    0.503
modelx4                                                                                                                                                                              1.341
modelx5                                                                                                                                                                              1.178
modelx5 3.0 sport                                                                                                                                                                    0.516
modelx5 3.0i awd                                                                                                                                                                     0.787
modelx5 3.5i premium                                                                                                                                                                 0.655
modelx5 4.4i                                                                                                                                                                         0.258
modelx5 sdrive35i                                                                                                                                                                    0.873
modelx5 xdrive35d                                                                                                                                                                    0.389
modelx5 xdrive35i                                                                                                                                                                    1.881
modelx5 xdrive35i awd luxury suv                                                                                                                                                     0.455
modelx5 xdrive35i sport utility                                                                                                                                                      2.557
modelx5 xdrive40i sport utility                                                                                                                                                      3.796
modelx5 xdrive48i                                                                                                                                                                    0.177
modelx5 xdrive50i                                                                                                                                                                    0.537
modelx5 xdrive50i sport utility                                                                                                                                                      3.801
modelx6                                                                                                                                                                              1.949
modelx6 351 x                                                                                                                                                                        3.931
modelx6 xdrive35i                                                                                                                                                                    2.956
modelx6 xdrive35i sport utility                                                                                                                                                      3.233
modelxc350l                                                                                                                                                                         -0.150
modelxc40                                                                                                                                                                            1.626
modelxc40 t5 momentum sport                                                                                                                                                          1.715
modelxc60                                                                                                                                                                            1.541
modelxc60 3.2                                                                                                                                                                        0.294
modelxc60 3.2 awd                                                                                                                                                                    0.247
modelxc60 t5 drive-e premier                                                                                                                                                         0.200
modelxc60 t5 dynamic sport                                                                                                                                                           0.921
modelxc60 t5 momentum sport                                                                                                                                                          1.654
modelxc60 t6 inscription sport                                                                                                                                                       2.358
modelxc60 t6 platinum sport                                                                                                                                                          1.036
modelxc70 t6 platinum awd                                                                                                                                                            0.609
modelxc90                                                                                                                                                                            0.472
modelxc90 3.2 awd                                                                                                                                                                    0.799
modelxc90 t5 momentum sport                                                                                                                                                          1.890
modelxc90 t6 all services up to date                                                                                                                                                 1.401
modelxc90 t6 momentum sport                                                                                                                                                          2.900
modelxc90 t8 inscription                                                                                                                                                             1.169
modelxe 20d sedan 4d                                                                                                                                                                 0.942
modelxe 25t premium sedan 4d                                                                                                                                                         0.839
modelxe 35t r-sport sedan 4d                                                                                                                                                         1.617
modelxf                                                                                                                                                                              2.992
modelxf 20d premium sedan 4d                                                                                                                                                         1.184
modelxf 35t premium sedan 4d                                                                                                                                                         1.094
modelxf portfolio sedan 4d                                                                                                                                                           0.883
modelxj                                                                                                                                                                              1.377
modelxj sedan 4d                                                                                                                                                                     1.265
modelxj xjl portfolio sedan 4d                                                                                                                                                       2.058
modelxj-series                                                                                                                                                                       2.195
modelxj8                                                                                                                                                                             0.532
modelxjr supercharged                                                                                                                                                                0.896
modelxk8 convertible v8                                                                                                                                                              1.138
modelxlr                                                                                                                                                                             1.267
modelxt4                                                                                                                                                                             2.311
modelxt4 premium luxury                                                                                                                                                              1.479
modelxt4 sport suv 4d                                                                                                                                                                2.010
modelxt5                                                                                                                                                                             0.787
modelxt5 luxury                                                                                                                                                                      3.352
modelxt5 luxury sport                                                                                                                                                                1.248
modelxt5 premium luxury                                                                                                                                                              2.327
modelxt5 sport suv 4d                                                                                                                                                                3.300
modelxt5 sport utility 4d                                                                                                                                                            1.604
modelxt6                                                                                                                                                                             3.062
modelxterra                                                                                                                                                                          0.950
modelxterra 4x4                                                                                                                                                                      0.178
modelxterra off- road 4x4                                                                                                                                                            0.260
modelxterra s                                                                                                                                                                        0.496
modelxterra s sport utility 4d                                                                                                                                                       0.811
modelxts                                                                                                                                                                             0.658
modelxts luxury collection                                                                                                                                                           0.851
modelxts luxury sedan 4d                                                                                                                                                             1.479
modelxv crosstrek                                                                                                                                                                    0.333
modelxv crosstrek 2.0i premium                                                                                                                                                       0.234
modelxv crosstrek awd limited                                                                                                                                                        0.414
modelxv crosstrek premium                                                                                                                                                            0.424
modelYAMAHA FZ09C                                                                                                                                                                   -1.103
modelyaris                                                                                                                                                                          -0.180
modelyaris hatchback                                                                                                                                                                 0.166
modelyaris ia sedan 4d                                                                                                                                                              -0.347
modelyaris l                                                                                                                                                                        -0.474
modelyj wrangler                                                                                                                                                                     0.826
modelyukon                                                                                                                                                                           2.157
modelyukon 4x4                                                                                                                                                                       0.545
modelyukon denali                                                                                                                                                                    1.173
modelyukon denali awd                                                                                                                                                                0.997
modelyukon denali sport utility                                                                                                                                                      1.895
modelyukon denali xl                                                                                                                                                                 0.736
modelyukon sle 4wd                                                                                                                                                                   1.594
modelyukon slt                                                                                                                                                                       0.402
modelyukon slt sport utility 4d                                                                                                                                                      3.804
modelyukon xl                                                                                                                                                                        1.744
modelyukon xl 1500 3rd row seat                                                                                                                                                     -0.272
modelyukon xl 2500 4wd                                                                                                                                                               2.151
modelyukon xl 2500 slt                                                                                                                                                               0.939
modelyukon xl denali                                                                                                                                                                 1.354
modelyukon xl denali awd                                                                                                                                                             0.912
modelyukon xl slt                                                                                                                                                                    2.682
modelz3 roadster                                                                                                                                                                     1.287
modelz4 3.0i 3.0i                                                                                                                                                                    0.672
modelz4 sdrive28i roadster 2d                                                                                                                                                        1.668
modelz4 sdrive35is roadster 2d                                                                                                                                                       2.976
modelzephyr                                                                                                                                                                         -0.086
odometer                                                                                                                                                                           -36.861
                                                                                                                                                                                               Pr(>|t|)
(Intercept)                                                                                                                                                                        < 0.0000000000000002
year                                                                                                                                                                               < 0.0000000000000002
model06 F250 Lariat                                                                                                                                                                            0.023879
model1 series 128i coupe 2d                                                                                                                                                                    0.599620
model1 series 135i convertible 2d                                                                                                                                                              0.235735
model1 series 135i coupe 2d                                                                                                                                                                    0.346496
model1-series 128i coupe                                                                                                                                                                       0.563329
model124 spider                                                                                                                                                                                0.000610
model135i                                                                                                                                                                                      0.573261
model1500                                                                                                                                                                                      0.027338
model1500 4wd                                                                                                                                                                                  0.467552
model1500 4x4                                                                                                                                                                                  0.274858
model1500 5.7 hemi                                                                                                                                                                             0.319228
model1500 big horn                                                                                                                                                                             0.040036
model1500 big horn/lone star                                                                                                                                                                   0.001391
model1500 big horncrew cab                                                                                                                                                                     0.141209
model1500 classic                                                                                                                                                                              0.004464
model1500 classic bighorn                                                                                                                                                                      0.016121
model1500 classic crew cab slt                                                                                                                                                                 0.165555
model1500 classic regular cab                                                                                                                                                                  0.367219
model1500 classic slt                                                                                                                                                                          0.157112
model1500 classic slt 4x4                                                                                                                                                                      0.022987
model1500 classic warlock                                                                                                                                                                      0.012654
model1500 crew cab                                                                                                                                                                             0.044684
model1500 crew cab big horn                                                                                                                                                                    0.005358
model1500 crew cab laramie                                                                                                                                                                     0.008438
model1500 crew cab laramie pickup                                                                                                                                                              0.012470
model1500 crew cab lone star                                                                                                                                                                   0.071125
model1500 crew cab tradesman                                                                                                                                                                   0.022353
model1500 express                                                                                                                                                                              0.168531
model1500 express 4x4 gas                                                                                                                                                                      0.043986
model1500 express quad cab                                                                                                                                                                     0.126056
model1500 hemi                                                                                                                                                                                 0.530442
model1500 laramie                                                                                                                                                                              0.003456
model1500 laramie 4x4                                                                                                                                                                          0.246276
model1500 laramie 4x4 gas                                                                                                                                                                      0.006871
model1500 laramie automatic                                                                                                                                                                    0.039642
model1500 laramie crew cab                                                                                                                                                                     0.035129
model1500 laramie crew hemi 5.7                                                                                                                                                                0.024280
model1500 lonestar                                                                                                                                                                             0.271367
model1500 mega cab                                                                                                                                                                             0.177741
model1500 outdoorsman 4x4                                                                                                                                                                      0.025437
model1500 quad cab                                                                                                                                                                             0.296006
model1500 quad cab express pickup                                                                                                                                                              0.226719
model1500 quad cab harvest pickup                                                                                                                                                              0.074837
model1500 quad cab short b                                                                                                                                                                     0.447674
model1500 quad cab tradesman                                                                                                                                                                   0.103823
model1500 regular cab                                                                                                                                                                          0.363640
model1500 regular cab tradesman                                                                                                                                                                0.325859
model1500 rt                                                                                                                                                                                   0.087944
model1500 silverado                                                                                                                                                                            0.178387
model1500 slt                                                                                                                                                                                  0.223348
model1500 slt 4x4                                                                                                                                                                              0.273527
model1500 slt 4x4 1/2 ton                                                                                                                                                                      0.033234
model1500 slt 4x4 half ton                                                                                                                                                                     0.052407
model1500 slt**3.6l!                                                                                                                                                                           0.143011
model1500 sport 4x4 1/2 ton                                                                                                                                                                    0.030056
model1500 st 4wd!extended                                                                                                                                                                      0.727548
model1500 tradesman                                                                                                                                                                            0.152884
model1964 oldsmobile dynamic                                                                                                                                                        0.00000013829219076
model1967 mustang                                                                                                                                                                   0.00000549274091793
model1969 c-10                                                                                                                                                                      0.00000238878336879
model1969 Cougar Eliminator                                                                                                                                                        < 0.0000000000000002
model1974 corvette                                                                                                                                                                  0.00000400503638345
model1977 corvette                                                                                                                                                                             0.003631
model1985 F150                                                                                                                                                                                 0.122175
model1987 Saab 900                                                                                                                                                                             0.046645
model1988 Corvette                                                                                                                                                                             0.050153
model1990                                                                                                                                                                                      0.590152
model1990 Daihatsu  Rocky SE                                                                                                                                                                   0.029201
model1992                                                                                                                                                                                      0.056065
model1994 International 4700                                                                                                                                                                   0.216577
model1996 Chevy/Topkick                                                                                                                                                                        0.102836
model1996 impala                                                                                                                                                                               0.014364
model2 series                                                                                                                                                                                  0.064950
model2 series 230i coupe 2d                                                                                                                                                                    0.380176
model2 series m235i xdrive                                                                                                                                                                     0.101443
model2 series m240i coupe 2d                                                                                                                                                                   0.068411
model200                                                                                                                                                                                       0.748670
model200 convertible                                                                                                                                                                           0.984419
model200 limited                                                                                                                                                                               0.780680
model200 limited sedan 4d                                                                                                                                                                      0.996224
model200 nv cargo van                                                                                                                                                                          0.925910
model200 s                                                                                                                                                                                     0.967184
model200 series limited                                                                                                                                                                        0.904657
model2001                                                                                                                                                                                      0.088808
model2001 Sport Trac                                                                                                                                                                           0.603956
model2002 f 450                                                                                                                                                                                0.096992
model2002 Saab                                                                                                                                                                                 0.723359
model2003 mistubishi lancer es                                                                                                                                                                 0.511208
model2004 handa civic                                                                                                                                                                          0.703196
model2006                                                                                                                                                                                      0.066643
model2008 HONDAELEMENT                                                                                                                                                                         0.590549
model2010ChryslerSebringTouringEd.                                                                                                                                                             0.818494
model2011                                                                                                                                                                                      0.581931
model2011 SUZUKI GRAND VITARA                                                                                                                                                                  0.705045
model2012 Smart Car                                                                                                                                                                            0.319219
model2013                                                                                                                                                                                      0.643178
model2013 CODA                                                                                                                                                                                 0.223903
model2013 isuzu nrr                                                                                                                                                                            0.020535
model2014 CHEVROLT EQUINOX                                                                                                                                                                     0.732974
model2015                                                                                                                                                                                      0.670662
model2015 SILVERADO HD                                                                                                                                                                         0.310509
model2016 Mazada Miata                                                                                                                                                                         0.458771
model2018                                                                                                                                                                                      0.388649
model210                                                                                                                                                                            0.00000000792587911
model230i                                                                                                                                                                                      0.004697
model240 wagon                                                                                                                                                                                 0.093825
model2500                                                                                                                                                                                      0.000202
model2500 4x4                                                                                                                                                                                  0.072274
model2500 big horn crew cab                                                                                                                                                                    0.000894
model2500 crew cab                                                                                                                                                                             0.013202
model2500 crew cab 4wd                                                                                                                                                                         0.000181
model2500 crew cab tradesman                                                                                                                                                                   0.001363
model2500 cummins laramie                                                                                                                                                                      0.000290
model2500 diesel 4x4 5.9l cummins turbo diesel quad cab short bed low miles                                                                                                                    0.000282
model2500 ext cab                                                                                                                                                                              0.452333
model2500 hd                                                                                                                                                                                   0.291852
model2500 laramie                                                                                                                                                                   0.00000007753445324
model2500 laramie 4x4 / 5.9                                                                                                                                                                    0.000493
model2500 laramie 4x4 gas                                                                                                                                                                      0.002310
model2500 laramie crew 4wd                                                                                                                                                          0.00000016998145501
model2500 laramie crewcab 4wd                                                                                                                                                       0.00000039330712852
model2500 laramie longhorn                                                                                                                                                          0.00001235231086662
model2500 longhorn mega 4x4                                                                                                                                                         0.00001986232652068
model2500 mega cab                                                                                                                                                                             0.004727
model2500 passenger van                                                                                                                                                                        0.341895
model2500 power wagon                                                                                                                                                                          0.006000
model2500 quad cab lng bd                                                                                                                                                                      0.415993
model2500 slt                                                                                                                                                                                  0.000217
model2500 slt cummins                                                                                                                                                                          0.000568
model2500 st crew cab flatbed                                                                                                                                                                  0.098125
model2500 tradesman                                                                                                                                                                 0.00002678644010397
model2500hd                                                                                                                                                                                    0.005689
model280z                                                                                                                                                                                      0.012621
model280zx                                                                                                                                                                          0.00000464504666399
model2wd                                                                                                                                                                                       0.669659
model3                                                                                                                                                                                         0.814655
model3 hatchback                                                                                                                                                                               0.958638
model3 series                                                                                                                                                                                  0.388467
model3 series 328d xdrive                                                                                                                                                                      0.272836
model3 series 328i                                                                                                                                                                             0.634101
model3 series 328i convertible 2d                                                                                                                                                              0.426473
model3 series 328i sedan 4d                                                                                                                                                                    0.611103
model3 series 330e iperformance                                                                                                                                                                0.472464
model3 series 330i                                                                                                                                                                             0.160054
model3 series 330i sedan 4d                                                                                                                                                                    0.605568
model3 series 330i xdrive sedan                                                                                                                                                                0.157249
model3 series 335i xdrive sedan                                                                                                                                                                0.205599
model3 series 340i                                                                                                                                                                             0.206971
model3 series 340i gran turismo                                                                                                                                                                0.122141
model3 series 340i sedan 4d                                                                                                                                                                    0.110091
model3 series 340i xdrive sedan                                                                                                                                                                0.114446
model3 series m340i sedan 4d                                                                                                                                                                   0.000349
model3-series                                                                                                                                                                                  0.101714
model300                                                                                                                                                                                       0.587099
model300 'l'                                                                                                                                                                        0.00000046731704643
model300 awd                                                                                                                                                                                   0.624187
model300 e                                                                                                                                                                                     0.001224
model300 limited sedan 4d                                                                                                                                                                      0.491199
model300 touring                                                                                                                                                                               0.758563
model300 touring rwd gas                                                                                                                                                                       0.668719
model300 touring sedan 4d                                                                                                                                                                      0.811679
model300c                                                                                                                                                                                      0.698420
model300c awd hemi                                                                                                                                                                             0.668501
model300c hemi                                                                                                                                                                                 0.460792
model300d                                                                                                                                                                                      0.001955
model300E                                                                                                                                                                                      0.081385
model300m                                                                                                                                                                                      0.673913
model300zx                                                                                                                                                                                     0.012371
model3100                                                                                                                                                                           0.00000000000000217
model3100 truck                                                                                                                                                                     0.00000000010751309
model320                                                                                                                                                                                       0.753218
model320i                                                                                                                                                                                      0.776301
model325i                                                                                                                                                                                      0.527838
model3281                                                                                                                                                                                      0.904258
model328d xdrive awd tdi                                                                                                                                                                       0.743486
model328i                                                                                                                                                                                      0.795488
model328i convertible                                                                                                                                                                          0.437719
model328i nav sport pkg.                                                                                                                                                                       0.948001
model328i sport                                                                                                                                                                                0.871437
model328i xd                                                                                                                                                                                   0.777193
model328i xdrive                                                                                                                                                                               0.795626
model328ix                                                                                                                                                                                     0.786351
model330ci                                                                                                                                                                                     0.637715
model330xi xdrive awd sport sedan                                                                                                                                                              0.623387
model335i                                                                                                                                                                                      0.640593
model335i convertible                                                                                                                                                                          0.840495
model335xi                                                                                                                                                                                     0.527081
model340i m sport package xi                                                                                                                                                                   0.009312
model3500                                                                                                                                                                           0.00000024268620201
model3500 4wd mega cab 160.5" laramie                                                                                                                                               0.00000699035156310
model3500 4x4                                                                                                                                                                       0.00002698272921783
model3500 bighorn 4x4 1 ton                                                                                                                                                                    0.000581
model3500 drw laramie                                                                                                                                                               0.00001093181213423
model3500 laramie                                                                                                                                                                              0.014347
model3500 laramie cummins                                                                                                                                                                      0.000186
model3500 laramie drw crew cab cummins                                                                                                                                              0.00002612013783048
model3500 mega cab                                                                                                                                                                  0.00000905681577792
model3500 slt                                                                                                                                                                                  0.000237
model3500 tradesman                                                                                                                                                                 0.00002787788310109
model3500 tradesman crew cab sho                                                                                                                                                               0.165362
model3500 tradesman dually                                                                                                                                                                     0.009004
model3500hd                                                                                                                                                                                    0.094527
model3500hd 4x4 duramax                                                                                                                                                                        0.001580
model350z convertible                                                                                                                                                                          0.592905
model370z coupe 2d                                                                                                                                                                             0.134750
model370z nismo coupe 2d                                                                                                                                                                       0.024242
model370z touring                                                                                                                                                                              0.295595
model370z touring coupe 2d                                                                                                                                                                     0.261523
model3i                                                                                                                                                                                        0.619438
model3s touring                                                                                                                                                                                0.869852
model4 runner sr5                                                                                                                                                                              0.150467
model4 series 428i coupe 2d                                                                                                                                                                    0.423185
model4 series 428i xdrive                                                                                                                                                                      0.094032
model4 series 430i convertible 2d                                                                                                                                                              0.048101
model4 series 440i convertible 2d                                                                                                                                                              0.000278
model4 series 440i gran coupe                                                                                                                                                                  0.049071
model4 series 440i xdrive gran                                                                                                                                                                 0.069513
model4-runner                                                                                                                                                                                  0.005168
model428i                                                                                                                                                                                      0.485144
model428i coupe                                                                                                                                                                                0.657657
model430i                                                                                                                                                                                      0.435083
model450sl                                                                                                                                                                          0.00001657811738589
model4runner                                                                                                                                                                                   0.008531
model4runner 4x4                                                                                                                                                                               0.098356
model4runner limited sport                                                                                                                                                                     0.030719
model4runner sport edition                                                                                                                                                                     0.174296
model4runner sr5                                                                                                                                                                               0.006150
model4runner sr5 4wd                                                                                                                                                                           0.012447
model4runner sr5 premium 4wd (natl)                                                                                                                                                            0.020310
model4runner sr5 sport utility                                                                                                                                                                 0.006740
model4runner trd off road                                                                                                                                                                      0.006349
model4runner trd off road 4x4                                                                                                                                                                  0.001827
model4x4 crew                                                                                                                                                                                  0.311700
model4x4 gas                                                                                                                                                                        0.00004139308608924
model5                                                                                                                                                                                         0.951104
model5 series                                                                                                                                                                                  0.365286
model5 series 530i xdrive sedan                                                                                                                                                                0.047276
model5 series 535d xdrive sedan                                                                                                                                                                0.133190
model5 series 535i sedan 4d                                                                                                                                                                    0.229275
model5 series 550i sedan 4d                                                                                                                                                                    0.055849
model5 series gran turismo                                                                                                                                                                     0.097321
model5-series                                                                                                                                                                                  0.315459
model500                                                                                                                                                                                       0.467387
model500 abarth hatchback 2d                                                                                                                                                                   0.937736
model500 limited                                                                                                                                                                               0.609821
model500 sport                                                                                                                                                                                 0.696095
model500x                                                                                                                                                                                      0.572231
model500x lounge sport utility                                                                                                                                                                 0.903090
model500x trekking awd                                                                                                                                                                         0.776385
model525i                                                                                                                                                                                      0.573296
model528i                                                                                                                                                                                      0.871298
model528i xdrive                                                                                                                                                                               0.388242
model528i xdrive sport                                                                                                                                                                         0.776426
model528xi                                                                                                                                                                                     0.853870
model530i                                                                                                                                                                                      0.052676
model535i                                                                                                                                                                                      0.360898
model535xi                                                                                                                                                                                     0.633988
model540i                                                                                                                                                                                      0.094153
model5500                                                                                                                                                                           0.00000000360430392
model5500 chassis cab                                                                                                                                                                          0.006040
model550i                                                                                                                                                                                      0.440056
model550i xdrive                                                                                                                                                                               0.610287
model560-class                                                                                                                                                                      0.00000072391630503
model5th avenue                                                                                                                                                                                0.104881
model6                                                                                                                                                                                         0.955706
model6 series 640i convertible 2d                                                                                                                                                              0.021863
model6 series 640i coupe 2d                                                                                                                                                                    0.097426
model6 series 645ci                                                                                                                                                                            0.606880
model6 touring                                                                                                                                                                                 0.741841
model64 nova wagon                                                                                                                                                                 < 0.0000000000000002
model645ci                                                                                                                                                                                     0.382738
model650i convertible                                                                                                                                                                          0.153506
model650xi xdrive gran coupe                                                                                                                                                                   0.110642
model67 Firebird                                                                                                                                                                    0.00000000006204332
model7 series                                                                                                                                                                                  0.189046
model740i m sport                                                                                                                                                                              0.195174
model740il e38 sport                                                                                                                                                                           0.236012
model750i                                                                                                                                                                                      0.526757
model750i / alpina b7                                                                                                                                                                          0.309725
model750i / b7                                                                                                                                                                                 0.002192
model750li                                                                                                                                                                                     0.125224
model750li xdrive                                                                                                                                                                              0.654456
model750xi xdrive m-sport edition                                                                                                                                                              0.054871
model91 Corvette                                                                                                                                                                               0.073042
model911                                                                                                                                                                                       0.017524
model911 carrera s cabriolet                                                                                                                                                                   0.012487
model928                                                                                                                                                                                       0.000822
modela-class a 220                                                                                                                                                                             0.112303
modela3                                                                                                                                                                                        0.777830
modela3 2.0t                                                                                                                                                                                   0.979846
modela3 2.0t premium                                                                                                                                                                           0.797616
modela3 2.0t premium plus                                                                                                                                                                      0.652196
modela3 e-tron                                                                                                                                                                                 0.536239
modela3 premium                                                                                                                                                                                0.413053
modela3 premium plus sedan 4d                                                                                                                                                                  0.394030
modela3 premium sedan 4d                                                                                                                                                                       0.382419
modela3 s-line                                                                                                                                                                                 0.813662
modela4                                                                                                                                                                                        0.511450
modela4 1.8t quattro                                                                                                                                                                           0.999695
modela4 2.0t premium plus                                                                                                                                                                      0.772422
modela4 2.0t premiumsedan                                                                                                                                                                      0.486630
modela4 allroad 2.0t quattro premium plus                                                                                                                                                      0.031140
modela4 allroad premium plus                                                                                                                                                                   0.019624
modela4 allroad premium wagon 4d                                                                                                                                                               0.012839
modela4 allroad prestige wagon                                                                                                                                                                 0.012051
modela4 premium plus sedan 4d                                                                                                                                                                  0.127348
modela4 premium sedan 4d                                                                                                                                                                       0.482511
modela4 quattro                                                                                                                                                                                0.877492
modela4 quattro awd premium plus                                                                                                                                                               0.749020
modela4 quattro premium                                                                                                                                                                        0.883695
modela4 ultra premium sedan 4d                                                                                                                                                                 0.339521
modela5                                                                                                                                                                                        0.495189
modela5 premium coupe 2d                                                                                                                                                                       0.098211
modela5 premium sedan 4d                                                                                                                                                                       0.148509
modela5 quattro premium plus                                                                                                                                                                   0.194516
modela6                                                                                                                                                                                        0.302240
modela6 2.0t premium plus sedan                                                                                                                                                                0.120249
modela6 2.0t premium sedan 4d                                                                                                                                                                  0.178733
modela6 3.0t premium plus sedan                                                                                                                                                                0.147061
modela6 3.0t prestige sedan 4d                                                                                                                                                                 0.079760
modela6 3.0t quattro sedan 4d                                                                                                                                                                  0.459535
modela6 45 tfsi premium plus                                                                                                                                                                   0.013277
modela6 45 tfsi premium sedan 4d                                                                                                                                                               0.005301
modela7                                                                                                                                                                                        0.126328
modela7 3.0t prestige quattro                                                                                                                                                                  0.257511
modela7 premium plus awd                                                                                                                                                                       0.026599
modela7 prestige sedan 4d                                                                                                                                                                      0.001032
modela8                                                                                                                                                                                        0.569912
modela8 l 3.0t                                                                                                                                                                                 0.150587
modelacadia                                                                                                                                                                                    0.407112
modelacadia awd                                                                                                                                                                                0.518563
modelacadia awd 4dr slt w/slt-2                                                                                                                                                                0.268826
modelacadia denali                                                                                                                                                                             0.359629
modelacadia fwd 4dr sle                                                                                                                                                                        0.813302
modelacadia sle                                                                                                                                                                                0.708679
modelacadia sle-1                                                                                                                                                                              0.410181
modelacadia sle-1 sport utility                                                                                                                                                                0.365382
modelacadia sle-2 sport utility                                                                                                                                                                0.178693
modelacadia slt                                                                                                                                                                                0.998942
modelacadia slt-1 sport utility                                                                                                                                                                0.222090
modelacadia slt-2                                                                                                                                                                              0.861840
modelacadia slt-2 sport utility                                                                                                                                                                0.295009
modelacadia slt2                                                                                                                                                                               0.481395
modelacadia slt2 awd                                                                                                                                                                           0.413901
modelaccent                                                                                                                                                                                    0.480657
modelaccent gl                                                                                                                                                                                 0.749629
modelaccent gls                                                                                                                                                                                0.943606
modelaccent se                                                                                                                                                                                 0.561305
modelaccent se sedan 4d                                                                                                                                                                        0.737687
modelaccord                                                                                                                                                                                    0.542262
modelaccord crosstour                                                                                                                                                                          0.609943
modelaccord ex                                                                                                                                                                                 0.420523
modelaccord ex-l                                                                                                                                                                               0.662105
modelaccord ex-l coupe                                                                                                                                                                         0.843192
modelaccord ex-l sedan 4d                                                                                                                                                                      0.669756
modelaccord ex-l v6                                                                                                                                                                            0.915858
modelaccord exl                                                                                                                                                                                0.800036
modelaccord lx                                                                                                                                                                                 0.671675
modelaccord lx sedan                                                                                                                                                                           0.990073
modelaccord lx special                                                                                                                                                                         0.356581
modelaccord lx-p                                                                                                                                                                               0.644834
modelaccord sdn                                                                                                                                                                                0.533968
modelaccord sdn lx                                                                                                                                                                             0.776397
modelaccord sedan                                                                                                                                                                              0.982261
modelaccord sedan sport 1.5t                                                                                                                                                                   0.630455
modelaccord sport                                                                                                                                                                              0.973431
modelaccord sport sedan 4d                                                                                                                                                                     0.447214
modelaccord touring fwd gas suv                                                                                                                                                                0.454719
modelaccord touring v6                                                                                                                                                                         0.960196
modelacty                                                                                                                                                                                      0.494489
modelACURA* MDX*                                                                                                                                                                               0.603281
modelALL MAKES ALL MODELS                                                                                                                                                                      0.105554
modelall-new 1500                                                                                                                                                                              0.996980
modelallroad premium plus wagon                                                                                                                                                                0.321303
modelaltima                                                                                                                                                                                    0.912881
modelaltima 2.5                                                                                                                                                                                0.737285
modelaltima 2.5 s                                                                                                                                                                              0.998571
modelaltima 2.5 sl sedan 4d                                                                                                                                                                    0.960417
modelaltima 2.5 sv                                                                                                                                                                             0.562132
modelaltima 2.5s                                                                                                                                                                               0.875989
modelaltima 3.5 se sedan 4d                                                                                                                                                                    0.893774
modelaltima s                                                                                                                                                                                  0.592862
modelaltima sl                                                                                                                                                                                 0.619671
modelaltima sr                                                                                                                                                                                 0.498751
modelaltima sv                                                                                                                                                                                 0.816126
modelAMC Eagle Limited Wagon                                                                                                                                                                   0.062987
modelAMC Matador                                                                                                                                                                               0.003698
modelamg, s63,4matic                                                                                                                                                                           0.342612
modelaoutlok                                                                                                                                                                                   0.421728
modelapache                                                                                                                                                                         0.00000985287716246
modelarmada                                                                                                                                                                                    0.019734
modelarmada,platinum                                                                                                                                                                           0.348151
modelarmanda                                                                                                                                                                                   0.837483
modelascent                                                                                                                                                                                    0.063342
modelaspen                                                                                                                                                                                     0.120735
modelastro                                                                                                                                                                                     0.422430
modelastro cargo van                                                                                                                                                                           0.552427
modelastro van awd                                                                                                                                                                             0.225030
modelatlas                                                                                                                                                                                     0.376695
modelatlas launch edition                                                                                                                                                                      0.293282
modelatlas s 4motion sport                                                                                                                                                                     0.150852
modelatlas s sport utility                                                                                                                                                                     0.491208
modelatlas se 4motion                                                                                                                                                                          0.159541
modelats                                                                                                                                                                                       0.985782
modelats coupe 2d                                                                                                                                                                              0.303109
modelats premium luxury                                                                                                                                                                        0.239521
modelats sedan                                                                                                                                                                                 0.324179
modelats sedan 4d                                                                                                                                                                              0.680474
modelats-v coupe 2d                                                                                                                                                                            0.000512
modelats4 performance                                                                                                                                                                          0.993289
modelaura                                                                                                                                                                                      0.979369
modelaura xe                                                                                                                                                                                   0.930135
modelaura xr                                                                                                                                                                                   0.742263
modelAUTI A5 CONVERTIBLE                                                                                                                                                                       0.558676
modelavalanche                                                                                                                                                                                 0.078855
modelavalanche 1500                                                                                                                                                                            0.168099
modelavalanche 1500crew                                                                                                                                                                        0.426288
modelavalanche 4x4                                                                                                                                                                             0.091504
modelavalanche black                                                                                                                                                                           0.026701
modelavalanche lt 4wd                                                                                                                                                                          0.294226
modelavalanche ltz                                                                                                                                                                             0.272060
modelavalon                                                                                                                                                                                    0.549165
modelavalon hybrid limited                                                                                                                                                                     0.048084
modelavalon limited hybrid                                                                                                                                                                     0.789679
modelavalon limited sedan                                                                                                                                                                      0.603757
modelavalon limited sedan 4d                                                                                                                                                                   0.207811
modelavalon xl                                                                                                                                                                                 0.728013
modelavalon xle premium sedan                                                                                                                                                                  0.534804
modelavalon xls                                                                                                                                                                                0.311946
modelavalong limited                                                                                                                                                                           0.723670
modelavenger                                                                                                                                                                                   0.642107
modelaveo                                                                                                                                                                                      0.715250
modelaviator                                                                                                                                                                                   0.435222
modelawd *gl 450 4matic 4dr*suv*clean*carfax *3row seat nav                                                                                                                                    0.170255
modelazera                                                                                                                                                                                     0.880124
modelazera limited                                                                                                                                                                             0.986659
modelb-class                                                                                                                                                                                   0.867310
modelb2000                                                                                                                                                                                     0.014800
modelb2600                                                                                                                                                                                     0.103418
modelb300                                                                                                                                                                                      0.004101
modelb4000 seextended cab                                                                                                                                                                      0.641304
modelb9 tribeca                                                                                                                                                                                0.626299
modelbaja                                                                                                                                                                                      0.368561
modelbeetle                                                                                                                                                                                    0.203343
modelbeetle 1.8t                                                                                                                                                                               0.592122
modelbeetle 1.8t fleet                                                                                                                                                                         0.892772
modelbeetle 1.8t se                                                                                                                                                                            0.844653
modelbeetle 1.8t sel                                                                                                                                                                           0.834494
modelbeetle convertible                                                                                                                                                                        0.004413
modelbeetle turbo                                                                                                                                                                              0.738913
modelbel-air                                                                                                                                                                        0.00000000010119498
modelbelair                                                                                                                                                                        < 0.0000000000000002
modelben                                                                                                                                                                                       0.000262
modelBentley Arnage                                                                                                                                                                            0.000263
modelBENTLEY ARNAGE                                                                                                                                                                            0.000333
modelbentley continental flying spur                                                                                                                                                           0.000354
modelbenz                                                                                                                                                                                      0.366785
modelbenz 220se                                                                                                                                                                     0.00000000000134174
modelbenz 300d turbo                                                                                                                                                                           0.047265
modelbenz 380 sl                                                                                                                                                                               0.004583
modelbenz 450sl                                                                                                                                                                                0.000791
modelbenz 600sel                                                                                                                                                                    0.00005718656996306
modelbenz c 320 wagon                                                                                                                                                                          0.473765
modelbenz c240                                                                                                                                                                                 0.636413
modelbenz c250                                                                                                                                                                                 0.863965
modelbenz c280                                                                                                                                                                                 0.880499
modelbenz c300                                                                                                                                                                                 0.614684
modelbenz c32 amg                                                                                                                                                                              0.333809
modelbenz clk320 cabriolet                                                                                                                                                                     0.612161
modelbenz e320                                                                                                                                                                                 0.452219
modelbenz e320 4matic wagon                                                                                                                                                                    0.163874
modelbenz e320 wagon                                                                                                                                                                           0.101038
modelbenz e350                                                                                                                                                                                 0.475744
modelbenz e500                                                                                                                                                                                 0.523865
modelbenz e500 4matic                                                                                                                                                                          0.830502
modelbenz glk 350                                                                                                                                                                              0.648050
modelbenz ml 320 cdi 4 matic                                                                                                                                                                   0.470263
modelbenz ml 350                                                                                                                                                                               0.667005
modelbenz ml 350 4-matic                                                                                                                                                                       0.602050
modelbenz ml-350                                                                                                                                                                               0.842840
modelbenz ml350                                                                                                                                                                                0.493501
modelbenz ml350 4matic                                                                                                                                                                         0.659370
modelbenz ml550                                                                                                                                                                                0.605555
modelbenz s500                                                                                                                                                                                 0.522961
modelbenz s550                                                                                                                                                                                 0.010771
modelbenz sl500                                                                                                                                                                                0.237505
modelbenz slk 250                                                                                                                                                                              0.148305
modelbenz slk roadster                                                                                                                                                                         0.462481
modelbenz sprinter 2500                                                                                                                                                             0.00000091314274542
modelblazer                                                                                                                                                                                    0.235560
modelblazer 2lt sport                                                                                                                                                                          0.256755
modelblazer 4x4                                                                                                                                                                                0.179883
modelblazer 4x4 ls                                                                                                                                                                             0.872177
modelblazer lt                                                                                                                                                                                 0.160093
modelBLUE BIRD BLUE BIRD                                                                                                                                                                       0.535169
modelBMW, 328i                                                                                                                                                                                 0.990007
modelbobcat                                                                                                                                                                         0.00000083051254773
modelbolt ev                                                                                                                                                                                   0.897389
modelbonneville                                                                                                                                                                     0.00000003167724283
modelborrego                                                                                                                                                                                   0.514219
modelbox truck                                                                                                                                                                                 0.507330
modelboxster                                                                                                                                                                                   0.184178
modelbrigadier                                                                                                                                                                                 0.077738
modelbronco                                                                                                                                                                         0.00000734713313404
modelbronco 4x4                                                                                                                                                                                0.022828
modelbronco ii                                                                                                                                                                                 0.513407
modelbronco xlt                                                                                                                                                                                0.051057
modelbrz                                                                                                                                                                                       0.382026
modelbrz limited                                                                                                                                                                               0.690888
modelbrz limited coupe 2d                                                                                                                                                                      0.166285
modelbug                                                                                                                                                                            0.00000391965183928
modelBWM 535xi Premium Sport                                                                                                                                                                   0.626861
modelc                                                                                                                                                                                         0.986868
modelc - max se hybrid                                                                                                                                                                         0.988281
modelc 250                                                                                                                                                                                     0.869781
modelc 250 sport                                                                                                                                                                               0.977560
modelc 300                                                                                                                                                                                     0.374258
modelc 400 4matic sedan                                                                                                                                                                        0.219962
modelc-300                                                                                                                                                                                     0.391558
modelc-class                                                                                                                                                                                   0.385913
modelc-class c 250 sport automatic                                                                                                                                                             0.689837
modelc-class c 300                                                                                                                                                                             0.169710
modelc-class c 350e                                                                                                                                                                            0.286943
modelc-class c 63 amg                                                                                                                                                                          0.004899
modelc-class c300 4matic sport sedan                                                                                                                                                           0.720338
modelc-hr                                                                                                                                                                                      0.602744
modelc-hr xle                                                                                                                                                                                  0.973839
modelc-hr xle premium sport                                                                                                                                                                    0.861820
modelc-max                                                                                                                                                                                     0.671770
modelc-max hybrid se wagon 4d                                                                                                                                                                  0.890164
modelc-max hybrid titanium wagon                                                                                                                                                               0.882024
modelc/k 1500                                                                                                                                                                                  0.017792
modelc/k 20                                                                                                                                                                                    0.017094
modelc/v                                                                                                                                                                                       0.864133
modelc10                                                                                                                                                                            0.00000000000000506
modelc20                                                                                                                                                                                       0.001769
modelc2500                                                                                                                                                                                     0.271056
modelc300 4matic                                                                                                                                                                               0.774930
modelc300 sport                                                                                                                                                                                0.919927
modelc43                                                                                                                                                                                       0.002129
modelc5500                                                                                                                                                                          0.00003482145352053
modelc6500                                                                                                                                                                                     0.002069
modelc70 convertible                                                                                                                                                                           0.941140
modelc7500                                                                                                                                                                                     0.035287
modelc8500                                                                                                                                                                                     0.001158
modelcabrio                                                                                                                                                                                    0.906178
modelcaddilac escalade ext                                                                                                                                                                     0.085590
modelCADILIC DEVILLE                                                                                                                                                                           0.827684
modelcaliber                                                                                                                                                                                   0.960212
modelcaliber r/t                                                                                                                                                                               0.948257
modelcaliber sxt                                                                                                                                                                               0.547706
modelCAM Superline Tilt Deckover Trai                                                                                                                                                          0.404993
modelcamaro                                                                                                                                                                                    0.003663
modelcamaro 1ls                                                                                                                                                                                0.657599
modelcamaro 1lt                                                                                                                                                                                0.429483
modelcamaro 1ss                                                                                                                                                                                0.022440
modelcamaro 2ss                                                                                                                                                                                0.002209
modelcamaro convertible                                                                                                                                                                        0.898899
modelcamaro convertible 2lt                                                                                                                                                                    0.524640
modelcamaro lt 2dr                                                                                                                                                                             0.862678
modelcamaro lt convertible                                                                                                                                                                     0.522692
modelcamaro lt coupe 2d                                                                                                                                                                        0.554753
modelcamaro rs                                                                                                                                                                                 0.750585
modelcamaro ss                                                                                                                                                                                 0.036058
modelcamaro ss convertible                                                                                                                                                                     0.054831
modelcamaro ss coupe 2d                                                                                                                                                                        0.003481
modelcamaro z28                                                                                                                                                                     0.00000582188052959
modelcamaro zl1 coupe 2d                                                                                                                                                                       0.006937
modelcamero                                                                                                                                                                                    0.150396
modelcamry                                                                                                                                                                                     0.629465
modelcamry 2009                                                                                                                                                                                0.987440
modelcamry base                                                                                                                                                                                0.545138
modelcamry hybrid                                                                                                                                                                              0.750815
modelcamry hybrid le                                                                                                                                                                           0.905418
modelcamry hybrid se                                                                                                                                                                           0.887124
modelcamry hybrid xle sedan 4d                                                                                                                                                                 0.404309
modelcamry le                                                                                                                                                                                  0.805643
modelcamry le sedan 4d                                                                                                                                                                         0.805304
modelcamry le v6                                                                                                                                                                               0.639466
modelcamry se                                                                                                                                                                                  0.842568
modelcamry se 4dr sedan                                                                                                                                                                        0.635401
modelcamry se(sports edition)                                                                                                                                                                  0.956492
modelcamry sedan i4                                                                                                                                                                            0.790009
modelcamry solara                                                                                                                                                                              0.849221
modelcamry trd v6                                                                                                                                                                              0.154293
modelcamry xle                                                                                                                                                                                 0.665903
modelcamry xle hybrid                                                                                                                                                                          0.870477
modelcamry xse sedan 4d                                                                                                                                                                        0.845262
modelcanyon                                                                                                                                                                                    0.062034
modelcanyon 4wd sle                                                                                                                                                                            0.190886
modelcanyon crew cab pickup 4d 5                                                                                                                                                               0.264675
modelcanyon crew cab sle pickup                                                                                                                                                                0.033611
modelcanyon extended cab sle                                                                                                                                                                   0.130433
modelcanyon regular cab                                                                                                                                                                        0.574933
modelcanyon sle                                                                                                                                                                                0.091544
modelcapri                                                                                                                                                                                     0.203477
modelcaptiva                                                                                                                                                                                   0.706344
modelcaptiva lt fwd gas suv                                                                                                                                                                    0.852422
modelcaptiva sport                                                                                                                                                                             0.756750
modelcaptiva sport ls                                                                                                                                                                          0.704510
modelcaravan                                                                                                                                                                                   0.650945
modelcaravan se                                                                                                                                                                                0.891897
modelcaravan sport                                                                                                                                                                             0.641543
modelcargo van                                                                                                                                                                                 0.944943
modelcascada premium                                                                                                                                                                           0.394650
modelcayenne                                                                                                                                                                                   0.002056
modelcayenne 1-owner* local trade* convenience pkg* panoramic roof* dealer serviced, new tires* 2-keys* front & rear sensors*back up cam                                                       0.046078
modelcayenne hybrid 2011                                                                                                                                                                       0.407627
modelcayenne platinum edition                                                                                                                                                                  0.742220
modelcayenne s                                                                                                                                                                                 0.200991
modelcayenne s awd luxury suv                                                                                                                                                                  0.201352
modelcayenne s hybrid                                                                                                                                                                          0.010822
modelcayenne sport utility 4d                                                                                                                                                                  0.100961
modelcayenne turbo                                                                                                                                                                             0.184605
modelcayenne turbo awd                                                                                                                                                                         0.016101
modelcayman                                                                                                                                                                                    0.000273
modelcc                                                                                                                                                                                        0.475943
modelcc sport                                                                                                                                                                                  0.854992
modelcc sport 2.0 turbo pzev i4 fwd                                                                                                                                                            0.899604
modelcc sport pzev                                                                                                                                                                             0.821026
modelcc300                                                                                                                                                                                     0.879937
modelcc4500                                                                                                                                                                                    0.001267
modelcelica gt                                                                                                                                                                                 0.544495
modelcenturion                                                                                                                                                                                 0.000224
modelcentury                                                                                                                                                                                   0.793798
modelchallenger                                                                                                                                                                                0.069476
modelchallenger r/t                                                                                                                                                                            0.063153
modelchallenger r/t classic                                                                                                                                                                    0.200745
modelchallenger r/t coupe 2d                                                                                                                                                                   0.028863
modelchallenger r/t scat pack                                                                                                                                                                  0.007463
modelchallenger scat pack                                                                                                                                                                      0.003445
modelchallenger se                                                                                                                                                                             0.581291
modelchallenger srt 392 coupe                                                                                                                                                                  0.002961
modelchallenger srt8                                                                                                                                                                           0.017153
modelchallenger srt8 coupe 2d                                                                                                                                                                  0.003441
modelchallenger sxt                                                                                                                                                                            0.453482
modelchallenger sxt plus coupe                                                                                                                                                                 0.296074
modelcharger                                                                                                                                                                                   0.379419
modelcharger daytona 392 sedan                                                                                                                                                                 0.009222
modelcharger gt                                                                                                                                                                                0.073167
modelcharger plus hellcat                                                                                                                                                                      0.233069
modelcharger r/t scat pack                                                                                                                                                                     0.023084
modelcharger rt                                                                                                                                                                                0.840652
modelcharger rt awd                                                                                                                                                                            0.398773
modelcharger scat pack daytona                                                                                                                                                                 0.131121
modelcharger sxt                                                                                                                                                                               0.580646
modelcharger sxt sedan 4d                                                                                                                                                                      0.373552
modelcherokee                                                                                                                                                                                  0.389227
modelcherokee laredo                                                                                                                                                                           0.518149
modelcherokee latitude                                                                                                                                                                         0.856118
modelcherokee limited                                                                                                                                                                          0.215466
modelcherokee trailhawk                                                                                                                                                                        0.701423
modelcherokee trailhawk 4wd                                                                                                                                                                    0.629839
modelchevelle                                                                                                                                                                       0.00000000020157442
modelchevelle malibu                                                                                                                                                                0.00000000000935568
modelchevorlet corvette                                                                                                                                                                        0.045861
modelchevorlet silverado 1500                                                                                                                                                                  0.000770
modelCHEVORLET TRAVERSE 2LT                                                                                                                                                                    0.597912
modelChevroelt Traverse                                                                                                                                                                        0.993231
modelChewy                                                                                                                                                                                     0.001817
modelcheyenne                                                                                                                                                                                  0.008126
modelCHINOOK DREAM 175BH                                                                                                                                                                       0.496366
modelCHVEROLET SILVERADO EX-CAB 4X4                                                                                                                                                            0.197999
modelchysler 300                                                                                                                                                                               0.804768
modelcity express cargo van                                                                                                                                                                    0.943300
modelcive se                                                                                                                                                                                   0.913472
modelcivic                                                                                                                                                                                     0.801317
modelcivic coupe                                                                                                                                                                               0.665223
modelcivic dx coupe                                                                                                                                                                            0.616999
modelcivic ex                                                                                                                                                                                  0.919661
modelcivic ex 4dr sedan                                                                                                                                                                        0.522613
modelcivic ex coupe                                                                                                                                                                            0.991717
modelcivic ex sedan 4d                                                                                                                                                                         0.758746
modelcivic ex-l                                                                                                                                                                                0.795049
modelcivic ex-l sedan 5-speed at                                                                                                                                                               0.971521
modelcivic ex-l w/navigation                                                                                                                                                                   0.731900
modelcivic exl                                                                                                                                                                                 0.559317
modelcivic hatchback                                                                                                                                                                           0.760043
modelcivic hybrid                                                                                                                                                                              0.590952
modelcivic lx                                                                                                                                                                                  0.908505
modelcivic lx coupe 2d                                                                                                                                                                         0.830386
modelcivic lx coupe 5-speed at                                                                                                                                                                 0.996546
modelcivic lx sedan                                                                                                                                                                            0.458129
modelcivic lx sedan 4d                                                                                                                                                                         0.970616
modelcivic lx sedan cvt                                                                                                                                                                        0.998520
modelcivic sdn                                                                                                                                                                                 0.788566
modelcivic sedan                                                                                                                                                                               0.760257
modelcivic sedan hf | gas                                                                                                                                                                      0.976051
modelcivic si                                                                                                                                                                                  0.394837
modelcivic si coupe                                                                                                                                                                            0.627357
modelcivic si coupe 2d                                                                                                                                                                         0.438337
modelcivic si sedan 4d                                                                                                                                                                         0.397370
modelcivic sport coupe 2d                                                                                                                                                                      0.925806
modelcivic sport touring                                                                                                                                                                       0.450670
modelcivic sport, loaded, reli                                                                                                                                                                 0.670788
modelcivic touring coupe 2d                                                                                                                                                                    0.619567
modelcivic touring i4 turbo fwd                                                                                                                                                                0.800099
modelcivic type r touring                                                                                                                                                                      0.035630
modelcivic value packagesedan                                                                                                                                                                  0.849903
modelcivichonda si                                                                                                                                                                             0.756392
modelcj7                                                                                                                                                                                       0.003101
modelcl-class cl 550                                                                                                                                                                           0.050771
modelcla                                                                                                                                                                                       0.190499
modelcla 250 4matic                                                                                                                                                                            0.407675
modelcla-class cla 45                                                                                                                                                                          0.080563
modelclassic                                                                                                                                                                                   0.594287
modelclk                                                                                                                                                                                       0.501760
modelclk320                                                                                                                                                                                    0.614425
modelcls-class                                                                                                                                                                                 0.037159
modelcls-class cls 550                                                                                                                                                                         0.105785
modelcls550                                                                                                                                                                                    0.323877
modelClub car 4 seater                                                                                                                                                                         0.379165
modelClub car Precedent                                                                                                                                                                        0.102861
modelclubman                                                                                                                                                                                   0.842535
modelclubman cooper s hatchback                                                                                                                                                                0.644462
modelcmax hybrid                                                                                                                                                                               0.256165
modelcobalt                                                                                                                                                                                    0.868341
modelcobalt ls                                                                                                                                                                                 0.979675
modelCobra Special Edition                                                                                                                                                                     0.129346
modelCODILLAC                                                                                                                                                                       0.00000060965081723
modelCOLEMAN 2825RK                                                                                                                                                                            0.487396
modelcolorad                                                                                                                                                                                   0.666589
modelcolorado                                                                                                                                                                                  0.092527
modelcolorado 4wd z71                                                                                                                                                                          0.019162
modelcolorado crew cab                                                                                                                                                                         0.629727
modelcolorado crew cab lt                                                                                                                                                                      0.100062
modelcolorado crew cab work                                                                                                                                                                    0.141690
modelcolorado crew cab z71                                                                                                                                                                     0.030651
modelcolorado crew cab zr2                                                                                                                                                                     0.006094
modelcolorado extended cab                                                                                                                                                                     0.098103
modelcolorado lt crew                                                                                                                                                                          0.211533
modelcolorado z71                                                                                                                                                                              0.324918
modelcomet                                                                                                                                                                          0.00000056183931706
modelcommander sport 4wd                                                                                                                                                                       0.661735
modelcompass                                                                                                                                                                                   0.806462
modelcompass latitude                                                                                                                                                                          0.973216
modelcompass limited                                                                                                                                                                           0.864699
modelcompass sport                                                                                                                                                                             0.754568
modelcompass sport 4x4                                                                                                                                                                         0.906310
modelcompass trailhawk                                                                                                                                                                         0.559186
modelconcorde                                                                                                                                                                                  0.449603
modelcontinental                                                                                                                                                                               0.187384
modelcontinental mark v                                                                                                                                                                        0.030858
modelcontinental premiere                                                                                                                                                                      0.175036
modelcontinental reserve                                                                                                                                                                       0.003500
modelcontinental sedan 4d                                                                                                                                                                      0.022524
modelcontinental select sedan                                                                                                                                                                  0.158764
modelconvertible                                                                                                                                                                               0.040628
modelconvertible cooper s                                                                                                                                                                      0.448795
modelconvertible cooper s 2d                                                                                                                                                                   0.113241
modelcooper                                                                                                                                                                                    0.918052
modelcooper clubman                                                                                                                                                                            0.930522
modelcooper clubman s                                                                                                                                                                          0.818974
modelcooper convertible s                                                                                                                                                                      0.990952
modelcooper countryman s                                                                                                                                                                       0.942510
modelcooper hardtop                                                                                                                                                                            0.629429
modelcooper hardtop 4 door                                                                                                                                                                     0.418135
modelcooper s                                                                                                                                                                                  0.946151
modelcooper s convertible                                                                                                                                                                      0.956620
modelcooper s countryman                                                                                                                                                                       0.938989
modelcorolla                                                                                                                                                                                   0.855137
modelcorolla ce                                                                                                                                                                                0.826219
modelcorolla hatchback                                                                                                                                                                         0.954572
modelcorolla hatchback xse 4d                                                                                                                                                                  0.795025
modelcorolla im                                                                                                                                                                                0.895407
modelcorolla im hatchback 4d                                                                                                                                                                   0.999244
modelcorolla l                                                                                                                                                                                 0.920291
modelcorolla l sedan 4d                                                                                                                                                                        0.968878
modelcorolla le                                                                                                                                                                                0.856315
modelcorolla le 4dr sedan                                                                                                                                                                      0.464466
modelcorolla le eco sedan 4d                                                                                                                                                                   0.959641
modelcorolla le sedan 4d                                                                                                                                                                       0.883687
modelcorolla le sports package                                                                                                                                                                 0.954503
modelcorolla matrix                                                                                                                                                                            0.554050
modelcorolla s                                                                                                                                                                                 0.776938
modelcorolla s special edition                                                                                                                                                                 0.965451
modelcoronet 440                                                                                                                                                                    0.00002677738487050
modelcorsair reserve sport                                                                                                                                                                     0.031155
modelcorsair sport utility 4d                                                                                                                                                                  0.109367
modelcorvair                                                                                                                                                                        0.00000001802491941
modelcorvette                                                                                                                                                                                  0.000996
modelcorvette convertible                                                                                                                                                                      0.015490
modelcorvette coupe                                                                                                                                                                            0.005998
modelcorvette coupe 2d                                                                                                                                                                         0.002206
modelcorvette coupe cars                                                                                                                                                                       0.035378
modelcorvette grand sport                                                                                                                                                           0.00007116205081872
modelcorvette stingray                                                                                                                                                              0.00000154305619281
modelcorvette stingray z51                                                                                                                                                          0.00000020828060312
modelcorvette v8 targa                                                                                                                                                                         0.011405
modelcougar xr7                                                                                                                                                                                0.145433
modelcountryman                                                                                                                                                                                0.933956
modelcountryman cooper hatchback                                                                                                                                                               0.875267
modelcountryman cooper s                                                                                                                                                                       0.172210
modelcountryman cooper s all4                                                                                                                                                                  0.455850
modelcountryman cooper se all4                                                                                                                                                                 0.212934
modelcoupe                                                                                                                                                                          0.00000003039300801
modelcovette                                                                                                                                                                                   0.005105
modelcr-v                                                                                                                                                                                      0.413818
modelcr-v ex                                                                                                                                                                                   0.716774
modelcr-v ex awd                                                                                                                                                                               0.474363
modelcr-v ex l w/navi 4dr suv                                                                                                                                                                  0.695358
modelcr-v ex sport utility 4d                                                                                                                                                                  0.498715
modelcr-v ex-l                                                                                                                                                                                 0.828528
modelcr-v ex-l awd                                                                                                                                                                             0.575973
modelcr-v lx                                                                                                                                                                                   0.614178
modelcr-v lx 4wd                                                                                                                                                                               0.684950
modelcr-v lx sport utility 4d                                                                                                                                                                  0.751885
modelcr-v touring sport utility                                                                                                                                                                0.240251
modelcr-z ex                                                                                                                                                                                   0.603588
modelcr-z ex coupe 2d                                                                                                                                                                          0.772769
modelcross country                                                                                                                                                                             0.910342
modelcrossfire                                                                                                                                                                                 0.676517
modelcrosstour                                                                                                                                                                                 0.537608
modelcrosstour ex-l sport                                                                                                                                                                      0.491803
modelcrosstrek                                                                                                                                                                                 0.749830
modelcrosstrek 2.0i premium                                                                                                                                                                    0.861765
modelcrosstrek limited                                                                                                                                                                         0.762005
modelcrosstrek premium                                                                                                                                                                         0.589738
modelcrosstrek xv                                                                                                                                                                              0.453930
modelcrown victoria                                                                                                                                                                            0.812581
modelcrown victoria interceptor                                                                                                                                                                0.703463
modelcrown victoria police                                                                                                                                                                     0.814776
modelcrown victoria police inter                                                                                                                                                               0.987430
modelcruise                                                                                                                                                                                    0.265252
modelcruz lt                                                                                                                                                                                   0.808315
modelcruze                                                                                                                                                                                     0.642967
modelcruze 2lt                                                                                                                                                                                 0.686170
modelcruze 2lt rs                                                                                                                                                                              0.904490
modelcruze 2lt sedan 4d                                                                                                                                                                        0.243247
modelcruze eco                                                                                                                                                                                 0.854851
modelcruze limited                                                                                                                                                                             0.562725
modelcruze limited 1lt                                                                                                                                                                         0.781220
modelcruze limited ltz                                                                                                                                                                         0.991902
modelcruze ls                                                                                                                                                                                  0.692640
modelcruze lt                                                                                                                                                                                  0.676352
modelcruze lt diesel                                                                                                                                                                           0.996966
modelcruze lt rs                                                                                                                                                                               0.946821
modelcruze lt sedan                                                                                                                                                                            0.355651
modelcruze only 89k miles                                                                                                                                                                      0.721690
modelcruze premier                                                                                                                                                                             0.967728
modelcruze premier sedan 4d                                                                                                                                                                    0.916790
modelcrv                                                                                                                                                                                       0.853839
modelcrv awd                                                                                                                                                                                   0.342225
modelcrv ex                                                                                                                                                                                    0.481592
modelcrv ex awd                                                                                                                                                                                0.426832
modelcrv ex-l                                                                                                                                                                                  0.620116
modelcrv ex-l awd                                                                                                                                                                              0.534569
modelcrv lx awd                                                                                                                                                                                0.489715
modelcrx si                                                                                                                                                                                    0.075030
modelct 200h                                                                                                                                                                                   0.663430
modelct 200h hatchback 4d                                                                                                                                                                      0.577599
modelct 200h premium hatchback                                                                                                                                                                 0.566719
modelct5 premium luxury                                                                                                                                                                        0.043259
modelct6                                                                                                                                                                                       0.101199
modelct6 3.6 luxury sedan 4d                                                                                                                                                                   0.089635
modelct6 luxury awd                                                                                                                                                                            0.040077
modelcts                                                                                                                                                                                       0.563815
modelcts 2.0 luxury sedan 4d                                                                                                                                                                   0.216658
modelcts 3.6 luxury sedan 4d                                                                                                                                                                   0.092462
modelcts 3.6 premium luxury                                                                                                                                                                    0.102786
modelcts 4                                                                                                                                                                                     0.885564
modelcts luxury collection                                                                                                                                                                     0.588804
modelcts sedan                                                                                                                                                                                 0.781042
modelcts sedan 4d                                                                                                                                                                              0.068052
modelcts-v                                                                                                                                                                                     0.000626
modelcube                                                                                                                                                                                      0.957834
modelcummins 2500 4x4 auto                                                                                                                                                          0.00001179163516942
modelcustom                                                                                                                                                                         0.00000000000132847
modelcx-3 touring sport utility                                                                                                                                                                0.769224
modelcx-30                                                                                                                                                                          0.00000000000294818
modelcx-5                                                                                                                                                                                      0.753154
modelcx-5 sport                                                                                                                                                                                0.917149
modelcx-7                                                                                                                                                                                      0.644945
modelcx-9                                                                                                                                                                                      0.700361
modelcx-9 touring                                                                                                                                                                              0.247777
modelcx-9 touring awd                                                                                                                                                                          0.861195
modelcx-9 touring sport utility                                                                                                                                                                0.216389
modelcxl                                                                                                                                                                                       0.612695
modeldakota                                                                                                                                                                                    0.127359
modeldakota big horn                                                                                                                                                                           0.553267
modeldakota club cab                                                                                                                                                                           0.477675
modeldakota crew cab sport                                                                                                                                                                     0.392441
modeldakota quad cab                                                                                                                                                                           0.707947
modeldakota r/t                                                                                                                                                                                0.519959
modeldakota slt                                                                                                                                                                                0.283909
modeldart                                                                                                                                                                                      0.699166
modeldart gt                                                                                                                                                                                   0.612858
modeldart limited                                                                                                                                                                              0.668829
modeldart se sedan 4d                                                                                                                                                                          0.893443
modeldart sxt                                                                                                                                                                                  0.488205
modeldart sxt sedan                                                                                                                                                                            0.233160
modeldavidson heritage classi                                                                                                                                                                  0.711511
modeldeisel cummins                                                                                                                                                                 0.00000182183771685
modeldeisel cummins 2500                                                                                                                                                            0.00001179163516942
modeldeville                                                                                                                                                                                   0.313073
modeldeville coupe 2d                                                                                                                                                                          0.168581
modeldeville sedan                                                                                                                                                                             0.956451
modeldiesel cummins 3500                                                                                                                                                                       0.007803
modeldiscovery                                                                                                                                                                                 0.007803
modeldiscovery sport                                                                                                                                                                           0.241593
modeldiscovery sport hse                                                                                                                                                                       0.146208
modelDonde caliber                                                                                                                                                                             0.519611
modeldts                                                                                                                                                                                       0.782591
modeldump truck kaiser m817                                                                                                                                                         0.00000012138684030
modeldurango                                                                                                                                                                                   0.254955
modeldurango gt                                                                                                                                                                                0.326636
modeldurango gt plus sport                                                                                                                                                                     0.141132
modeldurango limited                                                                                                                                                                           0.873046
modeldurango limited awd                                                                                                                                                                       0.301833
modeldurango r/t                                                                                                                                                                               0.180594
modeldurango r/t sport utility                                                                                                                                                                 0.075989
modeldurango sxt awd gas suv                                                                                                                                                                   0.052809
modele 350                                                                                                                                                                                     0.424468
modele 350 4matic                                                                                                                                                                              0.206907
modele 350 luxury                                                                                                                                                                              0.172784
modele 400                                                                                                                                                                                     0.002985
modele 450                                                                                                                                                                                     0.596644
modele 550                                                                                                                                                                                     0.118787
modele-150                                                                                                                                                                                     0.301593
modele-150 cargo van                                                                                                                                                                           0.370714
modele-150 reefer cargo van                                                                                                                                                                    0.305112
modele-350                                                                                                                                                                                     0.056392
modele-450                                                                                                                                                                                     0.119056
modele-450 galvan universal                                                                                                                                                                    0.049795
modele-class                                                                                                                                                                                   0.144366
modele-class 500 4ma                                                                                                                                                                           0.754964
modele-class e 300                                                                                                                                                                             0.058270
modele-class e 350                                                                                                                                                                             0.368105
modele-class e 400                                                                                                                                                                             0.003528
modele-class e 550                                                                                                                                                                             0.160499
modele-class e 63 amg                                                                                                                                                                          0.001539
modele-class e350 4matic luxury sedan                                                                                                                                                          0.545993
modele-class e350 4matic sport sedan                                                                                                                                                           0.447524
modele-class e350 sport                                                                                                                                                                        0.478767
modele-golf se hatchback                                                                                                                                                                       0.991959
modele-pace first edition                                                                                                                                                                      0.014040
modele-pace p250 se sport                                                                                                                                                                      0.002714
modele-pace p250 sport utility                                                                                                                                                                 0.024364
modele-pace p300 r-dynamic se                                                                                                                                                       0.00006379659921454
modele-series cargo                                                                                                                                                                            0.306631
modele-series chassis                                                                                                                                                                          0.026342
modele-series chassis e-350                                                                                                                                                                    0.313996
modele-series chassis e-450 sd                                                                                                                                                                 0.743755
modele150 econoline                                                                                                                                                                            0.007770
modele200 a econoline van                                                                                                                                                                      0.004287
modele250                                                                                                                                                                                      0.515136
modele250 cargo van                                                                                                                                                                            0.516412
modele250 econoline                                                                                                                                                                            0.471160
modele250 van                                                                                                                                                                                  0.357651
modele300                                                                                                                                                                                      0.431727
modele320 4matic                                                                                                                                                                               0.546615
modele350                                                                                                                                                                                      0.068184
modele350 12-passenger van                                                                                                                                                                     0.008091
modele350 4matic                                                                                                                                                                               0.677502
modele350 4matic awd sp                                                                                                                                                                        0.023234
modele350 ambulance                                                                                                                                                                            0.626421
modele350 cargo van                                                                                                                                                                            0.208888
modele350 e350 10ft plumbers,                                                                                                                                                                  0.067971
modele350 passenger van                                                                                                                                                                        0.071353
modele350 sport 4matic                                                                                                                                                                         0.383810
modele350 van xlt (15 passenger                                                                                                                                                                0.140201
modele350 xlt                                                                                                                                                                                  0.198608
modele350sd                                                                                                                                                                                    0.421539
modele450                                                                                                                                                                                      0.415444
modele450 bus                                                                                                                                                                                  0.223083
modele46 m3                                                                                                                                                                                    0.025600
modelebony                                                                                                                                                                                     0.002222
modeleclipse                                                                                                                                                                                   0.911352
modeleclipse cross                                                                                                                                                                             0.790134
modeleclipse cross es                                                                                                                                                                          0.876566
modeleclipse cross le                                                                                                                                                                          0.842545
modeleclipse cross sp                                                                                                                                                                          0.915844
modeleclipse gst                                                                                                                                                                               0.192862
modeleclipse spyder gt                                                                                                                                                                         0.794345
modeleconoline                                                                                                                                                                                 0.210019
modeleconoline cargo van                                                                                                                                                                       0.156175
modeleconoline commercial cutaway                                                                                                                                                              0.006969
modeleconoline e150 cargo van                                                                                                                                                                  0.457926
modeleconoline e250                                                                                                                                                                            0.779734
modeleconoline e350                                                                                                                                                                            0.050176
modeleconoline wagon                                                                                                                                                                           0.160632
modelecosport                                                                                                                                                                                  0.939505
modelecosport se                                                                                                                                                                               0.826065
modelecosport se fwd w/ sunroof automatic                                                                                                                                                      0.852635
modelecosport se sport utility                                                                                                                                                                 0.892339
modelecosport titanium                                                                                                                                                                         0.895655
modeledge                                                                                                                                                                                      0.612960
modeledge limited                                                                                                                                                                              0.583097
modeledge limited 4dr crossove                                                                                                                                                                 0.762381
modeledge limited awd                                                                                                                                                                          0.677320
modeledge limited wagon                                                                                                                                                                        0.856766
modeledge se                                                                                                                                                                                   0.997062
modeledge sel                                                                                                                                                                                  0.568365
modeledge sel awd                                                                                                                                                                              0.378089
modeledge sel plus awd                                                                                                                                                                         0.621999
modeledge sel suv                                                                                                                                                                              0.246200
modeledge sport                                                                                                                                                                                0.264373
modeledge sport awd! awd                                                                                                                                                                       0.511958
modelel camino                                                                                                                                                                      0.00007077107177750
modelelantra                                                                                                                                                                                   0.715843
modelelantra gls                                                                                                                                                                               0.806670
modelelantra gt                                                                                                                                                                                0.641046
modelelantra limited                                                                                                                                                                           0.833018
modelelantra limited sedan 4d                                                                                                                                                                  0.384888
modelelantra se                                                                                                                                                                                0.519375
modelELANTRA SE                                                                                                                                                                                0.836373
modelelantra se sedan 4d                                                                                                                                                                       0.713726
modelelantra sel                                                                                                                                                                               0.803359
modelelantra touring                                                                                                                                                                           0.786694
modelelantra value edition ivt                                                                                                                                                                 0.550954
modeleldorado                                                                                                                                                                       0.00000099021923542
modeleldorado etc                                                                                                                                                                              0.670748
modelelement                                                                                                                                                                                   0.205918
modelelement ex awd                                                                                                                                                                            0.472453
modelEmergency One Fire Truck                                                                                                                                                                  0.002906
modelenclave                                                                                                                                                                                   0.169313
modelenclave avenir sport                                                                                                                                                                      0.004064
modelenclave awd                                                                                                                                                                               0.577728
modelenclave cxl                                                                                                                                                                               0.699148
modelenclave essence sport                                                                                                                                                                     0.032251
modelenclave leather                                                                                                                                                                           0.447668
modelenclave leather sport                                                                                                                                                                     0.176363
modelenclave premium sport                                                                                                                                                                     0.014512
modelencore                                                                                                                                                                                    0.638826
modelencore convenience                                                                                                                                                                        0.943898
modelencore gx essence sport                                                                                                                                                                   0.342804
modelencore gx select sport                                                                                                                                                                    0.893806
modelencore leather                                                                                                                                                                            0.941535
modelencore leather sport                                                                                                                                                                      0.796938
modelencore preferred                                                                                                                                                                          0.892492
modelencore preferred sport                                                                                                                                                                    0.998081
modelencore premium sport8                                                                                                                                                                     0.744690
modelendeavor                                                                                                                                                                                  0.792569
modelenvision                                                                                                                                                                                  0.463800
modelenvision essence                                                                                                                                                                          0.576608
modelenvision essence sport                                                                                                                                                                    0.401388
modelenvoy                                                                                                                                                                                     0.558585
modelenvoy 4x4 xuv 5.3l v8 slt loaded low miles one owner                                                                                                                                      0.295529
modelenvoy sle                                                                                                                                                                                 0.863607
modelenvoy xl                                                                                                                                                                                  0.513467
modeleos                                                                                                                                                                                       0.932228
modeleos sport convertible                                                                                                                                                                     0.452512
modeleqinox                                                                                                                                                                                    0.364280
modelequinox                                                                                                                                                                                   0.846395
modelequinox 1lt awd                                                                                                                                                                           0.875045
modelequinox 2lt                                                                                                                                                                               0.809990
modelequinox ls                                                                                                                                                                                0.930222
modelequinox lt                                                                                                                                                                                0.951950
modelequinox lt 1lt                                                                                                                                                                            0.975679
modelequinox lt awd                                                                                                                                                                            0.660233
modelequinox ltz                                                                                                                                                                               0.850200
modelequinox ltz awd                                                                                                                                                                           0.977627
modelequinox premier                                                                                                                                                                           0.342986
modelequus signature sedan 4d                                                                                                                                                                  0.397908
modeles                                                                                                                                                                                        0.287599
modeles 300                                                                                                                                                                                    0.405875
modeles 300h                                                                                                                                                                                   0.108654
modeles 350                                                                                                                                                                                    0.326049
modelES 350                                                                                                                                                                                    0.643743
modeles 350 sedan 4d                                                                                                                                                                           0.306708
modeles-339                                                                                                                                                                                    0.440620
modeles330                                                                                                                                                                                     0.841286
modeles350                                                                                                                                                                                     0.741361
modelescalade                                                                                                                                                                                  0.022995
modelescalade 4wd 4dr platinum                                                                                                                                                      0.00000616623807908
modelescalade awd                                                                                                                                                                              0.146969
modelescalade esv                                                                                                                                                                              0.002511
modelescalade esv awd                                                                                                                                                                          0.229813
modelescalade esv luxury                                                                                                                                                            0.00000016894331368
modelescalade esv platinum                                                                                                                                                          0.00000301564064798
modelescalade luxury                                                                                                                                                                           0.036182
modelescalade premium sport                                                                                                                                                                    0.035799
modelescalade sport                                                                                                                                                                            0.001312
modelescalade suv awd                                                                                                                                                                          0.117650
modelescape                                                                                                                                                                                    0.848985
modelescape **backup camera ,                                                                                                                                                                  0.953194
modelescape hybrid                                                                                                                                                                             0.798582
modelescape limited                                                                                                                                                                            0.903936
modelescape s                                                                                                                                                                                  0.970482
modelescape se                                                                                                                                                                                 0.952448
modelescape se awd                                                                                                                                                                             0.993151
modelescape se fwd gas suv auto                                                                                                                                                                0.681293
modelescape sel                                                                                                                                                                                0.717268
modelescape titanium                                                                                                                                                                           0.841123
modelescape titanium 4wd                                                                                                                                                                       0.726137
modelescape titanium 4wd, w/ navigation                                                                                                                                                        0.609544
modelescape xls                                                                                                                                                                                0.435477
modelescape xlt                                                                                                                                                                                0.758746
modelescape xlt 4x4                                                                                                                                                                            0.968780
modelescape xlt sport utility                                                                                                                                                                  0.823485
modelescape xltsuv                                                                                                                                                                             0.871878
modelescort zx2                                                                                                                                                                                0.472165
modelevoque                                                                                                                                                                                    0.352462
modelevoque se 4x4 gas suv                                                                                                                                                                     0.181456
modelex37 journey awd! awd                                                                                                                                                                     0.676458
modelexcursion                                                                                                                                                                                 0.023909
modelexcursion eddie bauer                                                                                                                                                                     0.104565
modelexcursion limited                                                                                                                                                              0.00004997227169668
modelexcursion limited 55k miles*1-owner*diesel*rust free*collector quality*like new in&out*all original*new wheels & tires*unicorn alert                                           0.00000000060682382
modelexcursion xlt                                                                                                                                                                             0.008106
modelExpedición                                                                                                                                                                                0.878486
modelexpedition                                                                                                                                                                                0.064926
modelexpedition eddie bauer                                                                                                                                                                    0.550502
modelexpedition eddie bauer 4x4                                                                                                                                                                0.355866
modelexpedition el                                                                                                                                                                             0.371482
modelexpedition el eddie bauer                                                                                                                                                                 0.304615
modelexpedition king ranch                                                                                                                                                                     0.489518
modelexpedition max                                                                                                                                                                 0.00000376304330622
modelexpedition platinum 4x4 gas                                                                                                                                                               0.088715
modelexpedition xlt                                                                                                                                                                            0.311423
modelexpedition xlt 4x4                                                                                                                                                                        0.779387
modelexpedition xlt sport                                                                                                                                                                      0.030626
modelexpedition xlt suv                                                                                                                                                                        0.004635
modelexplorer                                                                                                                                                                                  0.215747
modelexplorer 4dr 114" wb xlt                                                                                                                                                                  0.535953
modelexplorer 4x4                                                                                                                                                                              0.872813
modelexplorer 4x4 gas suv auto                                                                                                                                                                 0.101851
modelexplorer eddie bauer 4wd                                                                                                                                                                  0.801611
modelexplorer eddie bauer 4x4                                                                                                                                                                  0.432980
modelexplorer eddie bauer leathe                                                                                                                                                               0.536819
modelexplorer hybrid limited                                                                                                                                                                   0.009522
modelexplorer limited                                                                                                                                                                          0.092373
modelexplorer limited 4wd                                                                                                                                                                      0.536622
modelexplorer sport                                                                                                                                                                            0.167543
modelexplorer sport 4x4                                                                                                                                                                        0.260458
modelexplorer sport trac xlt                                                                                                                                                                   0.562867
modelexplorer suv                                                                                                                                                                              0.693437
modelexplorer xlt                                                                                                                                                                              0.506544
modelexplorer xlt 4x4                                                                                                                                                                          0.038761
modelexplorer xlt suv                                                                                                                                                                          0.309207
modelexpress                                                                                                                                                                                   0.178966
modelexpress 2500                                                                                                                                                                              0.245397
modelexpress 2500 extended                                                                                                                                                                     0.475201
modelexpress 3500 10' box truck                                                                                                                                                                0.153692
modelexpress cargo                                                                                                                                                                             0.021787
modelexpress cargo 3500                                                                                                                                                                        0.207184
modelexpress cargo van                                                                                                                                                                         0.058715
modelexpress commercial                                                                                                                                                                        0.059603
modelexpress commercial cutaway                                                                                                                                                                0.001092
modelexpress cutaway 3500                                                                                                                                                                      0.397541
modelexpress g1500                                                                                                                                                                             0.507909
modelexpress passenger                                                                                                                                                                         0.446296
modelf 250                                                                                                                                                                                     0.018360
modelf 450                                                                                                                                                                                     0.000269
modelf 650                                                                                                                                                                                     0.001557
modelf-1                                                                                                                                                                           < 0.0000000000000002
modelf-100                                                                                                                                                                                     0.000133
modelf-150                                                                                                                                                                                     0.022661
modelf-150 crew cab                                                                                                                                                                            0.351021
modelf-150 fx4                                                                                                                                                                                 0.093538
modelf-150 fx4 4wd!crew cab                                                                                                                                                                    0.043820
modelf-150 fx4 lifted crew ecoboost 3.5liter                                                                                                                                                   0.006355
modelf-150 king ranch 4x4 ecoboo                                                                                                                                                               0.042228
modelf-150 lariat                                                                                                                                                                              0.014275
modelf-150 lariat 4wd                                                                                                                                                                          0.000128
modelf-150 lariat supercrew 5.                                                                                                                                                                 0.108802
modelf-150 limited                                                                                                                                                                             0.098322
modelf-150 platinum crew cab 4x4                                                                                                                                                               0.018366
modelf-150 platinum**navi*cam*l                                                                                                                                                                0.004655
modelf-150 super cab                                                                                                                                                                           0.418146
modelf-150 supercrew                                                                                                                                                                           0.078823
modelf-150 supercrew 4x4 xlt                                                                                                                                                                   0.035856
modelF-150 Supercrew SVT Raptor                                                                                                                                                                0.000473
modelf-150 xl                                                                                                                                                                                  0.083632
modelf-150 xl 2dr standard cab                                                                                                                                                                 0.386295
modelf-150 xl 4x4                                                                                                                                                                              0.599633
modelf-150 xl standard cab                                                                                                                                                                     0.991570
modelf-150 xl supercrew                                                                                                                                                                        0.063588
modelf-150 xlt                                                                                                                                                                                 0.072271
modelf-150 xlt 4wd                                                                                                                                                                             0.044444
modelf-150 xlt 4wd supercrew                                                                                                                                                                   0.029488
modelf-150 xlt 4wd supercrew 5.5' box                                                                                                                                                          0.027908
modelf-150 xlt 4x4                                                                                                                                                                             0.041264
modelf-150 xlt sport supercrew                                                                                                                                                                 0.000299
modelf-150 xltcrew cab                                                                                                                                                                         0.018278
modelf-250                                                                                                                                                                                     0.000446
modelf-250 4x4 service utility truck                                                                                                                                                           0.035000
modelf-250 crew cab king ranch 4x4                                                                                                                                                  0.00000718644915288
modelf-250 sd                                                                                                                                                                                  0.003429
modelf-250 super duty                                                                                                                                                                          0.009518
modelf-250 super duty 4x2 2dr re                                                                                                                                                               0.020925
modelf-250 super duty super duty                                                                                                                                                               0.003552
modelf-250 super duty xlt                                                                                                                                                           0.00006296822155971
modelf-250 super duty xlt 4dr crew cab xlt                                                                                                                                                     0.015662
modelf-250 supercab                                                                                                                                                                            0.018866
modelf-250 supert duty xlt                                                                                                                                                                     0.388038
modelf-250 xlt                                                                                                                                                                                 0.436963
modelf-350                                                                                                                                                                          0.00004289278581734
modelf-350 crew cab dump bed 4x4 drw                                                                                                                                                0.00005854168388703
modelf-350 crew cab lariat 4x4                                                                                                                                                      0.00001918648697471
modelf-350 crew cab lariat 4x4 drw                                                                                                                                                             0.000324
modelf-350 ext cab xl 4x4                                                                                                                                                                      0.015049
modelf-350 super duty                                                                                                                                                                          0.037235
modelf-350 super duty 4x2 2dr re                                                                                                                                                               0.035662
modelf-350 super duty crew cab xlt 6.7 liter                                                                                                                                        0.00001724194228502
modelf-350 super duty lariat                                                                                                                                                        0.00001886145603089
modelf-350 super duty super duty                                                                                                                                                               0.001093
modelf-350 superduty lariat crew drw                                                                                                                                                0.00001927544108619
modelf-350 superduty xlt drw 6.7 liter diesel                                                                                                                                       0.00000147863495077
modelf-350 xl                                                                                                                                                                                  0.439981
modelf-350 xl super duty                                                                                                                                                                       0.120251
modelf-350 xlt                                                                                                                                                                      0.00009034041410369
modelf-350 xlt 4x4                                                                                                                                                                             0.285802
modelf-350 xlt power stroke                                                                                                                                                                    0.137234
modelf-350 xlt stake bed                                                                                                                                                            0.00001015582845553
modelf-350sd xl                                                                                                                                                                                0.159075
modelf-450                                                                                                                                                                                     0.012752
modelf-450 sd 41 foot 4x4 3 point                                                                                                                                                              0.005779
modelf-450 super duty                                                                                                                                                                          0.144610
modelf-450sd                                                                                                                                                                                   0.056319
modelf-550                                                                                                                                                                                     0.000281
modelf-550 4x4 flatbed                                                                                                                                                                         0.045526
modelf-550 super duty                                                                                                                                                                          0.067629
modelf-550sd                                                                                                                                                                                   0.010184
modelf-750                                                                                                                                                                                     0.000322
modelf-pace                                                                                                                                                                                    0.021244
modelf-pace 20d premium sport                                                                                                                                                                  0.064864
modelf-pace 20d prestige sport                                                                                                                                                                 0.072295
modelf-pace 25t prestige sport                                                                                                                                                                 0.024506
modelf-pace 35t r-sport                                                                                                                                                                        0.002468
modelf-type coupe 2d                                                                                                                                                                           0.013967
modelf-type v8 s                                                                                                                                                                               0.006092
modelf100                                                                                                                                                                                      0.116310
modelf100 pickup                                                                                                                                                                               0.002469
modelf150                                                                                                                                                                                      0.158327
modelf150 4x4                                                                                                                                                                                  0.275780
modelf150 fx4                                                                                                                                                                                  0.236438
modelf150 fx4 4x4                                                                                                                                                                              0.124290
modelf150 fx4 4x4 1/2 ton gas                                                                                                                                                                  0.023385
modelf150 king ranch                                                                                                                                                                           0.122756
modelf150 king ranch fx4 4x4 gas                                                                                                                                                               0.001258
modelf150 lariat                                                                                                                                                                               0.196183
modelf150 lariat 4wd                                                                                                                                                                           0.000326
modelf150 lariat fx4 4x4 1/2 ton                                                                                                                                                               0.000277
modelf150 limited 4x4 half ton                                                                                                                                                      0.00000601111223628
modelf150 platinum                                                                                                                                                                             0.188589
modelf150 platinum 4x4 1/2 ton                                                                                                                                                      0.00002588806035056
modelf150 platinum fx4 4x4 gas                                                                                                                                                                 0.002958
modelf150 regular cab                                                                                                                                                                          0.557986
modelf150 regular cab xl pickup                                                                                                                                                                0.132059
modelf150 stx                                                                                                                                                                                  0.737496
modelf150 stx 4x4 half ton gas                                                                                                                                                                 0.002706
modelf150 super cab                                                                                                                                                                            0.151527
modelf150 super cab lariat                                                                                                                                                                     0.049686
modelf150 super cab xl pickup 4d                                                                                                                                                               0.104679
modelf150 super cab xlt pickup                                                                                                                                                                 0.021816
modelf150 supercab xlt                                                                                                                                                                         0.515094
modelf150 supercab xlt 4x4                                                                                                                                                                     0.298440
modelf150 supercrew                                                                                                                                                                            0.147563
modelf150 supercrew cab                                                                                                                                                                        0.290794
modelf150 supercrew cab fx4                                                                                                                                                                    0.016980
modelf150 supercrew cab lariat                                                                                                                                                                 0.002749
modelf150 supercrew cab xl                                                                                                                                                                     0.032130
modelf150 supercrew cab xlt                                                                                                                                                                    0.023191
modelf150 svt lightning                                                                                                                                                                        0.002313
modelf150 xl                                                                                                                                                                                   0.707757
modelf150 xlt                                                                                                                                                                                  0.033619
modelf150 xlt 4wd                                                                                                                                                                              0.200526
modelf150 xlt 4wd f-150 4x4                                                                                                                                                                    0.014600
modelf150 xlt 4x4                                                                                                                                                                              0.142678
modelf150 xlt 4x4 half ton gas                                                                                                                                                                 0.054950
modelf150 xlt fx4                                                                                                                                                                              0.294994
modelf150 xlt fx4 4x4 half ton                                                                                                                                                                 0.001428
modelf150 xlt sport 4x4 half ton                                                                                                                                                               0.006546
modelf150 xlt sport crew                                                                                                                                                                       0.029410
modelf150 xlt supercrew                                                                                                                                                                        0.039302
modelf150 xlt triton v8                                                                                                                                                                        0.547110
modelf150 xlt xtr 4x4 half ton                                                                                                                                                                 0.018435
modelf250                                                                                                                                                                                      0.000600
modelf250 4wd                                                                                                                                                                       0.00005190871691824
modelf250 4x4                                                                                                                                                                                  0.005718
modelf250 4x4 diesel crew cab                                                                                                                                                                  0.000570
modelf250 7.3 diesel                                                                                                                                                                           0.465854
modelf250 crew cab long bed                                                                                                                                                                    0.014351
modelf250 diesel                                                                                                                                                                               0.081392
modelf250 ext cab 4x4                                                                                                                                                                          0.078269
modelf250 lariat                                                                                                                                                                               0.010819
modelf250 lariat 4x4 diesel                                                                                                                                                         0.00000342260134907
modelf250 platinum 4x4                                                                                                                                                              0.00001484642719763
modelf250 sd xlt                                                                                                                                                                               0.006110
modelf250 super duty                                                                                                                                                                           0.050737
modelf250 super duty 4x4                                                                                                                                                                       0.001623
modelf250 super duty 4x4 diesel                                                                                                                                                                0.012656
modelf250 super duty crew cab                                                                                                                                                       0.00005993904898136
modelf250 super duty diesel                                                                                                                                                                    0.022118
modelf250 super duty lariat                                                                                                                                                         0.00000070157482927
modelf250 super duty platinum                                                                                                                                                                  0.000364
modelf250 super duty regular cab                                                                                                                                                               0.007159
modelf250 super duty super cab                                                                                                                                                                 0.008207
modelf250 super duty xlt                                                                                                                                                                       0.008078
modelf250 xlt                                                                                                                                                                                  0.077436
modelf350                                                                                                                                                                                      0.003531
modelf350 crew cab                                                                                                                                                                             0.086362
modelf350 deisel powerstroke xlt                                                                                                                                                               0.005600
modelf350 diesel                                                                                                                                                                               0.138830
modelf350 drw 4x4                                                                                                                                                                   0.00007057201828154
modelf350 dually                                                                                                                                                                               0.006813
modelf350 dump truck                                                                                                                                                                0.00008457745007338
modelf350 lariat                                                                                                                                                                               0.015671
modelf350 lariat srw 4x4                                                                                                                                                                       0.004196
modelf350 super duty                                                                                                                                                                           0.015015
modelf350 super duty 4x4                                                                                                                                                            0.00000071288178463
modelf350 super duty crew cab                                                                                                                                                                  0.005077
modelf350 super duty larait                                                                                                                                                         0.00000410735047029
modelf350 work truck                                                                                                                                                                           0.211828
modelf350 xl                                                                                                                                                                                   0.569300
modelf350 xl fx4 4x4 one ton                                                                                                                                                        0.00006259467237791
modelf450 super duty                                                                                                                                                                           0.068119
modelf450 xl                                                                                                                                                                                   0.193811
modelf450sd                                                                                                                                                                                    0.000389
modelf50                                                                                                                                                                                       0.054887
modelf550                                                                                                                                                                                      0.000167
modelf550 4x4 crew cab                                                                                                                                                              0.00000073335954156
modelf550 lariat                                                                                                                                                                               0.979656
modelf550 super duty                                                                                                                                                                           0.003698
modelf550 super duty crew cab & chassis                                                                                                                                             0.00000006938372864
modelf550 xl                                                                                                                                                                        0.00000000157362200
modelf650                                                                                                                                                                                      0.002348
modelf650 super duty                                                                                                                                                                           0.005502
modelf750                                                                                                                                                                                      0.006331
modelf750 xl                                                                                                                                                                                   0.004685
modelfairlane                                                                                                                                                                       0.00009373322106870
modelfalcon wagon                                                                                                                                                                  < 0.0000000000000002
modelfh 100 box truck                                                                                                                                                                          0.027637
modelfiesta                                                                                                                                                                                    0.368784
modelfiesta s                                                                                                                                                                                  0.428314
modelfiesta se                                                                                                                                                                                 0.481129
modelfiesta se hatchback                                                                                                                                                                       0.743697
modelfiesta se sedan 4d                                                                                                                                                                        0.629927
modelfirebird                                                                                                                                                                                  0.061607
modelfirebird trans-am                                                                                                                                                                         0.018807
modelfit                                                                                                                                                                                       0.869422
modelfit ex hatchback 4d                                                                                                                                                                       0.915000
modelfive hundred                                                                                                                                                                              0.578093
modelfive hundred sel                                                                                                                                                                          0.608456
modelfj cruiser                                                                                                                                                                                0.000645
modelfj cruiser 4x4                                                                                                                                                                            0.041158
modelfj cruiser base                                                                                                                                                                           0.049750
modelflex                                                                                                                                                                                      0.505898
modelflex se sport utility 4d                                                                                                                                                                  0.530316
modelflex sel                                                                                                                                                                                  0.905992
modelflex sel awd                                                                                                                                                                              0.689155
modelfocus                                                                                                                                                                                     0.753376
modelfocus electric 3u                                                                                                                                                                         0.089822
modelfocus electric hatchback 4d                                                                                                                                                               0.604146
modelfocus rs awd gas hatchback                                                                                                                                                                0.009795
modelfocus se                                                                                                                                                                                  0.572608
modelfocus se automatic                                                                                                                                                                        0.744827
modelfocus se fwd gas sedan auto                                                                                                                                                               0.781625
modelfocus se hatchback                                                                                                                                                                        0.589000
modelfocus se sedan                                                                                                                                                                            0.525225
modelfocus se sedan 4d                                                                                                                                                                         0.687545
modelfocus se!                                                                                                                                                                                 0.771517
modelfocus sel                                                                                                                                                                                 0.631489
modelfocus ses                                                                                                                                                                                 0.645232
modelfocus st                                                                                                                                                                                  0.941790
modelfocus st hatchback 4d                                                                                                                                                                     0.419499
modelfocus titanium                                                                                                                                                                            0.451899
modelfocus titanium hatchback 4d                                                                                                                                                               0.892104
modelfocus wagon zxw                                                                                                                                                                           0.750995
modelfocus zx4                                                                                                                                                                                 0.787791
modelfocus zx5                                                                                                                                                                                 0.842033
modelFord.cope                                                                                                                                                                      0.00000000000005087
modelFORD/EXPLORER                                                                                                                                                                             0.495595
modelforde450                                                                                                                                                                                  0.668418
modelforester                                                                                                                                                                                  0.553972
modelforester (natl)                                                                                                                                                                           0.692873
modelforester 2.5 x                                                                                                                                                                            0.767342
modelforester 2.5i                                                                                                                                                                             0.827961
modelforester 2.5i premium                                                                                                                                                                     0.914360
modelforester 2.5i premium awd                                                                                                                                                                 0.969658
modelforester 2.5i sport                                                                                                                                                                       0.728560
modelforester 2.5x                                                                                                                                                                             0.999237
modelforester 2.5x premium                                                                                                                                                                     0.842431
modelforester 2.5x premium awd                                                                                                                                                                 0.949521
modelforester premium awd                                                                                                                                                                      0.367257
modelforester x                                                                                                                                                                                0.932283
modelforte                                                                                                                                                                                     0.509552
modelforte ex                                                                                                                                                                                  0.817258
modelforte fe sedan 4d                                                                                                                                                                         0.690008
modelforte koup                                                                                                                                                                                0.949557
modelforte koup ex coupe 2d                                                                                                                                                                    0.912769
modelforte koup sx coupe 2d                                                                                                                                                                    0.991898
modelforte lx                                                                                                                                                                                  0.493013
modelforte lx sedan 4d                                                                                                                                                                         0.819543
modelforte lxs                                                                                                                                                                                 0.989385
modelforte sx                                                                                                                                                                                  0.741401
modelfreestar                                                                                                                                                                                  0.547587
modelfreestar ses                                                                                                                                                                              0.799177
modelfreestyle limited                                                                                                                                                                         0.928798
modelFreighliner                                                                                                                                                                    0.00000000373551225
modelfreightliner                                                                                                                                                                              0.012294
modelFREIGHTLINER                                                                                                                                                                   0.00000120669516169
modelfreightliner bus                                                                                                                                                                          0.934371
modelfreightliner cascadia                                                                                                                                                          0.00000000000052101
modelFREIGHTLINER CASCADIA                                                                                                                                                          0.00000042545541758
modelfreightliner fl70                                                                                                                                                              0.00000681352274751
modelFreightliner M-Line Walk-in Van                                                                                                                                                           0.000785
modelfreightliner m2                                                                                                                                                                           0.611190
modelFreightliner M2                                                                                                                                                                0.00000000001749611
modelFreightliner M2 106                                                                                                                                                            0.00000389552180052
modelFreightliner ms 106                                                                                                                                                                       0.036674
modelFreightliner MT55                                                                                                                                                                         0.000558
modelFREIGHTLINER THOMAS                                                                                                                                                                       0.889596
modelfrontier                                                                                                                                                                                  0.262383
modelfrontier 4x4                                                                                                                                                                              0.497991
modelfrontier 4x4 ext cab                                                                                                                                                                      0.561353
modelfrontier crew cab                                                                                                                                                                         0.437545
modelfrontier crew cab pro-4x                                                                                                                                                                  0.085078
modelfrontier crew cab sv                                                                                                                                                                      0.267726
modelfrontier king cab s                                                                                                                                                                       0.561376
modelfrontier se                                                                                                                                                                               0.087647
modelfrontier standard                                                                                                                                                                         0.427259
modelfrontier sv 85k ml.1owner well maint clean car-fax toolbox                                                                                                                                0.826340
modelfrontier sv crew cab                                                                                                                                                                      0.312591
modelftype s british design                                                                                                                                                         0.00003473916184178
modelfusion                                                                                                                                                                                    0.862059
modelfusion energi                                                                                                                                                                             0.904351
modelfusion hybrid                                                                                                                                                                             0.874306
modelfusion hybrid se                                                                                                                                                                          0.982589
modelfusion r4511                                                                                                                                                                              0.898837
modelfusion s                                                                                                                                                                                  0.753658
modelfusion se                                                                                                                                                                                 0.657789
modelfusion se 4dr sedan                                                                                                                                                                       0.907544
modelfusion se v6                                                                                                                                                                              0.786588
modelfusion se w / navigation                                                                                                                                                                  0.951349
modelfusion sel                                                                                                                                                                                0.859847
modelfusion titanium                                                                                                                                                                           0.764336
modelfuso                                                                                                                                                                                      0.581254
modelfuso fe160                                                                                                                                                                                0.025882
modelfuso fh211                                                                                                                                                                                0.000178
modelFuso Mk                                                                                                                                                                                   0.287985
modelfx35                                                                                                                                                                                      0.484354
modelfx37                                                                                                                                                                                      0.439512
modelg 37c                                                                                                                                                                                     0.175623
modelg g37 convertible 2d                                                                                                                                                                      0.342931
modelg g37 journey sedan 4d                                                                                                                                                                    0.459685
modelg g37x sedan 4d                                                                                                                                                                           0.383454
modelg sedan                                                                                                                                                                                   0.863005
modelg-6                                                                                                                                                                                       0.909071
modelg-series                                                                                                                                                                                  0.103201
modelg35                                                                                                                                                                                       0.433137
modelg37 sedan                                                                                                                                                                                 0.778662
modelg37x                                                                                                                                                                                      0.533275
modelg37x awd                                                                                                                                                                                  0.746203
modelg550                                                                                                                                                                                      0.000210
modelg6                                                                                                                                                                                        0.965553
modelg6 gt                                                                                                                                                                                     0.873788
modelg63                                                                                                                                                                                       0.436331
modelg8                                                                                                                                                                                        0.055266
modelg8 gt                                                                                                                                                                                     0.204959
modelgalaxie                                                                                                                                                                        0.00006298715108057
modelgalaxie 500                                                                                                                                                                    0.00001892974090769
modelgazelle                                                                                                                                                                                   0.020262
modelgenesis                                                                                                                                                                                   0.712452
modelgenesis 3.8 sedan 4d                                                                                                                                                                      0.398090
modelgenesis 3.8l                                                                                                                                                                              0.308844
modelgenesis coupe 3.8                                                                                                                                                                         0.985443
modelgenesis coupe 3.8 2d                                                                                                                                                                      0.376410
modelGenesis G70 2.0T Advanced Sedan                                                                                                                                                           0.094346
modelGenesis G70 2.0T Sedan 4D                                                                                                                                                                 0.284363
modelGenesis G70 3.3T Advanced Sedan                                                                                                                                                           0.027684
modelGenesis G70 3.3T Dynamic Edition                                                                                                                                                          0.008748
modelGenesis G80                                                                                                                                                                               0.327652
modelGENESIS G80                                                                                                                                                                               0.075026
modelGenesis G80 3.8 Sedan 4D                                                                                                                                                                  0.257825
modelGenesis G90 3.3T Premium Sedan                                                                                                                                                            0.029736
modelGenesis G90 5.0 Ultimate Sedan                                                                                                                                                            0.000862
modelgl-class                                                                                                                                                                                  0.353211
modelgl450 4matic 4wd l                                                                                                                                                                        0.134356
modelgl450 4matic awd                                                                                                                                                                          0.409645
modelgla                                                                                                                                                                                       0.662698
modelgla 250 4matic                                                                                                                                                                            0.276113
modelgla-class                                                                                                                                                                                 0.388057
modelgla-class gla 45                                                                                                                                                                          0.025140
modelgladiator                                                                                                                                                                                 0.000247
modelgladiator overland pickup                                                                                                                                                                 0.007245
modelGladiator Spartan                                                                                                                                                                         0.002057
modelgladiator sport pickup 4d 5                                                                                                                                                               0.043065
modelglc                                                                                                                                                                                       0.178973
modelglc 300 4matic awd                                                                                                                                                                        0.062716
modelglc 300 sport                                                                                                                                                                             0.142015
modelglc-class                                                                                                                                                                                 0.059584
modelgle                                                                                                                                                                                       0.008620
modelgle 350                                                                                                                                                                                   0.007839
modelgle 350 4matic                                                                                                                                                                            0.049860
modelgle 350 sport                                                                                                                                                                             0.055971
modelgle 400                                                                                                                                                                                   0.024772
modelgli                                                                                                                                                                                       0.954827
modelglk                                                                                                                                                                                       0.557964
modelglk 350                                                                                                                                                                                   0.585870
modelglk-class                                                                                                                                                                                 0.413653
modelglk350 4matic awd                                                                                                                                                                         0.664569
modelgls 450 4matic                                                                                                                                                                 0.00002320962379689
modelgls 450 sport                                                                                                                                                                             0.005210
modelgls 550 sport                                                                                                                                                                  0.00004824969103384
modelgls new beetle convertible                                                                                                                                                                0.719293
modelgls-class                                                                                                                                                                                 0.000183
modelGMC, Ford, Freightliner & More                                                                                                                                                            0.012769
modelGMC* SIERRA                                                                                                                                                                               0.068496
modelgolf 1.4t tsi                                                                                                                                                                             0.979307
modelgolf 2.5l pzev                                                                                                                                                                            0.628967
modelgolf alltrack                                                                                                                                                                             0.323042
modelgolf gti                                                                                                                                                                                  0.686065
modelgolf gti s                                                                                                                                                                                0.583692
modelgolf gti s hatchback                                                                                                                                                                      0.380545
modelgolf gti se hatchback                                                                                                                                                                     0.464512
modelgolf r                                                                                                                                                                                    0.095575
modelgolf s                                                                                                                                                                                    0.804470
modelgolf sportwagen                                                                                                                                                                           0.962677
modelgolf sportwagen tdi                                                                                                                                                                       0.458356
modelgolf sportwagen tsi s                                                                                                                                                                     0.954265
modelgolf tdi sel                                                                                                                                                                              0.667400
modelgrand am                                                                                                                                                                                  0.346171
modelgrand can                                                                                                                                                                                 0.361270
modelgrand caravan                                                                                                                                                                             0.762799
modelgrand caravan american value package                                                                                                                                                      0.858467
modelgrand caravan passenger                                                                                                                                                                   0.901977
modelgrand caravan r/t                                                                                                                                                                         0.982600
modelgrand caravan se                                                                                                                                                                          0.970317
modelgrand caravan sxt                                                                                                                                                                         0.684799
modelgrand caravan sxt wheelch                                                                                                                                                                 0.111319
modelgrand caravan sxt wheelcha                                                                                                                                                                0.131578
modelgrand caravan wheelchair                                                                                                                                                                  0.679778
modelgrand cherokee                                                                                                                                                                            0.098741
modelgrand cherokee 4dr laredo 4wd                                                                                                                                                             0.173061
modelgrand cherokee 4x4                                                                                                                                                                        0.352540
modelgrand cherokee high                                                                                                                                                                       0.183345
modelgrand cherokee laredo                                                                                                                                                                     0.420475
modelgrand cherokee laredo 4x4                                                                                                                                                                 0.325313
modelgrand cherokee laredo 4x4 1owner well maint*new wheels*deliver 2u                                                                                                                         0.616816
modelgrand cherokee laredo e                                                                                                                                                                   0.132404
modelgrand cherokee laredo sport                                                                                                                                                               0.178775
modelgrand cherokee laredo x                                                                                                                                                                   0.481328
modelgrand cherokee limited                                                                                                                                                                    0.390685
modelgrand cherokee limited 4x4                                                                                                                                                                0.168683
modelgrand cherokee overland                                                                                                                                                                   0.621724
modelgrand cherokee srt8                                                                                                                                                                       0.011121
modelgrand marquis                                                                                                                                                                             0.123600
modelgrand marquis ls                                                                                                                                                                          0.211139
modelgrand prix                                                                                                                                                                                0.364001
modelgrand wagoneer                                                                                                                                                                            0.004296
modelgs                                                                                                                                                                                        0.691750
modelgs 300                                                                                                                                                                                    0.333394
modelgs 350                                                                                                                                                                                    0.271276
modelgs 350 awd                                                                                                                                                                                0.200036
modelgs 350 sedan 4d                                                                                                                                                                           0.139271
modelgs300                                                                                                                                                                                     0.716644
modelgs300 awd                                                                                                                                                                                 0.553906
modelgs400                                                                                                                                                                                     0.185404
modelgt premium 2,200 miles                                                                                                                                                                    0.003329
modelgti                                                                                                                                                                                       0.545188
modelgti wolfsburg edition                                                                                                                                                                     0.645589
modelgto                                                                                                                                                                            0.00000003490477153
modelgx                                                                                                                                                                                        0.015213
modelgx 460                                                                                                                                                                                    0.029576
modelgx 470 4dr suv 2-owner arizona gx*rust&accident free*new timing belt&water pump*new bilstein lift*new wheels&tires* immaculate shape*all books and keys*all records since new             0.011349
modelgx470                                                                                                                                                                                     0.110143
modelH1 HUMMVEE                                                                                                                                                                                0.001102
modelhardtop 2 door cooper s                                                                                                                                                                   0.895563
modelhardtop 2 door john cooper                                                                                                                                                                0.303493
modelhardtop 4 door cooper                                                                                                                                                                     0.955650
modelhardtop john cooper works                                                                                                                                                                 0.204281
modelhhr                                                                                                                                                                                       0.665257
modelhhr lt                                                                                                                                                                                    0.564196
modelhhr lt cruiser equinox                                                                                                                                                                    0.924201
modelhigh sierra pickup                                                                                                                                                                        0.211620
modelhigh top conversion van g1500 cash only                                                                                                                                                   0.103201
modelhighlander                                                                                                                                                                                0.171423
modelhighlander 4x4 v6                                                                                                                                                                         0.253432
modelhighlander awd                                                                                                                                                                            0.583237
modelhighlander base plus                                                                                                                                                                      0.525609
modelhighlander hybrid                                                                                                                                                                         0.624979
modelhighlander le                                                                                                                                                                             0.449996
modelhighlander le - awd suv - local - clean car fax                                                                                                                                           0.156328
modelhighlander le sport                                                                                                                                                                       0.084732
modelhighlander limited                                                                                                                                                                        0.268143
modelhighlander sport                                                                                                                                                                          0.405831
modelhighlander v6 limted                                                                                                                                                                      0.617900
modelhighlander xle sport                                                                                                                                                                      0.111777
modelhighlander xle v6 awd (natl)                                                                                                                                                              0.126671
modelHino 268                                                                                                                                                                       0.00004713910265544
modelhomda odyssey                                                                                                                                                                             0.629933
modelHONDA* CIVIC*                                                                                                                                                                             0.674309
modelHONDA/CIVIC                                                                                                                                                                               0.965013
modelhot rod                                                                                                                                                                       < 0.0000000000000002
modelhr-v                                                                                                                                                                                      0.919949
modelhr-v ex-l                                                                                                                                                                                 0.825922
modelhs 250 premium                                                                                                                                                                            0.930024
modelhse                                                                                                                                                                                       0.561683
modelhse 4x4 s                                                                                                                                                                                 0.309572
modelHummer H2                                                                                                                                                                      0.00001453463863793
modelHUMMER H2                                                                                                                                                                                 0.419084
modelHUMMER H2 SUT                                                                                                                                                                             0.002803
modelhummer h3                                                                                                                                                                                 0.385034
modelHummer H3                                                                                                                                                                                 0.126078
modelhundai elantra                                                                                                                                                                            0.971815
modelHupmobile                                                                                                                                                                      0.00000000000231893
modelHyundia Accent                                                                                                                                                                            0.299864
modelhyundia tucson                                                                                                                                                                            0.904446
modeli3 base w/range extender                                                                                                                                                                  0.781422
modeli3 hatchback 4d                                                                                                                                                                           0.794982
modeli3 rex                                                                                                                                                                                    0.834520
modeli30                                                                                                                                                                                       0.334321
modeli35                                                                                                                                                                                       0.743050
modeli8                                                                                                                                                                             0.00000222921592619
modelIC Corporation                                                                                                                                                                            0.003172
modelilx                                                                                                                                                                                       0.626070
modelilx 2.0l                                                                                                                                                                                  0.735638
modelilx 2.0l sedan 4d                                                                                                                                                                         0.682950
modelilx premium pkg sedan 4d                                                                                                                                                                  0.628688
modelilx sedan 4d                                                                                                                                                                              0.800959
modelilx special edition sedan                                                                                                                                                                 0.804281
modelilx technology and a-spec                                                                                                                                                                 0.340693
modelimpala                                                                                                                                                                                    0.709425
modelimpala limited                                                                                                                                                                            0.474066
modelimpala ls                                                                                                                                                                                 0.962947
modelimpala lt                                                                                                                                                                                 0.799901
modelimpala lt sedan 4d                                                                                                                                                                        0.916900
modelimpala ltz sedan 4d                                                                                                                                                                       0.516530
modelimpala premier                                                                                                                                                                            0.761332
modelimpala premier sedan                                                                                                                                                                      0.621351
modelimpreza                                                                                                                                                                                   0.934241
modelimpreza 2.0i awd                                                                                                                                                                          0.580909
modelimpreza 2.0i limited                                                                                                                                                                      0.857166
modelimpreza 2.0i premium                                                                                                                                                                      0.987981
modelimpreza 2.0i premium 5-door cvt                                                                                                                                                           0.000250
modelimpreza 2.5i                                                                                                                                                                              0.884345
modelimpreza 2.5ts                                                                                                                                                                             0.609007
modelimpreza outback sport                                                                                                                                                                     0.880673
modelimpreza sedan wrx                                                                                                                                                                         0.308285
modelimpreza wagon                                                                                                                                                                             0.949180
modelimpreza wrx                                                                                                                                                                               0.317872
modelimpreza wrx hatchback                                                                                                                                                                     0.508720
modelimpreza wrx limited sedan                                                                                                                                                                 0.368246
modelimpreza wrx sti                                                                                                                                                                           0.160166
modelimpreza wrx sti sedan 4d                                                                                                                                                                  0.077346
modelimpreza wrx sti sedan only 80k heated seats 1 owner                                                                                                                                       0.132471
modelinsight ex 4dr hatchback                                                                                                                                                                  0.984367
modelinsight lx                                                                                                                                                                                0.724217
modelinternational                                                                                                                                                                             0.023466
modelINTERNATIONAL 2654                                                                                                                                                                        0.095833
modelinternational 4300                                                                                                                                                                        0.268352
modelInternational 4300                                                                                                                                                             0.00000112785036568
modelinternational 4400                                                                                                                                                                        0.049537
modelinternational 4700                                                                                                                                                                        0.006784
modelInternational Box Truck                                                                                                                                                        0.00000007023211473
modelInternational Crew cab                                                                                                                                                                    0.000421
modelInternational durastar 4300                                                                                                                                                               0.006523
modelInternational F650                                                                                                                                                             0.00003825671148997
modelInternational Harvester L120                                                                                                                                                   0.00000008258399573
modelInternational Oil Filed Truck                                                                                                                                                             0.155807
modelinternational prostar                                                                                                                                                                     0.000712
modelInternational S-1900                                                                                                                                                                      0.001389
modelInternational shuttle bus                                                                                                                                                                 0.296998
modelInternational TerraStar                                                                                                                                                        0.00001912444463286
modelion                                                                                                                                                                                       0.794317
modelioniq electric                                                                                                                                                                            0.943219
modelioniq hybrid sel                                                                                                                                                                          0.836817
modelioniq plug-in hybrid                                                                                                                                                                      0.506396
modelis                                                                                                                                                                                        0.361288
modelis 200t sedan 4d                                                                                                                                                                          0.300307
modelis 250                                                                                                                                                                                    0.596460
modelis 250 4dr sport sdn auto                                                                                                                                                                 0.343826
modelis 250 awd                                                                                                                                                                                0.835968
modelis 250 crafted line sedan                                                                                                                                                                 0.287411
modelis 250 is250 350 is350                                                                                                                                                                    0.139062
modelis 250 sedan 4d                                                                                                                                                                           0.248568
modelis 300                                                                                                                                                                                    0.241451
modelis 300 sedan 4d                                                                                                                                                                           0.175870
modelis 350 f sport sedan 4d                                                                                                                                                                   0.006091
modelis 350 sedan 4d                                                                                                                                                                           0.105064
modelis250 awd                                                                                                                                                                                 0.640670
modelIsuzu Box Truck                                                                                                                                                                           0.126387
modelIsuzu DSL REG AT                                                                                                                                                                          0.016555
modelIsuzu HTR                                                                                                                                                                                 0.035120
modelisuzu npr                                                                                                                                                                                 0.024301
modelIsuzu NPR                                                                                                                                                                                 0.024699
modelisuzu npr hd                                                                                                                                                                              0.209452
modelIsuzu NPR HD                                                                                                                                                                              0.008616
modelIsuzu NPR HD GAS CREW                                                                                                                                                                     0.088144
modelisuzu NQR                                                                                                                                                                                 0.046310
modelIsuzu NRR                                                                                                                                                                                 0.000163
modelISUZU NRR                                                                                                                                                                                 0.003717
modelIsuzu Rodeo                                                                                                                                                                               0.521472
modelIsuzu Trooper                                                                                                                                                                             0.149474
modelisuzu trooper ls                                                                                                                                                                          0.829617
modelIsuzu Trooper S                                                                                                                                                                           0.244749
modelizuzu npr                                                                                                                                                                                 0.124588
modeljetta                                                                                                                                                                                     0.868160
modeljetta 1.4t s sedan                                                                                                                                                                        0.652917
modeljetta 1.4t s sedan 4d                                                                                                                                                                     0.809020
modeljetta 1.4t sel                                                                                                                                                                            0.833665
modeljetta gli 35th                                                                                                                                                                            0.439030
modeljetta gli autobahn                                                                                                                                                                        0.456215
modeljetta gli fwd gas                                                                                                                                                                         0.473791
modeljetta gls                                                                                                                                                                                 0.849758
modeljetta s                                                                                                                                                                                   0.777314
modeljetta se                                                                                                                                                                                  0.776580
modeljetta sedan                                                                                                                                                                               0.997120
modeljetta sedan 4dr auto limited pzev                                                                                                                                                         0.508922
modeljetta sportwagen 2.0l                                                                                                                                                                     0.782777
modeljetta sportwagen tdi                                                                                                                                                                      0.758099
modeljetta tdi                                                                                                                                                                                 0.787081
modeljetta tsi                                                                                                                                                                                 0.692291
modeljetta wagon                                                                                                                                                                               0.630047
modeljimmy                                                                                                                                                                                     0.666962
modeljourney                                                                                                                                                                                   0.970719
modeljourney crossroad plus                                                                                                                                                                    0.844405
modeljourney r/t                                                                                                                                                                               0.979374
modeljourney r/t sport utility                                                                                                                                                                 0.632091
modeljourney se                                                                                                                                                                                0.655078
modeljourney se value sport                                                                                                                                                                    0.865536
modeljourney sxt                                                                                                                                                                               0.991905
modeljuke                                                                                                                                                                                      0.935863
modeljuke s turbo                                                                                                                                                                              0.838495
modeljx jx35 sport utility                                                                                                                                                                     0.335015
modeljx35                                                                                                                                                                                      0.391037
modelk20                                                                                                                                                                                       0.004702
modelk5 blazer                                                                                                                                                                                 0.089594
modelk900 luxury sedan 4d                                                                                                                                                                      0.053466
modelkarmann ghia                                                                                                                                                                   0.00000000000002029
modelKenworth T3 Series DUMP                                                                                                                                                        0.00000000004217159
modelKenworth T370                                                                                                                                                                             0.002805
modelkenworth t600                                                                                                                                                                 < 0.0000000000000002
modelKenworth T680                                                                                                                                                                  0.00000000000141956
modelkenworth t800                                                                                                                                                                             0.003320
modelkicks                                                                                                                                                                                     0.956715
modelkit car                                                                                                                                                                                   0.001760
modelkona                                                                                                                                                                                      0.701761
modelkona electric ultimate                                                                                                                                                                    0.060825
modell-100                                                                                                                                                                                     0.680690
modellacrosse                                                                                                                                                                                  0.852215
modellacrosse cx                                                                                                                                                                               0.832536
modellacrosse sx                                                                                                                                                                               0.973739
modellacrosse touring                                                                                                                                                                          0.709462
modellancer                                                                                                                                                                                    0.786294
modellancer es                                                                                                                                                                                 0.719821
modelland cruiser                                                                                                                                                                   0.00000386449482312
modelland cruiser fj80                                                                                                                                                              0.00005195167538924
modelland cruiser hdj81 - 80 series                                                                                                                                                 0.00000000468304606
modellandcruiser                                                                                                                                                                               0.006279
modellaramoi long horn                                                                                                                                                                         0.163715
modellcf                                                                                                                                                                                       0.384842
modelle baron                                                                                                                                                                                  0.109688
modelleaf                                                                                                                                                                                      0.386719
modelleaf s hatchback 4d                                                                                                                                                                       0.547450
modelleaf sl                                                                                                                                                                                   0.462684
modelleaf sv hatchback 4d                                                                                                                                                                      0.923261
modellegacy                                                                                                                                                                                    0.913747
modellegacy 2.5i                                                                                                                                                                               0.825107
modellegacy 2.5i limited                                                                                                                                                                       0.942825
modellegacy 2.5i limited awd                                                                                                                                                                   0.861907
modellegacy 2.5i limited sedan                                                                                                                                                                 0.767350
modellegacy 2.5i premium                                                                                                                                                                       0.991840
modellegacy 2.5i premium sedan                                                                                                                                                                 0.905761
modellegacy 3.6r limited                                                                                                                                                                       0.807194
modellegacy 3.6r limited sedan                                                                                                                                                                 0.437469
modellegacy awd 4dr. sedan                                                                                                                                                                     0.855959
modellegacy gt                                                                                                                                                                                 0.497785
modellegacy outback                                                                                                                                                                            0.461993
modellegacy premium                                                                                                                                                                            0.781814
modellemans                                                                                                                                                                         0.00000177911342637
modellesabre                                                                                                                                                                                   0.540019
modelliberty                                                                                                                                                                                   0.743621
modelliberty 4x4                                                                                                                                                                               0.699365
modelliberty 65 4x4                                                                                                                                                                            0.709737
modelliberty crd                                                                                                                                                                               0.619894
modelliberty limited 4wd                                                                                                                                                                       0.621579
modelliberty renegade                                                                                                                                                                          0.964410
modelliberty sport                                                                                                                                                                             0.814034
modelliberty sport 4x4                                                                                                                                                                         0.871619
modellifted cherokee trailhawk                                                                                                                                                                 0.083828
modellifted f150 xlt 4x4 1/2 ton                                                                                                                                                               0.000640
modellifted tacoma trd off 4x4                                                                                                                                                                 0.004783
modellifted tundra platinum                                                                                                                                                         0.00004463303289992
modellifted wrangler sport 4x4                                                                                                                                                                 0.213903
modellifted wrangler unlimited                                                                                                                                                                 0.008160
modellightning                                                                                                                                                                                 0.039528
modellimited                                                                                                                                                                                   0.522974
modellimo                                                                                                                                                                                      0.798369
modellimousine                                                                                                                                                                                 0.601975
modellr2                                                                                                                                                                                       0.747490
modellr4                                                                                                                                                                                       0.485079
modellr4 hse                                                                                                                                                                                   0.468160
modells                                                                                                                                                                                        0.447077
modells 430                                                                                                                                                                                    0.259455
modells 460                                                                                                                                                                                    0.127340
modells 460 crafted line sedan                                                                                                                                                                 0.024826
modells 460 f sport                                                                                                                                                                            0.009498
modells 460 l sedan 4d                                                                                                                                                                         0.007982
modells 460 rwd                                                                                                                                                                                0.204289
modells 460 sedan 4d                                                                                                                                                                           0.005363
modells v8                                                                                                                                                                                     0.362433
modells400                                                                                                                                                                                     0.395827
modells460                                                                                                                                                                                     0.399302
modellucerne                                                                                                                                                                                   0.918743
modellucerne cxl                                                                                                                                                                               0.746434
modellucerne cxs                                                                                                                                                                               0.695223
modellucerne super                                                                                                                                                                             0.963816
modellumina                                                                                                                                                                                    0.576933
modellx                                                                                                                                                                                        0.024202
modellx 470                                                                                                                                                                                    0.001388
modelm m37x sedan 4d                                                                                                                                                                           0.277862
modelm m56 sedan 4d                                                                                                                                                                            0.343375
modelm-class                                                                                                                                                                                   0.238382
modelm3                                                                                                                                                                                        0.001279
modelm3 convertible 2d                                                                                                                                                                         0.010819
modelm3 coupe                                                                                                                                                                                  0.003868
modelm3 coupe 2d                                                                                                                                                                    0.00007032920023391
modelm3 sedan                                                                                                                                                                                  0.212183
modelm35                                                                                                                                                                                       0.589395
modelm35x                                                                                                                                                                                      0.612013
modelm37x                                                                                                                                                                                      0.739246
modelm5                                                                                                                                                                                        0.006507
modelm6                                                                                                                                                                                        0.038033
modelm6 coupe 4d                                                                                                                                                                    0.00000146699333180
modelm6 gran coupe                                                                                                                                                                  0.00002453019336501
modelMA                                                                                                                                                                                        0.417283
modelmacan                                                                                                                                                                          0.00000231677159557
modelmacan turbo                                                                                                                                                                    0.00000052432208597
modelmacan turbo awd crossove                                                                                                                                                                  0.003455
modelmalibu                                                                                                                                                                                    0.949085
modelmalibu 2lt                                                                                                                                                                                0.501947
modelmalibu eco                                                                                                                                                                                0.827177
modelmalibu limited                                                                                                                                                                            0.795045
modelmalibu limited ls                                                                                                                                                                         0.993531
modelmalibu limited ltz                                                                                                                                                                        0.885275
modelmalibu ls                                                                                                                                                                                 0.935910
modelmalibu ls sedan 4d                                                                                                                                                                        0.907148
modelmalibu lt                                                                                                                                                                                 0.794270
modelmalibu lt turbo                                                                                                                                                                           0.995778
modelmalibu maxx                                                                                                                                                                               0.882629
modelmariner                                                                                                                                                                                   0.911797
modelMark III                                                                                                                                                                       0.00000362344695320
modelmark lt                                                                                                                                                                                   0.143833
modelmaserati                                                                                                                                                                                  0.000977
modelMaserati Ghibli                                                                                                                                                                           0.050007
modelMASERATI GHIBLI                                                                                                                                                                           0.067644
modelMaserati Ghibli S Q4                                                                                                                                                                      0.008975
modelMASERATI GRANTURISMO                                                                                                                                                                      0.003550
modelMaserati GranTurismo S                                                                                                                                                                    0.001378
modelMaserati GranTursimo S                                                                                                                                                         0.00000000000463057
modelMaserati LEVANTE LUXURY                                                                                                                                                                   0.001505
modelmatrix                                                                                                                                                                                    0.548557
modelmatrix s awd                                                                                                                                                                              0.848806
modelmaxima                                                                                                                                                                                    0.809645
modelmaxima s                                                                                                                                                                                  0.964624
modelmaxima se                                                                                                                                                                                 0.535848
modelmaxima sv sedan 4d                                                                                                                                                                        0.537316
modelmazda2 sport                                                                                                                                                                              0.761995
modelmazda3                                                                                                                                                                                    0.975219
modelmazda3 4-door                                                                                                                                                                             0.820944
modelMAZDA3 GRAND TOURING SEDAN                                                                                                                                                                0.944197
modelmazda3 hatchback 4d                                                                                                                                                                       0.994624
modelmazda3 i                                                                                                                                                                                  0.748904
modelmazda3 i grand touring                                                                                                                                                                    0.821440
modelmazda3 i sport                                                                                                                                                                            0.936842
modelmazda3 sport                                                                                                                                                                              0.966756
modelmazda5                                                                                                                                                                                    0.736563
modelmazda5 grand touring                                                                                                                                                                      0.727229
modelmazda6                                                                                                                                                                                    0.935631
modelmazda6 grand touring                                                                                                                                                                      0.474710
modelMB SL400                                                                                                                                                                                  0.008213
modelmdx                                                                                                                                                                                       0.126621
modelmdx 9-spd at w/tech package                                                                                                                                                               0.081118
modelmdx advance pkg sport                                                                                                                                                                     0.033674
modelmdx awd tech pkg                                                                                                                                                                          0.563803
modelmdx sh-awd sport utility                                                                                                                                                                  0.020111
modelmdx sh-awd w/advance pkg                                                                                                                                                                  0.028717
modelmdx sh-awd w/tech                                                                                                                                                                         0.183082
modelmdx sh-awd w/technology                                                                                                                                                                   0.003205
modelmdx sport utility 4d                                                                                                                                                                      0.190820
modelmdx technology pkg sport                                                                                                                                                                  0.004286
modelmercedes-amg                                                                                                                                                                              0.000170
modelmercedes-amg cla                                                                                                                                                                          0.010742
modelMercedez Benz E320                                                                                                                                                                        0.400620
modelmetris passenger                                                                                                                                                                          0.084132
modelmiata                                                                                                                                                                                     0.119422
modelmilan                                                                                                                                                                                     0.731019
modelmilan premier                                                                                                                                                                             0.788517
modelmilan premier awd                                                                                                                                                                         0.982620
modelmirage                                                                                                                                                                                    0.206445
modelmirage es hatchback                                                                                                                                                                       0.539656
modelmirage g4                                                                                                                                                                                 0.135139
modelmirage g4 es sedan 4d                                                                                                                                                                     0.556478
modelmkc                                                                                                                                                                                       0.425039
modelmks                                                                                                                                                                                       0.988622
modelmkt                                                                                                                                                                                       0.506642
modelmkx                                                                                                                                                                                       0.415428
modelmkx reserve sport                                                                                                                                                                         0.115263
modelmkx select sport utility                                                                                                                                                                  0.232993
modelmkx sport utility 4d                                                                                                                                                                      0.444436
modelmkz                                                                                                                                                                                       0.723660
modelmkz 4dr sdn awd                                                                                                                                                                           0.927057
modelmkz awd                                                                                                                                                                                   0.835740
modelmkz hybrid reserve ii                                                                                                                                                                     0.167202
modelmkz premiere hybrid                                                                                                                                                                       0.460453
modelmkz premiere sedan 4d                                                                                                                                                                     0.459254
modelmkz reserve hybrid sedan                                                                                                                                                                  0.333237
modelmkz reserve sedan 4d                                                                                                                                                                      0.477756
modelmkz sedan 4d                                                                                                                                                                              0.488398
modelmkz select sedan 4d                                                                                                                                                                       0.398191
modelml                                                                                                                                                                                        0.708620
modelml-class                                                                                                                                                                                  0.417088
modelml320                                                                                                                                                                                     0.228093
modelml350 4wd                                                                                                                                                                                 0.633175
modelml550                                                                                                                                                                                     0.431704
modelmodel 3                                                                                                                                                                                   0.002454
modelmodel 3 mid range sedan 4d                                                                                                                                                                0.009631
modelmodel 3 standard range                                                                                                                                                                    0.006101
modelmodel a                                                                                                                                                                       < 0.0000000000000002
modelmodel a roadster                                                                                                                                                              < 0.0000000000000002
modelmodel s                                                                                                                                                                        0.00001432098941323
modelmodel s 85d                                                                                                                                                                               0.010179
modelmodel s signature                                                                                                                                                                         0.002318
modelmodel x                                                                                                                                                                        0.00000042534632498
modelmontana                                                                                                                                                                                   0.581542
modelmonte carlo                                                                                                                                                                               0.428663
modelmonte carlo ss                                                                                                                                                                            0.517588
modelmonte crarlo                                                                                                                                                                   0.00006134384606589
modelmonterey                                                                                                                                                                       0.00001127926327713
modelmontero                                                                                                                                                                                   0.444091
modelmontero limited                                                                                                                                                                           0.575458
modelmontero sport                                                                                                                                                                             0.407554
modelmountaineer                                                                                                                                                                               0.721330
modelmpv van                                                                                                                                                                                   0.927943
modelmurano                                                                                                                                                                                    0.602664
modelmurano s sport utility 4d                                                                                                                                                                 0.602798
modelmurano sl                                                                                                                                                                                 0.831691
modelmurano sl awd                                                                                                                                                                             0.751234
modelmurano sv                                                                                                                                                                                 0.778799
modelmurano-awd                                                                                                                                                                                0.975660
modelmustang                                                                                                                                                                                   0.170094
modelmustang asc mclaren                                                                                                                                                                       0.087892
modelmustang cobra svt                                                                                                                                                                         0.133933
modelmustang convertible                                                                                                                                                                       0.732376
modelmustang convertible power top automatic local clean carfax                                                                                                                                0.208442
modelmustang coupe                                                                                                                                                                  0.00000000004187647
modelmustang ecoboost                                                                                                                                                                          0.273172
modelmustang gt                                                                                                                                                                                0.051644
modelmustang gt convertible                                                                                                                                                                    0.145350
modelmustang gt coupe 2d                                                                                                                                                                       0.013368
modelmustang gt premium                                                                                                                                                                        0.017976
modelmustang gt premium coupe 2d                                                                                                                                                               0.005985
modelmustang shelby gt500                                                                                                                                                                      0.015499
modelmustang svt cobra                                                                                                                                                                         0.018229
modelmustang v6 2dr convertible                                                                                                                                                                0.779969
modelmustang v6 premium                                                                                                                                                                        0.710051
modelmx-5 miata club                                                                                                                                                                           0.199042
modelmx-5 miata grand touring                                                                                                                                                                  0.228136
modelmx-5 miata touring                                                                                                                                                                        0.443259
modelnautilus                                                                                                                                                                                  0.022252
modelnautilus reserve sport                                                                                                                                                                    0.005450
modelnautilus select sport                                                                                                                                                                     0.097320
modelnautilus sport utility                                                                                                                                                                    0.146511
modelnavigator                                                                                                                                                                                 0.062079
modelnavigator l select sport                                                                                                                                                                  0.016916
modelnavigator reserve                                                                                                                                                                         0.045636
modelnavigator reserve sport                                                                                                                                                                   0.002097
modelnavigator select sport                                                                                                                                                                    0.017818
modelnavigator sport utility                                                                                                                                                                   0.188832
modelnavigator ultimate                                                                                                                                                                        0.329814
modelNavistar 4700                                                                                                                                                                             0.247921
modelnew beetle                                                                                                                                                                                0.811902
modelnewport                                                                                                                                                                                   0.000410
modelniro                                                                                                                                                                                      0.244398
modelniro ev                                                                                                                                                                                   0.002763
modelniro ev ex wagon 4d                                                                                                                                                                       0.334040
modelniro lx wagon 4d                                                                                                                                                                          0.912590
modelNissanFrontier                                                                                                                                                                            0.310056
modelnitro sxt                                                                                                                                                                                 0.788617
modelnv                                                                                                                                                                                        0.343268
modelnv 1500 cargo van                                                                                                                                                                         0.584591
modelnv1500                                                                                                                                                                                    0.808343
modelnv1500 cargo van                                                                                                                                                                          0.410493
modelnv200                                                                                                                                                                                     0.855359
modelnv2500 hd cargo                                                                                                                                                                           0.188409
modelnv2500 highroof                                                                                                                                                                           0.767530
modelnv2500hd                                                                                                                                                                                  0.521900
modelnx                                                                                                                                                                                        0.221642
modelnx 200t                                                                                                                                                                                   0.307005
modelnx 200t sport utility 4d                                                                                                                                                                  0.143414
modelnx 300 f sport suv 4d                                                                                                                                                                     0.029769
modelnx 300 sport utility 4d                                                                                                                                                                   0.065215
modelnx 300h *awd *nx300* *hybrid* *suv clean carfax                                                                                                                                           0.050545
modelnx 300h sport utility 4d                                                                                                                                                                  0.059167
modelnx300h                                                                                                                                                                                    0.047702
modelodessey ex-l                                                                                                                                                                              0.569910
modelodyssey                                                                                                                                                                                   0.452695
modelodyssey 5dr ex-l                                                                                                                                                                          0.622102
modelodyssey ex                                                                                                                                                                                0.559975
modelodyssey ex-l                                                                                                                                                                              0.572592
modelodyssey exl                                                                                                                                                                               0.699218
modelodyssey touring                                                                                                                                                                           0.535555
modeloldmobile alero                                                                                                                                                                           0.409358
modelOldsmobile alero                                                                                                                                                                          0.586918
modeloldsmobile cutlass                                                                                                                                                             0.00000000048649971
modelOldsmobile Cutlass                                                                                                                                                             0.00000007923281128
modeloldsmobile cutlass ciera                                                                                                                                                                  0.126265
modelOldsmobile Silhoutte                                                                                                                                                                      0.671632
modeloptiam fe                                                                                                                                                                                 0.185758
modeloptima                                                                                                                                                                                    0.985820
modeloptima 4dr sdn lx                                                                                                                                                                         0.965140
modeloptima ex                                                                                                                                                                                 0.957650
modeloptima ex 4dr sedan                                                                                                                                                                       0.601257
modeloptima ex w/ leather                                                                                                                                                                      0.840671
modeloptima hybrid                                                                                                                                                                             0.890977
modeloptima lx                                                                                                                                                                                 0.990617
modeloptima lx sedan 4d                                                                                                                                                                        0.979104
modeloptima sx turbo w/navigation                                                                                                                                                              0.989083
modeloutback                                                                                                                                                                                   0.461737
modeloutback 2.5i                                                                                                                                                                              0.480052
modeloutback 2.5i limited                                                                                                                                                                      0.610320
modeloutback awd                                                                                                                                                                               0.722962
modeloutback awd 3.6r limited                                                                                                                                                                  0.757979
modeloutback premium                                                                                                                                                                           0.159511
modeloutbback awd                                                                                                                                                                              0.735149
modeloutlander                                                                                                                                                                                 0.956404
modeloutlander gt sport                                                                                                                                                                        0.375174
modeloutlander phev sel                                                                                                                                                                        0.372709
modeloutlander se sport                                                                                                                                                                        0.710118
modeloutlander sel 4x4 gas                                                                                                                                                                     0.743267
modeloutlander sel sport                                                                                                                                                                       0.746873
modeloutlander sport                                                                                                                                                                           0.988784
modeloutlander sport es                                                                                                                                                                        0.847594
modeloutlander sport es 2.0 cvt                                                                                                                                                                0.723488
modeloutlander sport sel                                                                                                                                                                       0.872305
modelp1800                                                                                                                                                                                     0.001102
modelpaceman cooper s all4                                                                                                                                                                     0.617967
modelpacifica                                                                                                                                                                                  0.041470
modelpacifica awd                                                                                                                                                                              0.785465
modelpacifica hybrid limited                                                                                                                                                                   0.126723
modelpacifica lx                                                                                                                                                                               0.468564
modelpacifica touring                                                                                                                                                                          0.863080
modelpacifica touring l                                                                                                                                                                        0.285650
modelpalisade limited                                                                                                                                                                          0.001016
modelpalisade se sport                                                                                                                                                                         0.114797
modelpalisade sel sport                                                                                                                                                                        0.032458
modelpanamera sedan 4d                                                                                                                                                                         0.007202
modelpanamera turbo s                                                                                                                                                                          0.000246
modelpark avenue                                                                                                                                                                               0.738306
modelpassat                                                                                                                                                                                    0.719000
modelpassat 1.8t s                                                                                                                                                                             0.835216
modelpassat 2.0t se sedan                                                                                                                                                                      0.797371
modelpassat 2.0t wolfsbur                                                                                                                                                                      0.829300
modelpassat glx                                                                                                                                                                                0.909977
modelpassat lt                                                                                                                                                                                 0.893869
modelpassat s                                                                                                                                                                                  0.828836
modelpassat se                                                                                                                                                                                 0.738275
modelpassat tdi                                                                                                                                                                                0.269397
modelpassat tdi sel                                                                                                                                                                            0.870496
modelpassport                                                                                                                                                                                  0.488013
modelpassport elite sport                                                                                                                                                                      0.035196
modelpassport sport awd                                                                                                                                                                        0.624796
modelpathfinder                                                                                                                                                                                0.621207
modelpathfinder 4x4 sl                                                                                                                                                                         0.079857
modelpathfinder 4x4 very clean                                                                                                                                                                 0.229332
modelpathfinder le                                                                                                                                                                             0.532162
modelpathfinder s                                                                                                                                                                              0.883036
modelpathfinder se                                                                                                                                                                             0.869680
modelpathfinder sv                                                                                                                                                                             0.802158
modelpatriot                                                                                                                                                                                   0.900176
modelpatriot awd                                                                                                                                                                               0.847109
modelpatriot high altitude                                                                                                                                                                     0.996854
modelpatriot latitude                                                                                                                                                                          0.665012
modelpatriot sport                                                                                                                                                                             0.757125
modelpatriot sport 4x4                                                                                                                                                                         0.472018
modelPeterbilt 379 EXHD                                                                                                                                                            < 0.0000000000000002
modelpeterbuilt                                                                                                                                                                     0.00000000000702939
modelpickup                                                                                                                                                                                    0.003541
modelpickup 1500                                                                                                                                                                               0.110483
modelpickup 1500 classic                                                                                                                                                                       0.294957
modelpickup 1500 laramie 4x4                                                                                                                                                                   0.019553
modelpickup 2500                                                                                                                                                                               0.001261
modelpickup truck                                                                                                                                                                  < 0.0000000000000002
modelpilot                                                                                                                                                                                     0.316107
modelpilot ex                                                                                                                                                                                  0.928516
modelpilot ex awd                                                                                                                                                                              0.546345
modelpilot ex-l                                                                                                                                                                                0.621535
modelpilot ex-l 4wd                                                                                                                                                                            0.462775
modelplymouth barracuda                                                                                                                                                                        0.000549
modelplymouth belvedere                                                                                                                                                             0.00000000009736729
modelplymouth prowler roadster                                                                                                                                                                 0.116913
modelplymouth voyager                                                                                                                                                                          0.368743
modelPolaris Slingshot                                                                                                                                                                         0.567696
modelpolice interceptor utility                                                                                                                                                                0.896884
modelpower wagon                                                                                                                                                                    0.00000000000097943
modelprelude                                                                                                                                                                                   0.485081
modelprevia sc                                                                                                                                                                                 0.169077
modelprius                                                                                                                                                                                     0.822359
modelprius 5                                                                                                                                                                                   0.982071
modelprius 5dr hb two (natl)                                                                                                                                                                   0.887238
modelprius base                                                                                                                                                                                0.905094
modelprius c                                                                                                                                                                                   0.933947
modelprius c three hatchback                                                                                                                                                                   0.899836
modelprius four hatchback 4d                                                                                                                                                                   0.603197
modelprius hb 1                                                                                                                                                                                0.956063
modelprius hybrid                                                                                                                                                                              0.579228
modelprius hybrid 2011                                                                                                                                                                         0.957613
modelprius iv                                                                                                                                                                                  0.897375
modelPrius IV                                                                                                                                                                                  0.983903
modelprius plug in hybrid                                                                                                                                                                      0.949589
modelprius three                                                                                                                                                                               0.786054
modelprius two                                                                                                                                                                                 0.996964
modelprius two hatchback 4d                                                                                                                                                                    0.655188
modelprius v                                                                                                                                                                                   0.772525
modelprius v five                                                                                                                                                                              0.925446
modelpromaster                                                                                                                                                                                 0.520564
modelpromaster 1500                                                                                                                                                                            0.001193
modelpromaster 1500 cargo van                                                                                                                                                                  0.009344
modelpromaster 2500                                                                                                                                                                            0.051652
modelpromaster 2500 cargo van                                                                                                                                                                  0.041029
modelpromaster 2500 handicap                                                                                                                                                                   0.233390
modelpromaster 2500 high top                                                                                                                                                                   0.037956
modelpromaster cargo 1500 cargo 136 wb                                                                                                                                                         0.175740
modelpromaster cargo van                                                                                                                                                                       0.207699
modelpromaster city cargo                                                                                                                                                                      0.850510
modelpromaster city cargo van                                                                                                                                                                  0.778435
modelprotege                                                                                                                                                                                   0.360683
modelpruis hybrid                                                                                                                                                                              0.763076
modelpt cruiser                                                                                                                                                                                0.943190
modelpt cruiser limited                                                                                                                                                                        0.932394
modelq3                                                                                                                                                                                        0.440242
modelq3 2.0t premium plus                                                                                                                                                                      0.799431
modelq3 premium plus sport                                                                                                                                                                     0.321290
modelq3 premium sport utility 4d                                                                                                                                                               0.296820
modelq5                                                                                                                                                                                        0.266703
modelq5 2.0t premium sport                                                                                                                                                                     0.330864
modelq5 2.0t quattro premium pl                                                                                                                                                                0.427029
modelq5 2.0t quattro premium plus                                                                                                                                                              0.596088
modelq5 3.0t premium plus sport                                                                                                                                                                0.053340
modelq5 3.2l premium plus                                                                                                                                                                      0.515499
modelq5 45 tfsi premium plus                                                                                                                                                                   0.034184
modelq5 premium plus sport                                                                                                                                                                     0.097015
modelq5 premium sport utility 4d                                                                                                                                                               0.065588
modelq5 quattro                                                                                                                                                                                0.731481
modelq5 tdi premium plus sport                                                                                                                                                                 0.173331
modelq50                                                                                                                                                                                       0.448225
modelq50 2.0t luxe sedan 4d                                                                                                                                                                    0.436382
modelq50 3.0t luxe sedan 4d                                                                                                                                                                    0.242851
modelq50 3.0t premium                                                                                                                                                                          0.488456
modelq50 3.0t sport sedan 4d                                                                                                                                                                   0.053968
modelq50 s                                                                                                                                                                                     0.851457
modelq50s                                                                                                                                                                                      0.340972
modelq50s sport awd                                                                                                                                                                            0.429653
modelq60 3.0t luxe coupe 2d                                                                                                                                                                    0.020122
modelq60 3.0t premium coupe                                                                                                                                                                    0.131177
modelq60 red sport 400 coupe                                                                                                                                                                   0.013476
modelq7                                                                                                                                                                                        0.010477
modelq7 3.0t quattro premium                                                                                                                                                                   0.354823
modelq7 3.0t quattro premium plu                                                                                                                                                               0.614505
modelq7 3.0t s line prestige                                                                                                                                                                   0.079915
modelq7 3.6 quattro                                                                                                                                                                            0.544555
modelq7 quattro awd gas suv auto                                                                                                                                                               0.299030
modelq7 tdi prestige sport                                                                                                                                                                     0.052697
modelq70 3.7 sedan 4d                                                                                                                                                                          0.326041
modelq8 premium sport utility 4d                                                                                                                                                    0.00000452322039247
modelquad cab laramie                                                                                                                                                                          0.138347
modelquest                                                                                                                                                                                     0.873688
modelquest 3.5le                                                                                                                                                                               0.650992
modelquest sv                                                                                                                                                                                  0.960307
modelqx30                                                                                                                                                                                      0.407511
modelqx4                                                                                                                                                                                       0.579503
modelqx50                                                                                                                                                                                      0.822430
modelqx50 essential sport                                                                                                                                                                      0.070810
modelqx50 luxe sport utility                                                                                                                                                                   0.053749
modelqx50 sport utility 4d                                                                                                                                                                     0.541136
modelqx56                                                                                                                                                                                      0.381788
modelqx60                                                                                                                                                                                      0.240456
modelqx60 3.5 sport utility                                                                                                                                                                    0.133727
modelqx60 luxe sport utility                                                                                                                                                                   0.009898
modelqx70 3.7 sport utility                                                                                                                                                                    0.130724
modelqx80                                                                                                                                                                                      0.001420
modelqx80 sport utility 4d                                                                                                                                                                     0.004779
modelrabbit                                                                                                                                                                                    0.857079
modelrabbit pickup                                                                                                                                                                             0.009217
modelramcharger                                                                                                                                                                                0.016736
modelrange evoque coupe                                                                                                                                                                        0.153340
modelrange evoque pure                                                                                                                                                                         0.122154
modelranger                                                                                                                                                                                    0.182632
modelranger 4x4                                                                                                                                                                                0.736129
modelranger fx4 off-road 4wd!                                                                                                                                                                  0.418499
modelranger slash 34.0 4 x4                                                                                                                                                                    0.303855
modelranger super cab                                                                                                                                                                          0.501750
modelranger super cab xlt pickup                                                                                                                                                               0.579575
modelranger supercab edge                                                                                                                                                                      0.312334
modelranger supercab xl pickup                                                                                                                                                                 0.277370
modelranger supercrew lariat                                                                                                                                                                   0.014367
modelranger supercrew xl pickup                                                                                                                                                                0.102523
modelranger supercrew xlt pickup                                                                                                                                                               0.096656
modelranger xl 4x2                                                                                                                                                                             0.919542
modelranger xlt                                                                                                                                                                                0.453734
modelranger xlt 4x4                                                                                                                                                                            0.249040
modelrav 4                                                                                                                                                                                     0.838470
modelrav 4 limited awd                                                                                                                                                                         0.708986
modelrav4                                                                                                                                                                                      0.348212
modelrav4 awd                                                                                                                                                                                  0.811752
modelrav4 ev sport utility 4d                                                                                                                                                                  0.635718
modelrav4 hybrid le sport                                                                                                                                                                      0.351013
modelrav4 hybrid limited sport                                                                                                                                                                 0.158466
modelrav4 xle                                                                                                                                                                                  0.418986
modelrav4 xle awd                                                                                                                                                                              0.496755
modelrc 200t                                                                                                                                                                                   0.106345
modelrc 200t coupe 2d                                                                                                                                                                          0.085810
modelrc 300                                                                                                                                                                                    0.026376
modelrc 350                                                                                                                                                                                    0.052245
modelrdx                                                                                                                                                                                       0.681408
modelrdx sh-awd advance pkg                                                                                                                                                                    0.080365
modelrdx sh-awd technology pkg                                                                                                                                                                 0.066531
modelrdx sh-awd w/tech                                                                                                                                                                         0.495432
modelrdx sport utility 4d                                                                                                                                                                      0.409041
modelrdx technology                                                                                                                                                                            0.743261
modelrdx technology and                                                                                                                                                                        0.265160
modelrdx technology pkg sport                                                                                                                                                                  0.158104
modelreatta                                                                                                                                                                                    0.107689
modelregal                                                                                                                                                                                     0.342264
modelregal cxl rl6                                                                                                                                                                             0.897717
modelregal sport touring                                                                                                                                                                       0.922531
modelregal tourx preferred                                                                                                                                                                     0.445147
modelrendezvous                                                                                                                                                                                0.298095
modelrenegade                                                                                                                                                                                  0.995876
modelrenegade altitude sport                                                                                                                                                                   0.836032
modelrenegade latitude                                                                                                                                                                         0.707123
modelrenegade latitude 4x4                                                                                                                                                                     0.882190
modelrenegade latitude 4x4 gas                                                                                                                                                                 0.659461
modelrenegade sport                                                                                                                                                                            0.888513
modelrenegade sport suv 4d                                                                                                                                                                     0.917158
modelrenegade trailhawk 4x4                                                                                                                                                                    0.727843
modelridgeline                                                                                                                                                                                 0.129447
modelridgeline rtl                                                                                                                                                                             0.301295
modelridgeline rtl 4x4                                                                                                                                                                         0.636732
modelridgeline rtl pickup 4d 5                                                                                                                                                                 0.059920
modelridgeline rtl-t pickup 4d                                                                                                                                                                 0.043004
modelridgeline sport pickup 4d                                                                                                                                                                 0.074279
modelrio                                                                                                                                                                                       0.991482
modelrio lxsedan 4a                                                                                                                                                                            0.903924
modelrio s hatchback 5d                                                                                                                                                                        0.763542
modelrivera                                                                                                                                                                                    0.132462
modelriviera                                                                                                                                                                                   0.158605
modelrl                                                                                                                                                                                        0.628155
modelrlx                                                                                                                                                                                       0.156331
modelrlx sedan 4d                                                                                                                                                                              0.402313
modelroadster                                                                                                                                                                      < 0.0000000000000002
modelroadster pickup                                                                                                                                                               < 0.0000000000000002
modelrogue                                                                                                                                                                                     0.879897
modelrogue awd                                                                                                                                                                                 0.809717
modelrogue s                                                                                                                                                                                   0.906080
modelrogue s awd                                                                                                                                                                               0.975506
modelrogue select                                                                                                                                                                              0.788940
modelrogue select s                                                                                                                                                                            0.846123
modelrogue sl                                                                                                                                                                                  0.856000
modelrogue sport                                                                                                                                                                               0.833274
modelrogue sv                                                                                                                                                                                  0.634191
modelrogue sv awd                                                                                                                                                                              0.715374
modelrogue sv sport                                                                                                                                                                            0.960516
modelrogue sv sport utility 4d                                                                                                                                                                 0.827282
modelromeo giulia sedan 4d                                                                                                                                                                     0.216936
modelromeo giulia ti sedan 4d                                                                                                                                                                  0.123166
modelromeo stelvio                                                                                                                                                                             0.097183
modelromeo stelvio sport suv 4d                                                                                                                                                                0.247796
modelromeo stelvio sport utility                                                                                                                                                               0.047354
modelromeo stelvio ti sport                                                                                                                                                                    0.089990
modelromeo stelvio ti sport suv                                                                                                                                                                0.048801
modelrouge                                                                                                                                                                                     0.805130
modelroutan                                                                                                                                                                                    0.976114
modelroutan se                                                                                                                                                                                 0.978159
modelroutan se minivan                                                                                                                                                                         0.934141
modelrsx                                                                                                                                                                                       0.517873
modelRV Gulfstream Innsbruck  26ft Bunk House                                                                                                                                                  0.959814
modelrx                                                                                                                                                                                        0.144409
modelrx 300 awd                                                                                                                                                                                0.294115
modelrx 330                                                                                                                                                                                    0.298589
modelrx 350                                                                                                                                                                                    0.194882
modelrx 350 f sport suv 4d                                                                                                                                                                     0.000595
modelrx 350 fwd                                                                                                                                                                                0.533487
modelrx 350 sport utility 4d                                                                                                                                                                   0.019778
modelrx 450h                                                                                                                                                                                   0.268024
modelrx-330                                                                                                                                                                                    0.500971
modelrx330 awd                                                                                                                                                                                 0.899597
modelrx350                                                                                                                                                                                     0.371847
modelrx350 awd                                                                                                                                                                                 0.446217
modelrx400h                                                                                                                                                                                    0.576892
modelrx450h                                                                                                                                                                                    0.183537
models                                                                                                                                                                                         0.010671
models 60                                                                                                                                                                                      0.927286
models p85+                                                                                                                                                                                    0.016331
models-class                                                                                                                                                                                   0.000785
models-class s 550                                                                                                                                                                             0.001015
models-class s550                                                                                                                                                                              0.290753
models10                                                                                                                                                                                       0.239201
models10 ls zr2                                                                                                                                                                                0.323133
models10 pickup                                                                                                                                                                                0.239729
models2000 convertible 6 speed                                                                                                                                                                 0.006448
models4                                                                                                                                                                                        0.134375
models4 prestige                                                                                                                                                                               0.165305
models40                                                                                                                                                                                       0.857394
models40 2.4i                                                                                                                                                                                  0.770410
models5                                                                                                                                                                                        0.320278
models5 premium plus convertible                                                                                                                                                               0.025956
models5 premium plus coupe 2d                                                                                                                                                                  0.006487
models5 premium plus sedan 4d                                                                                                                                                                  0.014449
models5 prestige coupe 2d                                                                                                                                                                      0.000528
models5 quattro premium plus                                                                                                                                                                   0.110217
models500                                                                                                                                                                                      0.179330
models550 rwd gas sedan                                                                                                                                                                        0.065528
models6                                                                                                                                                                                        0.617251
models6 avant                                                                                                                                                                                  0.414373
models6 prestige quattro awd                                                                                                                                                                   0.089033
models60                                                                                                                                                                                       0.755500
models60 2.4t                                                                                                                                                                                  0.947985
models60 2.5 t                                                                                                                                                                                 0.905193
models60 all wheel drive                                                                                                                                                                       0.937943
models60 t5 cross country                                                                                                                                                                      0.461882
models60 t5 inscription                                                                                                                                                                        0.458441
models60 t5 momentum sedan 4d                                                                                                                                                                  0.184368
models60 t5 premier plus sedan                                                                                                                                                                 0.862496
models60 t5 premier sedan 4d                                                                                                                                                                   0.662245
models60 t5 sedan 4d                                                                                                                                                                           0.707770
models60 t6 awd 6-speed automatic                                                                                                                                                              0.952707
models60 t6 r-design sedan 4d                                                                                                                                                                  0.014778
models60 t8 r-design sedan 4d                                                                                                                                                                  0.011296
models7 prestige sedan 4d                                                                                                                                                           0.00001231802803331
models70                                                                                                                                                                                       0.180643
models80                                                                                                                                                                                       0.890966
models80 t6                                                                                                                                                                                    0.827192
models80 t6 awd                                                                                                                                                                                0.690379
models90 t5 momentum sedan 4d                                                                                                                                                                  0.160013
models90 t6 inscription sedan                                                                                                                                                                  0.111790
modelSaab 9-3 wagon                                                                                                                                                                            0.919307
modelsaab 9-5                                                                                                                                                                                  0.707708
modelSaab 9-7X                                                                                                                                                                                 0.861832
modelSaab 9000 CSE                                                                                                                                                                             0.168857
modelsable                                                                                                                                                                                     0.753013
modelsable base                                                                                                                                                                                0.914824
modelsable ls                                                                                                                                                                                  0.719149
modelsable ls premium                                                                                                                                                                          0.595415
modelsafari                                                                                                                                                                                    0.195930
modelsanta fe                                                                                                                                                                                  0.893889
modelsanta fe 2.4 se sport                                                                                                                                                                     0.669324
modelsanta fe 2.4 sel sport                                                                                                                                                                    0.532383
modelsanta fe awd                                                                                                                                                                              0.950505
modelsanta fe gls awd                                                                                                                                                                          0.952432
modelsanta fe limited                                                                                                                                                                          0.475603
modelsanta fe se 2.4l auto fwd                                                                                                                                                                 0.595236
modelsanta fe sport                                                                                                                                                                            0.787084
modelsanta fe sport 2.4l                                                                                                                                                                       0.781489
modelsanta fe sport utility                                                                                                                                                                    0.819564
modelsante fe se awd                                                                                                                                                                           0.644842
modelsavana                                                                                                                                                                                    0.104582
modelsavana 1500 awd                                                                                                                                                                           0.011737
modelsavana 2500                                                                                                                                                                               0.337015
modelsavana cargo van                                                                                                                                                                          0.391289
modelsavana commercial cutaway                                                                                                                                                                 0.116809
modelsavana cutaway                                                                                                                                                                            0.081156
modelsavanna                                                                                                                                                                                   0.209679
modelsc2                                                                                                                                                                                       0.907505
modelsc400                                                                                                                                                                                     0.161002
modelScion FR-S                                                                                                                                                                                0.546974
modelScion FR-S Coupe 2D                                                                                                                                                                       0.396781
modelScion iM Hatchback 4D                                                                                                                                                                     0.947182
modelscion iq                                                                                                                                                                                  0.604228
modelScion iQ                                                                                                                                                                                  0.773130
modelscion tc                                                                                                                                                                                  0.998222
modelScion tC                                                                                                                                                                                  0.923530
modelScion tC 10 Series                                                                                                                                                                        0.878022
modelscion xa                                                                                                                                                                                  0.309829
modelScion xA                                                                                                                                                                                  0.816996
modelscion xa base 4dr hatchback                                                                                                                                                               0.913482
modelScion XA Manual                                                                                                                                                                           0.754271
modelscion xb                                                                                                                                                                                  0.818080
modelScion xb                                                                                                                                                                                  0.991368
modelScion xB                                                                                                                                                                                  0.986850
modelScion xD                                                                                                                                                                                  0.964847
modelScion xD Hatchback 4D                                                                                                                                                                     0.945479
modelsebring                                                                                                                                                                                   0.954297
modelsebring convertible                                                                                                                                                                       0.934587
modelSebring JXI                                                                                                                                                                               0.714279
modelsebring limited                                                                                                                                                                           0.797040
modelsedona                                                                                                                                                                                    0.923761
modelsedona ex                                                                                                                                                                                 0.997424
modelsedona lx                                                                                                                                                                                 0.983214
modelseirra 1500                                                                                                                                                                               0.081903
modelsentra                                                                                                                                                                                    0.569726
modelsentra 2.0 s                                                                                                                                                                              0.797230
modelsentra s                                                                                                                                                                                  0.949024
modelsentra se                                                                                                                                                                                 0.821487
modelsentra sl                                                                                                                                                                                 0.402885
modelsentra sl sedan 4d                                                                                                                                                                        0.697894
modelsentra special edition                                                                                                                                                                    0.952119
modelsentra sv                                                                                                                                                                                 0.413657
modelsequoia                                                                                                                                                                                   0.078889
modelsequoia 4wd 5.7l ffv limited (natl)                                                                                                                                                       0.010655
modelsequoia sr5                                                                                                                                                                               0.461066
modelsequoia sr5 platinum                                                                                                                                                                      0.628334
modelsequoia sr5 sport utility                                                                                                                                                                 0.027116
modelseville sls                                                                                                                                                                               0.873926
modelshelby gt                                                                                                                                                                                 0.040827
modelsienna                                                                                                                                                                                    0.252849
modelsienna ce                                                                                                                                                                                 0.865170
modelsienna le                                                                                                                                                                                 0.232234
modelsienna le wheelchair han                                                                                                                                                                  0.070260
modelsienna limited                                                                                                                                                                            0.060011
modelsienna se minivan 4d                                                                                                                                                                      0.088718
modelsienna se wheelchair han                                                                                                                                                                  0.017556
modelsienna xle                                                                                                                                                                                0.156198
modelsienna xle 8 passenger                                                                                                                                                                    0.511024
modelsienna xle awd                                                                                                                                                                            0.412940
modelsienna xle limited                                                                                                                                                                        0.338366
modelsienna xle limited awd                                                                                                                                                                    0.449222
modelsierra                                                                                                                                                                                    0.011991
modelsierra 1500                                                                                                                                                                               0.005203
modelsierra 1500 4wd crew cab 143                                                                                                                                                              0.000539
modelsierra 1500 at4                                                                                                                                                                0.00000224442469126
modelsierra 1500 base                                                                                                                                                                          0.184869
modelsierra 1500 crew cab                                                                                                                                                                      0.056157
modelsierra 1500 crew cab sle                                                                                                                                                                  0.011963
modelsierra 1500 crew cab slt                                                                                                                                                                  0.002899
modelsierra 1500 denali                                                                                                                                                                        0.080261
modelsierra 1500 denali 4x4 gas                                                                                                                                                     0.00000064285871181
modelsierra 1500 double cab                                                                                                                                                                    0.038981
modelsierra 1500 double cab sle                                                                                                                                                                0.009517
modelsierra 1500 double cab slt                                                                                                                                                                0.005242
modelsierra 1500 extended cab                                                                                                                                                                  0.533876
modelsierra 1500 extended cab sle                                                                                                                                                              0.087070
modelsierra 1500 extended cab slt                                                                                                                                                              0.050125
modelsierra 1500 limited double                                                                                                                                                                0.020202
modelsierra 1500 regular cab                                                                                                                                                                   0.132246
modelsierra 1500 regular cab work                                                                                                                                                              0.512218
modelsierra 1500 sle                                                                                                                                                                           0.303229
modelsierra 1500 sle crew                                                                                                                                                                      0.134211
modelsierra 1500 slt                                                                                                                                                                           0.031147
modelsierra 1500 slt 4x4 1/2 ton                                                                                                                                                               0.000171
modelsierra 1500 slt crew cab 143                                                                                                                                                              0.007212
modelsierra 1500 x31 4x4 half ton                                                                                                                                                              0.003125
modelsierra 1500 xtd cab 4x4                                                                                                                                                                   0.146856
modelsierra 2500                                                                                                                                                                               0.050442
modelsierra 2500 hd crew cab                                                                                                                                                                   0.002341
modelsierra 2500 hd double cab                                                                                                                                                                 0.002833
modelsierra 2500 hd extended cab                                                                                                                                                               0.023298
modelsierra 2500hd                                                                                                                                                                  0.00004935791271962
modelsierra 2500hd denali                                                                                                                                                                      0.004247
modelsierra 2500hd lbz duramax                                                                                                                                                                 0.003329
modelsierra 3500                                                                                                                                                                               0.000364
modelsierra 3500 all terrain                                                                                                                                                                   0.001598
modelsierra 3500 denali                                                                                                                                                             0.00000306324079707
modelsierra 3500 duramax                                                                                                                                                                       0.000876
modelsierra 3500hd                                                                                                                                                                  0.00000116967346165
modelsierra 3500hd available wifi                                                                                                                                                   0.00000011693271054
modelsierra 3500hd denali                                                                                                                                                                      0.001183
modelsierra 3500hd sle                                                                                                                                                                         0.000171
modelsierra 3500hd sle 4x4 4dr cr                                                                                                                                                              0.000311
modelsierra 3500hd slt                                                                                                                                                              0.00000232321775306
modelsierra deisel duramax 2500                                                                                                                                                     0.00000044979704803
modelsierra denali                                                                                                                                                                             0.210380
modelsierra denali 4x4 crew                                                                                                                                                                    0.008299
modelsierra duramax 3500 denali                                                                                                                                                     0.00009209248797960
modelsierra ext cab z-71 4wd                                                                                                                                                                   0.339103
modelsierra slt                                                                                                                                                                                0.001645
modelsilver streak                                                                                                                                                                 < 0.0000000000000002
modelsilverado                                                                                                                                                                                 0.008007
modelSILVERADO  2500 HD Z71                                                                                                                                                                    0.008047
modelsilverado 1500                                                                                                                                                                            0.012490
modelsilverado 1500 4x4                                                                                                                                                                        0.442812
modelsilverado 1500 classic ls2                                                                                                                                                                0.145527
modelsilverado 1500 crew                                                                                                                                                                       0.007793
modelsilverado 1500 crew cab                                                                                                                                                                   0.227702
modelsilverado 1500 double                                                                                                                                                                     0.012435
modelsilverado 1500 hd                                                                                                                                                                         0.246575
modelsilverado 1500 hd crew                                                                                                                                                                    0.086594
modelsilverado 1500 ld                                                                                                                                                                         0.053344
modelsilverado 1500 ls crew cab long box 4wd                                                                                                                                                   0.041829
modelsilverado 1500 lt                                                                                                                                                                         0.061278
modelsilverado 1500 lt 4wd                                                                                                                                                                     0.012884
modelsilverado 1500 lt 4x4                                                                                                                                                                     0.026991
modelsilverado 1500 lt z71                                                                                                                                                                     0.095309
modelsilverado 1500 lt1                                                                                                                                                                        0.284037
modelsilverado 1500 ltz                                                                                                                                                                        0.035999
modelsilverado 1500 ltz 4x4                                                                                                                                                                    0.046807
modelsilverado 1500 ltz z7                                                                                                                                                                     0.001609
modelsilverado 1500 ltz z71                                                                                                                                                                    0.006560
modelsilverado 1500 regular                                                                                                                                                                    0.117442
modelsilverado 1500 rst 4x4                                                                                                                                                                    0.000255
modelsilverado 1500 work                                                                                                                                                                       0.426093
modelsilverado 1500 work truck                                                                                                                                                                 0.437825
modelsilverado 1500 wt                                                                                                                                                                         0.159076
modelsilverado 1500hd                                                                                                                                                                          0.060000
modelsilverado 1500hd lt                                                                                                                                                                       0.110047
modelsilverado 2500                                                                                                                                                                            0.014613
modelsilverado 2500 crew cab lt 4x4                                                                                                                                                            0.000233
modelsilverado 2500 diesel 4x4 6.6l lmm duramax turbo diesel crew cab long bed allison 1000 ltz                                                                                     0.00001238716965939
modelsilverado 2500 hd 4x4                                                                                                                                                                     0.044243
modelsilverado 2500 hd crew                                                                                                                                                                    0.000546
modelsilverado 2500 hd extended cab                                                                                                                                                            0.017160
modelsilverado 2500 hd lt                                                                                                                                                                      0.006266
modelsilverado 2500 heavy                                                                                                                                                                      0.080036
modelsilverado 2500 heavy d                                                                                                                                                                    0.299778
modelsilverado 2500 high ct                                                                                                                                                         0.00002447096528689
modelsilverado 2500 ltz                                                                                                                                                             0.00007186476022752
modelsilverado 2500 ltz crew cab 6.6 duramax                                                                                                                                        0.00004064594845822
modelsilverado 2500hd                                                                                                                                                                          0.000739
modelsilverado 2500hd 4x4                                                                                                                                                                      0.065978
modelsilverado 2500hd classic                                                                                                                                                                  0.019737
modelsilverado 2500hd flatbed                                                                                                                                                                  0.646193
modelsilverado 2500hd lt                                                                                                                                                                       0.006389
modelsilverado 2500hd ltz                                                                                                                                                                      0.000201
modelsilverado 2500hd work                                                                                                                                                                     0.019506
modelsilverado 3500                                                                                                                                                                            0.008524
modelsilverado 3500 4x4                                                                                                                                                             0.00000059735729812
modelsilverado 3500 hd diesel                                                                                                                                                                  0.027981
modelsilverado 3500 high ct                                                                                                                                                         0.00000016155773092
modelsilverado 3500 lt                                                                                                                                                                         0.007524
modelsilverado 3500hd                                                                                                                                                                          0.000218
modelsilverado 4x4                                                                                                                                                                             0.490766
modelsilverado c1500                                                                                                                                                                           0.441820
modelsilverado crew custom 4wd                                                                                                                                                                 0.006148
modelsilverado diesel 3500                                                                                                                                                                     0.065573
modelsilverado high countr                                                                                                                                                                     0.017101
modelsilverado hybrid                                                                                                                                                                          0.389505
modelsilverado k1500 z71 4x4                                                                                                                                                                   0.160589
modelsilverado lt                                                                                                                                                                              0.083174
modelsilverado lt 1500                                                                                                                                                                         0.187036
modelsilverado lt 4x4                                                                                                                                                                          0.339292
modelsilverado lt z71                                                                                                                                                                          0.431698
modelsilverado ltz                                                                                                                                                                             0.001482
modelsilverado ltz 4x4                                                                                                                                                                         0.002149
modelsilverado rst                                                                                                                                                                             0.000999
modelsilverado z71                                                                                                                                                                             0.023435
modelsky                                                                                                                                                                                       0.463566
modelsky redline turbo                                                                                                                                                                         0.534512
modelskylark custom                                                                                                                                                                 0.00000932894313335
modelsl 550                                                                                                                                                                         0.00001661579066560
modelsl-class                                                                                                                                                                                  0.001225
modelsl-class sl 550                                                                                                                                                                           0.000679
modelsl500                                                                                                                                                                                     0.456594
modelslantback                                                                                                                                                                     < 0.0000000000000002
modelslc 300 roadster                                                                                                                                                                          0.011382
modelslk 230                                                                                                                                                                                   0.591663
modelslk-class slk320                                                                                                                                                                          0.512822
modelslk320                                                                                                                                                                                    0.568890
modelsmart coupe fortwo                                                                                                                                                                        0.606989
modelsmart fortwo Passion Hatchback                                                                                                                                                            0.544351
modelsolara                                                                                                                                                                                    0.597592
modelsolara se convertible                                                                                                                                                                     0.527567
modelsolstice                                                                                                                                                                                  0.790527
modelsolstice gxp                                                                                                                                                                              0.963650
modelsonata                                                                                                                                                                                    0.757647
modelsonata gls                                                                                                                                                                                0.966016
modelsonata gls 4dr sedan                                                                                                                                                                      0.542350
modelsonata glssedan 6a                                                                                                                                                                        0.755607
modelsonata hybrid                                                                                                                                                                             0.991128
modelsonata limited                                                                                                                                                                            0.954058
modelsonata plug-in hybrid                                                                                                                                                                     0.774546
modelsonata se                                                                                                                                                                                 0.760579
modelsonata se sedan 4d                                                                                                                                                                        0.995092
modelsonata sel plus sedan 4d                                                                                                                                                                  0.483234
modelsonata sel sedan 4d                                                                                                                                                                       0.998646
modelsonata sport                                                                                                                                                                              0.892508
modelsonata sport 2.0t                                                                                                                                                                         0.652377
modelsonata sport sedan                                                                                                                                                                        0.828134
modelsonata sport sedan 4d                                                                                                                                                                     0.961920
modelsonic                                                                                                                                                                                     0.585900
modelsonic ls                                                                                                                                                                                  0.489699
modelsonic lt                                                                                                                                                                                  0.594469
modelsonic rs                                                                                                                                                                                  0.948437
modelsonoma                                                                                                                                                                                    0.036881
modelsorento                                                                                                                                                                                   0.959076
modelsorento 2wd 4dr i4 lx                                                                                                                                                                     0.842123
modelsorento 3.6                                                                                                                                                                               0.649445
modelsorento awd                                                                                                                                                                               0.818360
modelsorento ex                                                                                                                                                                                0.793902
modelsorento ex sport utility 4d                                                                                                                                                               0.385011
modelsorento limited-sxl sport                                                                                                                                                                 0.398779
modelsorento lx                                                                                                                                                                                0.947573
modelsorento lx 4wd                                                                                                                                                                            0.873848
modelsorento lx sport utility 4d                                                                                                                                                               0.596345
modelsorento lx**v6,3.3l!                                                                                                                                                                      0.900136
modelsorento sx                                                                                                                                                                                0.788548
modelsorento sx sport utility 4d                                                                                                                                                               0.200802
modelsort trac                                                                                                                                                                                 0.550658
modelsoul                                                                                                                                                                                      0.749344
modelsoul ! wagon 4d                                                                                                                                                                           0.978914
modelsoul +                                                                                                                                                                                    0.617418
modelsoul ev                                                                                                                                                                                   0.842493
modelsoul lx wagon 4d                                                                                                                                                                          0.934774
modelsoul plus                                                                                                                                                                                 0.639085
modelsoul s wagon 4d                                                                                                                                                                           0.772604
modelsoul sport                                                                                                                                                                                0.989070
modelsoul wagon 4d                                                                                                                                                                             0.668168
modelspark                                                                                                                                                                                     0.309737
modelspark 1lt                                                                                                                                                                                 0.461065
modelspark activ hatchback                                                                                                                                                                     0.722707
modelspark ev 2lt hatchback                                                                                                                                                                    0.780126
modelspark ls                                                                                                                                                                                  0.408471
modelspecial                                                                                                                                                                        0.00000000000005093
modelspectra                                                                                                                                                                                   0.785915
modelsport                                                                                                                                                                                     0.005515
modelsport hse                                                                                                                                                                                 0.000649
modelsport trac                                                                                                                                                                                0.430408
modelsportage                                                                                                                                                                                  0.649884
modelsportage ex                                                                                                                                                                               0.957254
modelsportage ex awd gas suv                                                                                                                                                                   0.501898
modelsportage lx sport utility 4d                                                                                                                                                              0.960402
modelsprinter                                                                                                                                                                                  0.099984
modelsrx                                                                                                                                                                                       0.585909
modelsrx luxury collection                                                                                                                                                                     0.206044
modelsrx sport utility 4d                                                                                                                                                                      0.580766
modelsrx4                                                                                                                                                                                      0.602865
modelss                                                                                                                                                                                        0.000239
modelSterling Acterra                                                                                                                                                               0.00000000198573886
modelstinger gt                                                                                                                                                                                0.373834
modelstratus se                                                                                                                                                                                0.685594
modelsts                                                                                                                                                                                       0.925097
modelStudebaker Commander                                                                                                                                                           0.00000030695824795
modelstylemaster                                                                                                                                                                    0.00000000000258972
modelSUABRU                                                                                                                                                                                    0.962390
modelsuburban                                                                                                                                                                                  0.130545
modelsuburban 1500                                                                                                                                                                             0.114130
modelsuburban 1500 ltz                                                                                                                                                                         0.027216
modelsuburban 2500                                                                                                                                                                             0.064881
modelsuburban 2500 lt 4x4 4ws                                                                                                                                                                  0.083864
modelsuburban ls                                                                                                                                                                               0.375636
modelsuburban ls 4x4                                                                                                                                                                           0.384823
modelsuburban lt                                                                                                                                                                               0.334196
modelsuburban lt 1500                                                                                                                                                                          0.343898
modelsuburban lt 4x4                                                                                                                                                                           0.032929
modelsuburban ltz                                                                                                                                                                              0.020107
modelsuburban ltz 1500                                                                                                                                                                         0.170474
modelsuburban ltz 4x4                                                                                                                                                                          0.016531
modelSunbeam Tiger                                                                                                                                                                 < 0.0000000000000002
modelsuper                                                                                                                                                                          0.00000041395137512
modelsuper beetle                                                                                                                                                                              0.000646
modelsuper deluxe                                                                                                                                                                  < 0.0000000000000002
modelsuper duty f-250                                                                                                                                                                          0.001999
modelsuper duty f-250 srw                                                                                                                                                                      0.000135
modelsuper duty f-250 xl                                                                                                                                                                       0.143875
modelsuper duty f-350                                                                                                                                                                          0.150163
modelsuper duty f-350 drw                                                                                                                                                           0.00000890916545290
modelsuper duty f-350 srw                                                                                                                                                           0.00003569247432133
modelsuper duty f-450 drw                                                                                                                                                                      0.001272
modelsuper duty f-550 drw                                                                                                                                                           0.00000198388923482
modelsuper duty f-550 drw xl                                                                                                                                                                   0.014417
modelsuper duty f-650                                                                                                                                                                          0.036327
modelsuperbee                                                                                                                                                                       0.00000000000007991
modelsuzuki forenza                                                                                                                                                                            0.922791
modelSUZUKI GRAND VITARA                                                                                                                                                                       0.903508
modelsuzuki sx4                                                                                                                                                                                0.778031
modelSUZUKI SX4 TOURING                                                                                                                                                                        0.884784
modelSUZUKI VL800                                                                                                                                                                              0.527028
modelsvx                                                                                                                                                                                       0.123159
modelt                                                                                                                                                                              0.00000000000008898
modelt 250                                                                                                                                                                                     0.338385
modeltacoma                                                                                                                                                                                    0.017437
modeltacoma *trd sport*back u                                                                                                                                                                  0.045505
modeltacoma 2wd                                                                                                                                                                                0.099978
modeltacoma 4x4                                                                                                                                                                                0.023016
modeltacoma access cab                                                                                                                                                                         0.239480
modeltacoma access cab pickup                                                                                                                                                                  0.063834
modeltacoma access cab sr                                                                                                                                                                      0.191765
modeltacoma access cab sr5                                                                                                                                                                     0.171698
modeltacoma access cab trd                                                                                                                                                                     0.029279
modeltacoma access cab trd 4x4                                                                                                                                                                 0.064757
modeltacoma crew cab sr 4x4                                                                                                                                                                    0.102468
modeltacoma double cab                                                                                                                                                                         0.018989
modeltacoma double cab pickup                                                                                                                                                                  0.009731
modeltacoma double cab trd                                                                                                                                                                     0.068636
modeltacoma double cab trd of                                                                                                                                                                  0.002294
modeltacoma flat bed                                                                                                                                                                           0.247903
modeltacoma prerunner                                                                                                                                                                          0.143010
modeltacoma prerunner v6                                                                                                                                                                       0.590582
modeltacoma regular cab                                                                                                                                                                        0.579072
modeltacoma regular cab 2wd                                                                                                                                                                    0.665815
modeltacoma sr5                                                                                                                                                                                0.136249
modeltacoma sr5 4x4 1/4 ton                                                                                                                                                                    0.037853
modeltacoma sr5 v6                                                                                                                                                                             0.075916
modeltacoma trd off road 4x4                                                                                                                                                                   0.014606
modeltacoma trd off-road                                                                                                                                                                       0.007213
modeltacoma trd sport 4x4                                                                                                                                                                      0.264968
modeltacoma v6 1-oregon owner*zero rust*4x4*trd off road*45 service records*like new in&out*rear lockers*never off road*zero accidents                                                         0.035111
modeltacoma v6 4dr double cab 1-oregon owner* rust & accident free*timing belt service done*new full buid*bilstein lift*new 33"yokohama goo3*new 17"mk6 wheels*like new in & out               0.002629
modeltahoe                                                                                                                                                                                     0.084947
modeltahoe 4wd 4dr 1500 ltz                                                                                                                                                                    0.161149
modeltahoe k-1500 4x4                                                                                                                                                                          0.080511
modeltahoe ls                                                                                                                                                                                  0.334543
modeltahoe ls 4x4                                                                                                                                                                              0.713245
modeltahoe ls 4x4 gas suv                                                                                                                                                                      0.006035
modeltahoe ls sport utility                                                                                                                                                                    0.012181
modeltahoe lt                                                                                                                                                                                  0.311458
modeltahoe lt 1500                                                                                                                                                                             0.242695
modeltahoe lt 4wd                                                                                                                                                                              0.001816
modeltahoe lt 4x4                                                                                                                                                                              0.227225
modeltahoe lt sport                                                                                                                                                                            0.242933
modeltahoe lt sport utility                                                                                                                                                                    0.000325
modeltahoe lt w/2lt                                                                                                                                                                            0.247730
modeltahoe ltz                                                                                                                                                                                 0.078536
modeltahoe ltz 4wd                                                                                                                                                                             0.073263
modeltahoe police                                                                                                                                                                              0.781482
modeltahoe premier                                                                                                                                                                  0.00000075581325392
modeltahoe premier 4x4 gas                                                                                                                                                          0.00000296507470918
modeltahoe z71 4x4                                                                                                                                                                             0.121568
modeltall t                                                                                                                                                                        < 0.0000000000000002
modeltaurus                                                                                                                                                                                    0.669731
modeltaurus limited                                                                                                                                                                            0.850944
modeltaurus se                                                                                                                                                                                 0.963669
modeltaurus se sedan 4d                                                                                                                                                                        0.916340
modeltaurus sel                                                                                                                                                                                0.980983
modeltaurus sel sedan 4d automatic                                                                                                                                                             0.871530
modeltaurus ses                                                                                                                                                                                0.906999
modeltbucket                                                                                                                                                                       < 0.0000000000000002
modeltc 4500                                                                                                                                                                                   0.001773
modeltc5500                                                                                                                                                                                    0.005420
modeltd wagon                                                                                                                                                                                  0.000288
modelterrain                                                                                                                                                                                   0.479110
modelterrain denali                                                                                                                                                                            0.263677
modelterrain sel                                                                                                                                                                               0.942209
modelterrain sle                                                                                                                                                                               0.957744
modelterrain sle sport utility 4d                                                                                                                                                              0.422028
modelterrain sle-1                                                                                                                                                                             0.724054
modelterrain sle-1 awd! awd                                                                                                                                                                    0.963052
modelterrain sle-2                                                                                                                                                                             0.987930
modelterrain sle-2 sport utility                                                                                                                                                               0.712280
modelterrain slt awd                                                                                                                                                                           0.810762
modelterrain slt awd gas suv auto                                                                                                                                                              0.481444
modelterrain slt-2                                                                                                                                                                             0.793860
modelterrian sle2                                                                                                                                                                              0.738675
modelThomas Saf-t-liner School Bus                                                                                                                                                             0.340506
modelthunderbird                                                                                                                                                                               0.005793
modeltiguan                                                                                                                                                                                    0.816134
modeltiguan 2.0t                                                                                                                                                                               0.657910
modeltiguan s                                                                                                                                                                                  0.829054
modeltiguan se 4motion                                                                                                                                                                         0.814758
modeltiguan sel                                                                                                                                                                                0.979419
modeltitan                                                                                                                                                                                     0.096698
modeltitan 4x4                                                                                                                                                                                 0.338867
modeltitan crew cab                                                                                                                                                                            0.215901
modeltitan crew cab 4x4                                                                                                                                                                        0.071026
modeltitan crew cab sv pickup                                                                                                                                                                  0.204292
modeltitan pro-4x                                                                                                                                                                              0.109801
modeltitan se                                                                                                                                                                                  0.488242
modeltitan single cab                                                                                                                                                                          0.235440
modeltitan single cab sv                                                                                                                                                                       0.185337
modeltitan sl 4x4                                                                                                                                                                              0.237597
modeltitan xd                                                                                                                                                                                  0.012263
modeltitan xd 4wd pro-4x                                                                                                                                                                       0.012155
modeltitan xd crew cab sv                                                                                                                                                                      0.016468
modeltitan xd pro-4x                                                                                                                                                                           0.003235
modeltj                                                                                                                                                                                        0.197365
modeltl                                                                                                                                                                                        0.401849
modeltl 3.2                                                                                                                                                                                    0.252104
modeltl 3.5l tech pkg awd                                                                                                                                                                      0.850232
modeltl sedan 4d                                                                                                                                                                               0.470528
modeltl sh-awd sedan 4d                                                                                                                                                                        0.433810
modeltl special edition sedan                                                                                                                                                                  0.550160
modeltl type-s                                                                                                                                                                                 0.377261
modeltlx                                                                                                                                                                                       0.267292
modeltlx 2.4 sedan 4d                                                                                                                                                                          0.475457
modeltlx 2.4l                                                                                                                                                                                  0.508581
modeltlx 3.5 sedan 4d                                                                                                                                                                          0.221356
modeltlx 3.5 w/technology pkg                                                                                                                                                                  0.080612
modeltlx base fwd                                                                                                                                                                              0.413824
modeltouareg                                                                                                                                                                                   0.362472
modeltouareg tdi sport suv                                                                                                                                                                     0.263862
modeltown & country                                                                                                                                                                            0.887990
modeltown & country touring                                                                                                                                                                    0.799065
modeltown and country                                                                                                                                                                          0.643570
modeltown and country lx                                                                                                                                                                       0.764554
modeltown car                                                                                                                                                                                  0.780920
modeltown car signature                                                                                                                                                                        0.409308
modeltown country                                                                                                                                                                              0.564247
modeltown country lwb                                                                                                                                                                          0.635530
modeltowncar                                                                                                                                                                                   0.579423
modelTOYOTA* YARIS*                                                                                                                                                                            0.805354
modelTOYOTA/CAMRY                                                                                                                                                                              0.508071
modelToyoya Tundra                                                                                                                                                                             0.150857
modelToyta Camry                                                                                                                                                                               0.573926
modeltracker                                                                                                                                                                                   0.570168
modeltrailblazer                                                                                                                                                                               0.337759
modeltrailblazer ext                                                                                                                                                                           0.362788
modeltrailblazer EXT LT                                                                                                                                                                        0.363963
modeltrailblazer ls                                                                                                                                                                            0.892274
modeltrailblazer lt                                                                                                                                                                            0.577725
modeltrans am                                                                                                                                                                       0.00000022188396256
modeltransit                                                                                                                                                                                   0.239690
modeltransit 150 cargo van                                                                                                                                                                     0.213476
modeltransit 150 van                                                                                                                                                                           0.192664
modeltransit 250                                                                                                                                                                               0.074763
modeltransit 250 van low roof                                                                                                                                                                  0.323924
modeltransit 350                                                                                                                                                                               0.011884
modeltransit 350 van                                                                                                                                                                           0.096676
modeltransit 350 wagon med. roof xlt w/sliding pass. 14                                                                                                                                        0.316954
modeltransit cargo                                                                                                                                                                             0.269178
modeltransit cargo van                                                                                                                                                                         0.113484
modeltransit connect                                                                                                                                                                           0.955330
modeltransit connect cargo                                                                                                                                                                     0.830397
modeltransit connect cargo xl                                                                                                                                                                  0.645735
modeltransit connect passenger                                                                                                                                                                 0.683950
modeltransit connect van                                                                                                                                                                       0.764682
modeltransit connect xlt                                                                                                                                                                       0.566970
modeltransit e-350                                                                                                                                                                             0.561852
modeltransit passenger van                                                                                                                                                                     0.567442
modeltransit passenger wagon                                                                                                                                                                   0.016268
modeltransit t 350 passanger                                                                                                                                                                   0.444104
modeltransit t-350 hd                                                                                                                                                                          0.005949
modeltransit t150 cargo van                                                                                                                                                                    0.424951
modeltransit t250                                                                                                                                                                              0.137218
modeltransit t250 extended                                                                                                                                                                     0.012490
modeltransit t250 van                                                                                                                                                                          0.161772
modeltransit t350 xlt                                                                                                                                                                          0.396621
modeltransit van                                                                                                                                                                               0.087814
modeltransit wagon 350                                                                                                                                                                         0.177940
modeltransit wagon xl                                                                                                                                                                          0.174118
modeltransit-250 base cargo                                                                                                                                                                    0.019908
modeltraverse                                                                                                                                                                                  0.456877
modeltraverse 2lt                                                                                                                                                                              0.624397
modeltraverse ls                                                                                                                                                                               0.753272
modeltraverse lt                                                                                                                                                                               0.611628
modeltraverse lt awd                                                                                                                                                                           0.670975
modeltraverse lt sport                                                                                                                                                                         0.461370
modeltraverse ltz                                                                                                                                                                              0.466437
modeltrax                                                                                                                                                                                      0.609504
modeltrax ls sport utility                                                                                                                                                                     0.854537
modeltrax lt sport utility                                                                                                                                                                     0.768983
modeltrax ltz sport                                                                                                                                                                            0.960695
modeltrax ltz sport utility                                                                                                                                                                    0.929120
modeltribeca                                                                                                                                                                                   0.497185
modeltribute                                                                                                                                                                                   0.044551
modeltribute lx                                                                                                                                                                                0.403434
modelTriumph Spitfire                                                                                                                                                                          0.021712
modeltruck                                                                                                                                                                          0.00000000014148794
modeltsx                                                                                                                                                                                       0.512013
modeltsx 2.4                                                                                                                                                                                   0.757024
modeltsx 2.4l w/tech                                                                                                                                                                           0.721656
modeltsx sedan 4d                                                                                                                                                                              0.640423
modeltt                                                                                                                                                                                        0.687819
modeltucson                                                                                                                                                                                    0.844744
modeltucson gls                                                                                                                                                                                0.919252
modeltucson limited                                                                                                                                                                            0.747421
modeltucson limited sport                                                                                                                                                                      0.688456
modeltucson sel                                                                                                                                                                                0.823468
modeltucson sport                                                                                                                                                                              0.412491
modeltundra                                                                                                                                                                                    0.003331
modeltundra 1794 edition 1-owner* local oregon truck since new* blind spot* 2-keys* non smoker* like new in & out* new brakes and service                                                      0.000320
modeltundra 2wd truck                                                                                                                                                                          0.151205
modeltundra 4wd                                                                                                                                                                     0.00001623450482371
modeltundra 4wd truck                                                                                                                                                                          0.008083
modeltundra 4x4 limited 4dr cremax cab pickup (5.7 v8)                                                                                                                                         0.003352
modeltundra crewmax                                                                                                                                                                            0.003581
modeltundra crewmax limited                                                                                                                                                                    0.003531
modeltundra crewmax sr5 4x4                                                                                                                                                                    0.000781
modeltundra crewmax sr5 pickup                                                                                                                                                                 0.001709
modeltundra double cab limited                                                                                                                                                                 0.022781
modeltundra double cab pickup                                                                                                                                                                  0.028366
modeltundra double cab sr                                                                                                                                                                      0.002568
modeltundra limited                                                                                                                                                                            0.015995
modeltundra limited double cab                                                                                                                                                                 0.060263
modeltundra platinum crew max lifted on 37s                                                                                                                                         0.00007190359171106
modeltundra sr5                                                                                                                                                                                0.143889
modeltundra sr5 4x2 crewmax                                                                                                                                                                    0.085761
modeltundra sr5 4x4 1/2 ton                                                                                                                                                                    0.009309
modeltundra sr5 5.7                                                                                                                                                                            0.088592
modeltundra trd pro                                                                                                                                                                 0.00001199970431117
modeltundra trd sport                                                                                                                                                                          0.000642
modelUD 2000                                                                                                                                                                                   0.271384
modeluplander cargo van                                                                                                                                                                        0.904045
modelUtilimaster Step Van                                                                                                                                                                      0.000331
modelux 250h sport utility 4d                                                                                                                                                                  0.149575
modelv                                                                                                                                                                                         0.989833
modelv60 cross country                                                                                                                                                                         0.441486
modelv60 cross country t5                                                                                                                                                                      0.777301
modelv70                                                                                                                                                                                       0.451260
modelv70 xc cross country                                                                                                                                                                      0.328434
modelvan                                                                                                                                                                                       0.271943
modelvan 1987                                                                                                                                                                                  0.031741
modelvanagon westfalia                                                                                                                                                              0.00000100656218067
modelvanagon/campmobile                                                                                                                                                             0.00001029531608608
modelvelar                                                                                                                                                                          0.00006962493108652
modelveloster                                                                                                                                                                                  0.754998
modelveloster coupe 3d                                                                                                                                                                         0.923651
modelveloster hatchback                                                                                                                                                                        0.604000
modelveloster n coupe 3d                                                                                                                                                                       0.200845
modelveloster value edition                                                                                                                                                                    0.835963
modelventure                                                                                                                                                                        0.00000000039845816
modelventure minivan                                                                                                                                                                           0.656915
modelvenue sel sport utility                                                                                                                                                                   0.926923
modelvenza                                                                                                                                                                                     0.547014
modelvenza 5-door v6 sedan                                                                                                                                                                     0.377717
modelvenza awd                                                                                                                                                                                 0.451779
modelvenza le wagon 4d                                                                                                                                                                         0.611178
modelvenza limited wagon 4d                                                                                                                                                                    0.365165
modelvenza v6 awd                                                                                                                                                                              0.579759
modelvenza wagon 4d                                                                                                                                                                            0.470272
modelvenza xle awd                                                                                                                                                                             0.835932
modelveracruz limited                                                                                                                                                                          0.947186
modelverano                                                                                                                                                                                    0.793351
modelversa                                                                                                                                                                                     0.508900
modelversa 1.6 sv automatic                                                                                                                                                                    0.680797
modelversa note                                                                                                                                                                                0.529077
modelversa note sv hatchback                                                                                                                                                                   0.341988
modelversa sl                                                                                                                                                                                  0.732430
modelversa sv                                                                                                                                                                                  0.578673
modelvibe                                                                                                                                                                                      0.761747
modelvibe 1.8l                                                                                                                                                                                 0.894075
modelvibe gt                                                                                                                                                                                   0.957199
modelVictory Kingpin                                                                                                                                                                           0.785102
modelvmi ♿                                                                                                                                                                                    0.428011
modelvnl                                                                                                                                                                           < 0.0000000000000002
modelvnl 670                                                                                                                                                                        0.00000000023217305
modelvnm630                                                                                                                                                                         0.00000001638794990
modelVolkswagon Passat TDI GLS                                                                                                                                                                 0.685889
modelvolskwagen tiguan                                                                                                                                                                         0.970907
modelvolt                                                                                                                                                                                      0.731866
modelvolt premium                                                                                                                                                                              0.852232
modelVOLVO* XC60*                                                                                                                                                                              0.530897
modelvt750c                                                                                                                                                                                    0.700638
modelvue                                                                                                                                                                                       0.878375
modelvue awd v6 2002                                                                                                                                                                           0.404367
modelvue xr suv                                                                                                                                                                                0.986833
modelw5500                                                                                                                                                                                     0.002046
modelwagon                                                                                                                                                                                     0.415570
modelWATER TRUCK                                                                                                                                                                               0.000424
modelwillys cj-5                                                                                                                                                                    0.00004487675172404
modelwillys cj2a                                                                                                                                                                    0.00000047022296920
modelWILLYS MB                                                                                                                                                                     < 0.0000000000000002
modelwinnebago                                                                                                                                                                                 0.859905
modelWorkhorse W42                                                                                                                                                                             0.002643
modelWORKHORSE W42                                                                                                                                                                             0.033595
modelwrangler                                                                                                                                                                                  0.035770
modelwrangler 2dr sport                                                                                                                                                                        0.104101
modelwrangler all new rubicon                                                                                                                                                                  0.014043
modelwrangler jk                                                                                                                                                                               0.038092
modelwrangler moab                                                                                                                                                                             0.000145
modelwrangler rubicon                                                                                                                                                                          0.034931
modelwrangler rubicon sport                                                                                                                                                                    0.083625
modelwrangler sahara                                                                                                                                                                           0.077803
modelwrangler sahara sport                                                                                                                                                                     0.141238
modelwrangler se                                                                                                                                                                               0.623170
modelwrangler se sport utility                                                                                                                                                                 0.216466
modelwrangler sport                                                                                                                                                                            0.231093
modelwrangler sport 4x4 gas suv                                                                                                                                                                0.103869
modelwrangler sport rhd 1 owner                                                                                                                                                                0.060358
modelwrangler sport suv 2d                                                                                                                                                                     0.053134
modelwrangler unlimi                                                                                                                                                                           0.093225
modelwrangler unlimited                                                                                                                                                                        0.004145
modelwrangler unlimited 75th 4x4                                                                                                                                                               0.006419
modelwrangler unlimited all new                                                                                                                                                                0.003260
modelwrangler unlimited rubicon                                                                                                                                                                0.001445
modelwrangler unlimited sahara                                                                                                                                                                 0.006936
modelwrangler unlimited sport                                                                                                                                                                  0.009516
modelwrangler unlimited x                                                                                                                                                                      0.626033
modelwrangler x                                                                                                                                                                                0.292004
modelwrangler x sport utility                                                                                                                                                                  0.115857
modelwranler yj                                                                                                                                                                                0.012858
modelwrx                                                                                                                                                                                       0.180959
modelwrx limited                                                                                                                                                                               0.593731
modelwrx premium                                                                                                                                                                               0.194865
modelwrx premium sedan 4d                                                                                                                                                                      0.260062
modelwrx sti                                                                                                                                                                                   0.117915
modelwrx sti sedan 4d                                                                                                                                                                          0.037983
modelx-type                                                                                                                                                                                    0.994979
modelx1                                                                                                                                                                                        0.509963
modelx1 sdrive28i                                                                                                                                                                              0.386442
modelx1 sdrive28i sport utility                                                                                                                                                                0.154402
modelx1 xdrive28i                                                                                                                                                                              0.887932
modelx1 xdrive28i awd                                                                                                                                                                          0.778259
modelx1 xdrive28i sport utility                                                                                                                                                                0.618067
modelx3                                                                                                                                                                                        0.450903
modelx3 xdrive28i                                                                                                                                                                              0.485188
modelx3 xdrive30i sport utility                                                                                                                                                                0.011768
modelx3 xdrive35i                                                                                                                                                                              0.614733
modelx4                                                                                                                                                                                        0.180094
modelx5                                                                                                                                                                                        0.238799
modelx5 3.0 sport                                                                                                                                                                              0.606064
modelx5 3.0i awd                                                                                                                                                                               0.431457
modelx5 3.5i premium                                                                                                                                                                           0.512513
modelx5 4.4i                                                                                                                                                                                   0.796655
modelx5 sdrive35i                                                                                                                                                                              0.382803
modelx5 xdrive35d                                                                                                                                                                              0.697083
modelx5 xdrive35i                                                                                                                                                                              0.060060
modelx5 xdrive35i awd luxury suv                                                                                                                                                               0.648887
modelx5 xdrive35i sport utility                                                                                                                                                                0.010587
modelx5 xdrive40i sport utility                                                                                                                                                                0.000149
modelx5 xdrive48i                                                                                                                                                                              0.859287
modelx5 xdrive50i                                                                                                                                                                              0.591136
modelx5 xdrive50i sport utility                                                                                                                                                                0.000146
modelx6                                                                                                                                                                                        0.051402
modelx6 351 x                                                                                                                                                                       0.00008559030840316
modelx6 xdrive35i                                                                                                                                                                              0.003131
modelx6 xdrive35i sport utility                                                                                                                                                                0.001233
modelxc350l                                                                                                                                                                                    0.880971
modelxc40                                                                                                                                                                                      0.104038
modelxc40 t5 momentum sport                                                                                                                                                                    0.086346
modelxc60                                                                                                                                                                                      0.123375
modelxc60 3.2                                                                                                                                                                                  0.768463
modelxc60 3.2 awd                                                                                                                                                                              0.805272
modelxc60 t5 drive-e premier                                                                                                                                                                   0.841366
modelxc60 t5 dynamic sport                                                                                                                                                                     0.356840
modelxc60 t5 momentum sport                                                                                                                                                                    0.098256
modelxc60 t6 inscription sport                                                                                                                                                                 0.018409
modelxc60 t6 platinum sport                                                                                                                                                                    0.300337
modelxc70 t6 platinum awd                                                                                                                                                                      0.542688
modelxc90                                                                                                                                                                                      0.636591
modelxc90 3.2 awd                                                                                                                                                                              0.424385
modelxc90 t5 momentum sport                                                                                                                                                                    0.058801
modelxc90 t6 all services up to date                                                                                                                                                           0.161334
modelxc90 t6 momentum sport                                                                                                                                                                    0.003745
modelxc90 t8 inscription                                                                                                                                                                       0.242358
modelxe 20d sedan 4d                                                                                                                                                                           0.346331
modelxe 25t premium sedan 4d                                                                                                                                                                   0.401489
modelxe 35t r-sport sedan 4d                                                                                                                                                                   0.105876
modelxf                                                                                                                                                                                        0.002781
modelxf 20d premium sedan 4d                                                                                                                                                                   0.236383
modelxf 35t premium sedan 4d                                                                                                                                                                   0.274080
modelxf portfolio sedan 4d                                                                                                                                                                     0.377333
modelxj                                                                                                                                                                                        0.168498
modelxj sedan 4d                                                                                                                                                                               0.205939
modelxj xjl portfolio sedan 4d                                                                                                                                                                 0.039668
modelxj-series                                                                                                                                                                                 0.028174
modelxj8                                                                                                                                                                                       0.594460
modelxjr supercharged                                                                                                                                                                          0.370059
modelxk8 convertible v8                                                                                                                                                                        0.255266
modelxlr                                                                                                                                                                                       0.205178
modelxt4                                                                                                                                                                                       0.020880
modelxt4 premium luxury                                                                                                                                                                        0.139199
modelxt4 sport suv 4d                                                                                                                                                                          0.044462
modelxt5                                                                                                                                                                                       0.431117
modelxt5 luxury                                                                                                                                                                                0.000809
modelxt5 luxury sport                                                                                                                                                                          0.212246
modelxt5 premium luxury                                                                                                                                                                        0.019995
modelxt5 sport suv 4d                                                                                                                                                                          0.000972
modelxt5 sport utility 4d                                                                                                                                                                      0.108834
modelxt6                                                                                                                                                                                       0.002211
modelxterra                                                                                                                                                                                    0.342028
modelxterra 4x4                                                                                                                                                                                0.858840
modelxterra off- road 4x4                                                                                                                                                                      0.794849
modelxterra s                                                                                                                                                                                  0.619791
modelxterra s sport utility 4d                                                                                                                                                                 0.417295
modelxts                                                                                                                                                                                       0.510311
modelxts luxury collection                                                                                                                                                                     0.394925
modelxts luxury sedan 4d                                                                                                                                                                       0.139330
modelxv crosstrek                                                                                                                                                                              0.739024
modelxv crosstrek 2.0i premium                                                                                                                                                                 0.814662
modelxv crosstrek awd limited                                                                                                                                                                  0.679150
modelxv crosstrek premium                                                                                                                                                                      0.671379
modelYAMAHA FZ09C                                                                                                                                                                              0.270122
modelyaris                                                                                                                                                                                     0.857179
modelyaris hatchback                                                                                                                                                                           0.868049
modelyaris ia sedan 4d                                                                                                                                                                         0.728632
modelyaris l                                                                                                                                                                                   0.635615
modelyj wrangler                                                                                                                                                                               0.409042
modelyukon                                                                                                                                                                                     0.031065
modelyukon 4x4                                                                                                                                                                                 0.586094
modelyukon denali                                                                                                                                                                              0.240845
modelyukon denali awd                                                                                                                                                                          0.318643
modelyukon denali sport utility                                                                                                                                                                0.058122
modelyukon denali xl                                                                                                                                                                           0.461877
modelyukon sle 4wd                                                                                                                                                                             0.111044
modelyukon slt                                                                                                                                                                                 0.687867
modelyukon slt sport utility 4d                                                                                                                                                                0.000144
modelyukon xl                                                                                                                                                                                  0.081140
modelyukon xl 1500 3rd row seat                                                                                                                                                                0.785461
modelyukon xl 2500 4wd                                                                                                                                                                         0.031546
modelyukon xl 2500 slt                                                                                                                                                                         0.347897
modelyukon xl denali                                                                                                                                                                           0.175801
modelyukon xl denali awd                                                                                                                                                                       0.362052
modelyukon xl slt                                                                                                                                                                              0.007340
modelz3 roadster                                                                                                                                                                               0.198280
modelz4 3.0i 3.0i                                                                                                                                                                              0.501815
modelz4 sdrive28i roadster 2d                                                                                                                                                                  0.095465
modelz4 sdrive35is roadster 2d                                                                                                                                                                 0.002929
modelzephyr                                                                                                                                                                                    0.931827
odometer                                                                                                                                                                           < 0.0000000000000002
                                                                                                                                                                                      
(Intercept)                                                                                                                                                                        ***
year                                                                                                                                                                               ***
model06 F250 Lariat                                                                                                                                                                *  
model1 series 128i coupe 2d                                                                                                                                                           
model1 series 135i convertible 2d                                                                                                                                                     
model1 series 135i coupe 2d                                                                                                                                                           
model1-series 128i coupe                                                                                                                                                              
model124 spider                                                                                                                                                                    ***
model135i                                                                                                                                                                             
model1500                                                                                                                                                                          *  
model1500 4wd                                                                                                                                                                         
model1500 4x4                                                                                                                                                                         
model1500 5.7 hemi                                                                                                                                                                    
model1500 big horn                                                                                                                                                                 *  
model1500 big horn/lone star                                                                                                                                                       ** 
model1500 big horncrew cab                                                                                                                                                            
model1500 classic                                                                                                                                                                  ** 
model1500 classic bighorn                                                                                                                                                          *  
model1500 classic crew cab slt                                                                                                                                                        
model1500 classic regular cab                                                                                                                                                         
model1500 classic slt                                                                                                                                                                 
model1500 classic slt 4x4                                                                                                                                                          *  
model1500 classic warlock                                                                                                                                                          *  
model1500 crew cab                                                                                                                                                                 *  
model1500 crew cab big horn                                                                                                                                                        ** 
model1500 crew cab laramie                                                                                                                                                         ** 
model1500 crew cab laramie pickup                                                                                                                                                  *  
model1500 crew cab lone star                                                                                                                                                       .  
model1500 crew cab tradesman                                                                                                                                                       *  
model1500 express                                                                                                                                                                     
model1500 express 4x4 gas                                                                                                                                                          *  
model1500 express quad cab                                                                                                                                                            
model1500 hemi                                                                                                                                                                        
model1500 laramie                                                                                                                                                                  ** 
model1500 laramie 4x4                                                                                                                                                                 
model1500 laramie 4x4 gas                                                                                                                                                          ** 
model1500 laramie automatic                                                                                                                                                        *  
model1500 laramie crew cab                                                                                                                                                         *  
model1500 laramie crew hemi 5.7                                                                                                                                                    *  
model1500 lonestar                                                                                                                                                                    
model1500 mega cab                                                                                                                                                                    
model1500 outdoorsman 4x4                                                                                                                                                          *  
model1500 quad cab                                                                                                                                                                    
model1500 quad cab express pickup                                                                                                                                                     
model1500 quad cab harvest pickup                                                                                                                                                  .  
model1500 quad cab short b                                                                                                                                                            
model1500 quad cab tradesman                                                                                                                                                          
model1500 regular cab                                                                                                                                                                 
model1500 regular cab tradesman                                                                                                                                                       
model1500 rt                                                                                                                                                                       .  
model1500 silverado                                                                                                                                                                   
model1500 slt                                                                                                                                                                         
model1500 slt 4x4                                                                                                                                                                     
model1500 slt 4x4 1/2 ton                                                                                                                                                          *  
model1500 slt 4x4 half ton                                                                                                                                                         .  
model1500 slt**3.6l!                                                                                                                                                                  
model1500 sport 4x4 1/2 ton                                                                                                                                                        *  
model1500 st 4wd!extended                                                                                                                                                             
model1500 tradesman                                                                                                                                                                   
model1964 oldsmobile dynamic                                                                                                                                                       ***
model1967 mustang                                                                                                                                                                  ***
model1969 c-10                                                                                                                                                                     ***
model1969 Cougar Eliminator                                                                                                                                                        ***
model1974 corvette                                                                                                                                                                 ***
model1977 corvette                                                                                                                                                                 ** 
model1985 F150                                                                                                                                                                        
model1987 Saab 900                                                                                                                                                                 *  
model1988 Corvette                                                                                                                                                                 .  
model1990                                                                                                                                                                             
model1990 Daihatsu  Rocky SE                                                                                                                                                       *  
model1992                                                                                                                                                                          .  
model1994 International 4700                                                                                                                                                          
model1996 Chevy/Topkick                                                                                                                                                               
model1996 impala                                                                                                                                                                   *  
model2 series                                                                                                                                                                      .  
model2 series 230i coupe 2d                                                                                                                                                           
model2 series m235i xdrive                                                                                                                                                            
model2 series m240i coupe 2d                                                                                                                                                       .  
model200                                                                                                                                                                              
model200 convertible                                                                                                                                                                  
model200 limited                                                                                                                                                                      
model200 limited sedan 4d                                                                                                                                                             
model200 nv cargo van                                                                                                                                                                 
model200 s                                                                                                                                                                            
model200 series limited                                                                                                                                                               
model2001                                                                                                                                                                          .  
model2001 Sport Trac                                                                                                                                                                  
model2002 f 450                                                                                                                                                                    .  
model2002 Saab                                                                                                                                                                        
model2003 mistubishi lancer es                                                                                                                                                        
model2004 handa civic                                                                                                                                                                 
model2006                                                                                                                                                                          .  
model2008 HONDAELEMENT                                                                                                                                                                
model2010ChryslerSebringTouringEd.                                                                                                                                                    
model2011                                                                                                                                                                             
model2011 SUZUKI GRAND VITARA                                                                                                                                                         
model2012 Smart Car                                                                                                                                                                   
model2013                                                                                                                                                                             
model2013 CODA                                                                                                                                                                        
model2013 isuzu nrr                                                                                                                                                                *  
model2014 CHEVROLT EQUINOX                                                                                                                                                            
model2015                                                                                                                                                                             
model2015 SILVERADO HD                                                                                                                                                                
model2016 Mazada Miata                                                                                                                                                                
model2018                                                                                                                                                                             
model210                                                                                                                                                                           ***
model230i                                                                                                                                                                          ** 
model240 wagon                                                                                                                                                                     .  
model2500                                                                                                                                                                          ***
model2500 4x4                                                                                                                                                                      .  
model2500 big horn crew cab                                                                                                                                                        ***
model2500 crew cab                                                                                                                                                                 *  
model2500 crew cab 4wd                                                                                                                                                             ***
model2500 crew cab tradesman                                                                                                                                                       ** 
model2500 cummins laramie                                                                                                                                                          ***
model2500 diesel 4x4 5.9l cummins turbo diesel quad cab short bed low miles                                                                                                        ***
model2500 ext cab                                                                                                                                                                     
model2500 hd                                                                                                                                                                          
model2500 laramie                                                                                                                                                                  ***
model2500 laramie 4x4 / 5.9                                                                                                                                                        ***
model2500 laramie 4x4 gas                                                                                                                                                          ** 
model2500 laramie crew 4wd                                                                                                                                                         ***
model2500 laramie crewcab 4wd                                                                                                                                                      ***
model2500 laramie longhorn                                                                                                                                                         ***
model2500 longhorn mega 4x4                                                                                                                                                        ***
model2500 mega cab                                                                                                                                                                 ** 
model2500 passenger van                                                                                                                                                               
model2500 power wagon                                                                                                                                                              ** 
model2500 quad cab lng bd                                                                                                                                                             
model2500 slt                                                                                                                                                                      ***
model2500 slt cummins                                                                                                                                                              ***
model2500 st crew cab flatbed                                                                                                                                                      .  
model2500 tradesman                                                                                                                                                                ***
model2500hd                                                                                                                                                                        ** 
model280z                                                                                                                                                                          *  
model280zx                                                                                                                                                                         ***
model2wd                                                                                                                                                                              
model3                                                                                                                                                                                
model3 hatchback                                                                                                                                                                      
model3 series                                                                                                                                                                         
model3 series 328d xdrive                                                                                                                                                             
model3 series 328i                                                                                                                                                                    
model3 series 328i convertible 2d                                                                                                                                                     
model3 series 328i sedan 4d                                                                                                                                                           
model3 series 330e iperformance                                                                                                                                                       
model3 series 330i                                                                                                                                                                    
model3 series 330i sedan 4d                                                                                                                                                           
model3 series 330i xdrive sedan                                                                                                                                                       
model3 series 335i xdrive sedan                                                                                                                                                       
model3 series 340i                                                                                                                                                                    
model3 series 340i gran turismo                                                                                                                                                       
model3 series 340i sedan 4d                                                                                                                                                           
model3 series 340i xdrive sedan                                                                                                                                                       
model3 series m340i sedan 4d                                                                                                                                                       ***
model3-series                                                                                                                                                                         
model300                                                                                                                                                                              
model300 'l'                                                                                                                                                                       ***
model300 awd                                                                                                                                                                          
model300 e                                                                                                                                                                         ** 
model300 limited sedan 4d                                                                                                                                                             
model300 touring                                                                                                                                                                      
model300 touring rwd gas                                                                                                                                                              
model300 touring sedan 4d                                                                                                                                                             
model300c                                                                                                                                                                             
model300c awd hemi                                                                                                                                                                    
model300c hemi                                                                                                                                                                        
model300d                                                                                                                                                                          ** 
model300E                                                                                                                                                                          .  
model300m                                                                                                                                                                             
model300zx                                                                                                                                                                         *  
model3100                                                                                                                                                                          ***
model3100 truck                                                                                                                                                                    ***
model320                                                                                                                                                                              
model320i                                                                                                                                                                             
model325i                                                                                                                                                                             
model3281                                                                                                                                                                             
model328d xdrive awd tdi                                                                                                                                                              
model328i                                                                                                                                                                             
model328i convertible                                                                                                                                                                 
model328i nav sport pkg.                                                                                                                                                              
model328i sport                                                                                                                                                                       
model328i xd                                                                                                                                                                          
model328i xdrive                                                                                                                                                                      
model328ix                                                                                                                                                                            
model330ci                                                                                                                                                                            
model330xi xdrive awd sport sedan                                                                                                                                                     
model335i                                                                                                                                                                             
model335i convertible                                                                                                                                                                 
model335xi                                                                                                                                                                            
model340i m sport package xi                                                                                                                                                       ** 
model3500                                                                                                                                                                          ***
model3500 4wd mega cab 160.5" laramie                                                                                                                                              ***
model3500 4x4                                                                                                                                                                      ***
model3500 bighorn 4x4 1 ton                                                                                                                                                        ***
model3500 drw laramie                                                                                                                                                              ***
model3500 laramie                                                                                                                                                                  *  
model3500 laramie cummins                                                                                                                                                          ***
model3500 laramie drw crew cab cummins                                                                                                                                             ***
model3500 mega cab                                                                                                                                                                 ***
model3500 slt                                                                                                                                                                      ***
model3500 tradesman                                                                                                                                                                ***
model3500 tradesman crew cab sho                                                                                                                                                      
model3500 tradesman dually                                                                                                                                                         ** 
model3500hd                                                                                                                                                                        .  
model3500hd 4x4 duramax                                                                                                                                                            ** 
model350z convertible                                                                                                                                                                 
model370z coupe 2d                                                                                                                                                                    
model370z nismo coupe 2d                                                                                                                                                           *  
model370z touring                                                                                                                                                                     
model370z touring coupe 2d                                                                                                                                                            
model3i                                                                                                                                                                               
model3s touring                                                                                                                                                                       
model4 runner sr5                                                                                                                                                                     
model4 series 428i coupe 2d                                                                                                                                                           
model4 series 428i xdrive                                                                                                                                                          .  
model4 series 430i convertible 2d                                                                                                                                                  *  
model4 series 440i convertible 2d                                                                                                                                                  ***
model4 series 440i gran coupe                                                                                                                                                      *  
model4 series 440i xdrive gran                                                                                                                                                     .  
model4-runner                                                                                                                                                                      ** 
model428i                                                                                                                                                                             
model428i coupe                                                                                                                                                                       
model430i                                                                                                                                                                             
model450sl                                                                                                                                                                         ***
model4runner                                                                                                                                                                       ** 
model4runner 4x4                                                                                                                                                                   .  
model4runner limited sport                                                                                                                                                         *  
model4runner sport edition                                                                                                                                                            
model4runner sr5                                                                                                                                                                   ** 
model4runner sr5 4wd                                                                                                                                                               *  
model4runner sr5 premium 4wd (natl)                                                                                                                                                *  
model4runner sr5 sport utility                                                                                                                                                     ** 
model4runner trd off road                                                                                                                                                          ** 
model4runner trd off road 4x4                                                                                                                                                      ** 
model4x4 crew                                                                                                                                                                         
model4x4 gas                                                                                                                                                                       ***
model5                                                                                                                                                                                
model5 series                                                                                                                                                                         
model5 series 530i xdrive sedan                                                                                                                                                    *  
model5 series 535d xdrive sedan                                                                                                                                                       
model5 series 535i sedan 4d                                                                                                                                                           
model5 series 550i sedan 4d                                                                                                                                                        .  
model5 series gran turismo                                                                                                                                                         .  
model5-series                                                                                                                                                                         
model500                                                                                                                                                                              
model500 abarth hatchback 2d                                                                                                                                                          
model500 limited                                                                                                                                                                      
model500 sport                                                                                                                                                                        
model500x                                                                                                                                                                             
model500x lounge sport utility                                                                                                                                                        
model500x trekking awd                                                                                                                                                                
model525i                                                                                                                                                                             
model528i                                                                                                                                                                             
model528i xdrive                                                                                                                                                                      
model528i xdrive sport                                                                                                                                                                
model528xi                                                                                                                                                                            
model530i                                                                                                                                                                          .  
model535i                                                                                                                                                                             
model535xi                                                                                                                                                                            
model540i                                                                                                                                                                          .  
model5500                                                                                                                                                                          ***
model5500 chassis cab                                                                                                                                                              ** 
model550i                                                                                                                                                                             
model550i xdrive                                                                                                                                                                      
model560-class                                                                                                                                                                     ***
model5th avenue                                                                                                                                                                       
model6                                                                                                                                                                                
model6 series 640i convertible 2d                                                                                                                                                  *  
model6 series 640i coupe 2d                                                                                                                                                        .  
model6 series 645ci                                                                                                                                                                   
model6 touring                                                                                                                                                                        
model64 nova wagon                                                                                                                                                                 ***
model645ci                                                                                                                                                                            
model650i convertible                                                                                                                                                                 
model650xi xdrive gran coupe                                                                                                                                                          
model67 Firebird                                                                                                                                                                   ***
model7 series                                                                                                                                                                         
model740i m sport                                                                                                                                                                     
model740il e38 sport                                                                                                                                                                  
model750i                                                                                                                                                                             
model750i / alpina b7                                                                                                                                                                 
model750i / b7                                                                                                                                                                     ** 
model750li                                                                                                                                                                            
model750li xdrive                                                                                                                                                                     
model750xi xdrive m-sport edition                                                                                                                                                  .  
model91 Corvette                                                                                                                                                                   .  
model911                                                                                                                                                                           *  
model911 carrera s cabriolet                                                                                                                                                       *  
model928                                                                                                                                                                           ***
modela-class a 220                                                                                                                                                                    
modela3                                                                                                                                                                               
modela3 2.0t                                                                                                                                                                          
modela3 2.0t premium                                                                                                                                                                  
modela3 2.0t premium plus                                                                                                                                                             
modela3 e-tron                                                                                                                                                                        
modela3 premium                                                                                                                                                                       
modela3 premium plus sedan 4d                                                                                                                                                         
modela3 premium sedan 4d                                                                                                                                                              
modela3 s-line                                                                                                                                                                        
modela4                                                                                                                                                                               
modela4 1.8t quattro                                                                                                                                                                  
modela4 2.0t premium plus                                                                                                                                                             
modela4 2.0t premiumsedan                                                                                                                                                             
modela4 allroad 2.0t quattro premium plus                                                                                                                                          *  
modela4 allroad premium plus                                                                                                                                                       *  
modela4 allroad premium wagon 4d                                                                                                                                                   *  
modela4 allroad prestige wagon                                                                                                                                                     *  
modela4 premium plus sedan 4d                                                                                                                                                         
modela4 premium sedan 4d                                                                                                                                                              
modela4 quattro                                                                                                                                                                       
modela4 quattro awd premium plus                                                                                                                                                      
modela4 quattro premium                                                                                                                                                               
modela4 ultra premium sedan 4d                                                                                                                                                        
modela5                                                                                                                                                                               
modela5 premium coupe 2d                                                                                                                                                           .  
modela5 premium sedan 4d                                                                                                                                                              
modela5 quattro premium plus                                                                                                                                                          
modela6                                                                                                                                                                               
modela6 2.0t premium plus sedan                                                                                                                                                       
modela6 2.0t premium sedan 4d                                                                                                                                                         
modela6 3.0t premium plus sedan                                                                                                                                                       
modela6 3.0t prestige sedan 4d                                                                                                                                                     .  
modela6 3.0t quattro sedan 4d                                                                                                                                                         
modela6 45 tfsi premium plus                                                                                                                                                       *  
modela6 45 tfsi premium sedan 4d                                                                                                                                                   ** 
modela7                                                                                                                                                                               
modela7 3.0t prestige quattro                                                                                                                                                         
modela7 premium plus awd                                                                                                                                                           *  
modela7 prestige sedan 4d                                                                                                                                                          ** 
modela8                                                                                                                                                                               
modela8 l 3.0t                                                                                                                                                                        
modelacadia                                                                                                                                                                           
modelacadia awd                                                                                                                                                                       
modelacadia awd 4dr slt w/slt-2                                                                                                                                                       
modelacadia denali                                                                                                                                                                    
modelacadia fwd 4dr sle                                                                                                                                                               
modelacadia sle                                                                                                                                                                       
modelacadia sle-1                                                                                                                                                                     
modelacadia sle-1 sport utility                                                                                                                                                       
modelacadia sle-2 sport utility                                                                                                                                                       
modelacadia slt                                                                                                                                                                       
modelacadia slt-1 sport utility                                                                                                                                                       
modelacadia slt-2                                                                                                                                                                     
modelacadia slt-2 sport utility                                                                                                                                                       
modelacadia slt2                                                                                                                                                                      
modelacadia slt2 awd                                                                                                                                                                  
modelaccent                                                                                                                                                                           
modelaccent gl                                                                                                                                                                        
modelaccent gls                                                                                                                                                                       
modelaccent se                                                                                                                                                                        
modelaccent se sedan 4d                                                                                                                                                               
modelaccord                                                                                                                                                                           
modelaccord crosstour                                                                                                                                                                 
modelaccord ex                                                                                                                                                                        
modelaccord ex-l                                                                                                                                                                      
modelaccord ex-l coupe                                                                                                                                                                
modelaccord ex-l sedan 4d                                                                                                                                                             
modelaccord ex-l v6                                                                                                                                                                   
modelaccord exl                                                                                                                                                                       
modelaccord lx                                                                                                                                                                        
modelaccord lx sedan                                                                                                                                                                  
modelaccord lx special                                                                                                                                                                
modelaccord lx-p                                                                                                                                                                      
modelaccord sdn                                                                                                                                                                       
modelaccord sdn lx                                                                                                                                                                    
modelaccord sedan                                                                                                                                                                     
modelaccord sedan sport 1.5t                                                                                                                                                          
modelaccord sport                                                                                                                                                                     
modelaccord sport sedan 4d                                                                                                                                                            
modelaccord touring fwd gas suv                                                                                                                                                       
modelaccord touring v6                                                                                                                                                                
modelacty                                                                                                                                                                             
modelACURA* MDX*                                                                                                                                                                      
modelALL MAKES ALL MODELS                                                                                                                                                             
modelall-new 1500                                                                                                                                                                     
modelallroad premium plus wagon                                                                                                                                                       
modelaltima                                                                                                                                                                           
modelaltima 2.5                                                                                                                                                                       
modelaltima 2.5 s                                                                                                                                                                     
modelaltima 2.5 sl sedan 4d                                                                                                                                                           
modelaltima 2.5 sv                                                                                                                                                                    
modelaltima 2.5s                                                                                                                                                                      
modelaltima 3.5 se sedan 4d                                                                                                                                                           
modelaltima s                                                                                                                                                                         
modelaltima sl                                                                                                                                                                        
modelaltima sr                                                                                                                                                                        
modelaltima sv                                                                                                                                                                        
modelAMC Eagle Limited Wagon                                                                                                                                                       .  
modelAMC Matador                                                                                                                                                                   ** 
modelamg, s63,4matic                                                                                                                                                                  
modelaoutlok                                                                                                                                                                          
modelapache                                                                                                                                                                        ***
modelarmada                                                                                                                                                                        *  
modelarmada,platinum                                                                                                                                                                  
modelarmanda                                                                                                                                                                          
modelascent                                                                                                                                                                        .  
modelaspen                                                                                                                                                                            
modelastro                                                                                                                                                                            
modelastro cargo van                                                                                                                                                                  
modelastro van awd                                                                                                                                                                    
modelatlas                                                                                                                                                                            
modelatlas launch edition                                                                                                                                                             
modelatlas s 4motion sport                                                                                                                                                            
modelatlas s sport utility                                                                                                                                                            
modelatlas se 4motion                                                                                                                                                                 
modelats                                                                                                                                                                              
modelats coupe 2d                                                                                                                                                                     
modelats premium luxury                                                                                                                                                               
modelats sedan                                                                                                                                                                        
modelats sedan 4d                                                                                                                                                                     
modelats-v coupe 2d                                                                                                                                                                ***
modelats4 performance                                                                                                                                                                 
modelaura                                                                                                                                                                             
modelaura xe                                                                                                                                                                          
modelaura xr                                                                                                                                                                          
modelAUTI A5 CONVERTIBLE                                                                                                                                                              
modelavalanche                                                                                                                                                                     .  
modelavalanche 1500                                                                                                                                                                   
modelavalanche 1500crew                                                                                                                                                               
modelavalanche 4x4                                                                                                                                                                 .  
modelavalanche black                                                                                                                                                               *  
modelavalanche lt 4wd                                                                                                                                                                 
modelavalanche ltz                                                                                                                                                                    
modelavalon                                                                                                                                                                           
modelavalon hybrid limited                                                                                                                                                         *  
modelavalon limited hybrid                                                                                                                                                            
modelavalon limited sedan                                                                                                                                                             
modelavalon limited sedan 4d                                                                                                                                                          
modelavalon xl                                                                                                                                                                        
modelavalon xle premium sedan                                                                                                                                                         
modelavalon xls                                                                                                                                                                       
modelavalong limited                                                                                                                                                                  
modelavenger                                                                                                                                                                          
modelaveo                                                                                                                                                                             
modelaviator                                                                                                                                                                          
modelawd *gl 450 4matic 4dr*suv*clean*carfax *3row seat nav                                                                                                                           
modelazera                                                                                                                                                                            
modelazera limited                                                                                                                                                                    
modelb-class                                                                                                                                                                          
modelb2000                                                                                                                                                                         *  
modelb2600                                                                                                                                                                            
modelb300                                                                                                                                                                          ** 
modelb4000 seextended cab                                                                                                                                                             
modelb9 tribeca                                                                                                                                                                       
modelbaja                                                                                                                                                                             
modelbeetle                                                                                                                                                                           
modelbeetle 1.8t                                                                                                                                                                      
modelbeetle 1.8t fleet                                                                                                                                                                
modelbeetle 1.8t se                                                                                                                                                                   
modelbeetle 1.8t sel                                                                                                                                                                  
modelbeetle convertible                                                                                                                                                            ** 
modelbeetle turbo                                                                                                                                                                     
modelbel-air                                                                                                                                                                       ***
modelbelair                                                                                                                                                                        ***
modelben                                                                                                                                                                           ***
modelBentley Arnage                                                                                                                                                                ***
modelBENTLEY ARNAGE                                                                                                                                                                ***
modelbentley continental flying spur                                                                                                                                               ***
modelbenz                                                                                                                                                                             
modelbenz 220se                                                                                                                                                                    ***
modelbenz 300d turbo                                                                                                                                                               *  
modelbenz 380 sl                                                                                                                                                                   ** 
modelbenz 450sl                                                                                                                                                                    ***
modelbenz 600sel                                                                                                                                                                   ***
modelbenz c 320 wagon                                                                                                                                                                 
modelbenz c240                                                                                                                                                                        
modelbenz c250                                                                                                                                                                        
modelbenz c280                                                                                                                                                                        
modelbenz c300                                                                                                                                                                        
modelbenz c32 amg                                                                                                                                                                     
modelbenz clk320 cabriolet                                                                                                                                                            
modelbenz e320                                                                                                                                                                        
modelbenz e320 4matic wagon                                                                                                                                                           
modelbenz e320 wagon                                                                                                                                                                  
modelbenz e350                                                                                                                                                                        
modelbenz e500                                                                                                                                                                        
modelbenz e500 4matic                                                                                                                                                                 
modelbenz glk 350                                                                                                                                                                     
modelbenz ml 320 cdi 4 matic                                                                                                                                                          
modelbenz ml 350                                                                                                                                                                      
modelbenz ml 350 4-matic                                                                                                                                                              
modelbenz ml-350                                                                                                                                                                      
modelbenz ml350                                                                                                                                                                       
modelbenz ml350 4matic                                                                                                                                                                
modelbenz ml550                                                                                                                                                                       
modelbenz s500                                                                                                                                                                        
modelbenz s550                                                                                                                                                                     *  
modelbenz sl500                                                                                                                                                                       
modelbenz slk 250                                                                                                                                                                     
modelbenz slk roadster                                                                                                                                                                
modelbenz sprinter 2500                                                                                                                                                            ***
modelblazer                                                                                                                                                                           
modelblazer 2lt sport                                                                                                                                                                 
modelblazer 4x4                                                                                                                                                                       
modelblazer 4x4 ls                                                                                                                                                                    
modelblazer lt                                                                                                                                                                        
modelBLUE BIRD BLUE BIRD                                                                                                                                                              
modelBMW, 328i                                                                                                                                                                        
modelbobcat                                                                                                                                                                        ***
modelbolt ev                                                                                                                                                                          
modelbonneville                                                                                                                                                                    ***
modelborrego                                                                                                                                                                          
modelbox truck                                                                                                                                                                        
modelboxster                                                                                                                                                                          
modelbrigadier                                                                                                                                                                     .  
modelbronco                                                                                                                                                                        ***
modelbronco 4x4                                                                                                                                                                    *  
modelbronco ii                                                                                                                                                                        
modelbronco xlt                                                                                                                                                                    .  
modelbrz                                                                                                                                                                              
modelbrz limited                                                                                                                                                                      
modelbrz limited coupe 2d                                                                                                                                                             
modelbug                                                                                                                                                                           ***
modelBWM 535xi Premium Sport                                                                                                                                                          
modelc                                                                                                                                                                                
modelc - max se hybrid                                                                                                                                                                
modelc 250                                                                                                                                                                            
modelc 250 sport                                                                                                                                                                      
modelc 300                                                                                                                                                                            
modelc 400 4matic sedan                                                                                                                                                               
modelc-300                                                                                                                                                                            
modelc-class                                                                                                                                                                          
modelc-class c 250 sport automatic                                                                                                                                                    
modelc-class c 300                                                                                                                                                                    
modelc-class c 350e                                                                                                                                                                   
modelc-class c 63 amg                                                                                                                                                              ** 
modelc-class c300 4matic sport sedan                                                                                                                                                  
modelc-hr                                                                                                                                                                             
modelc-hr xle                                                                                                                                                                         
modelc-hr xle premium sport                                                                                                                                                           
modelc-max                                                                                                                                                                            
modelc-max hybrid se wagon 4d                                                                                                                                                         
modelc-max hybrid titanium wagon                                                                                                                                                      
modelc/k 1500                                                                                                                                                                      *  
modelc/k 20                                                                                                                                                                        *  
modelc/v                                                                                                                                                                              
modelc10                                                                                                                                                                           ***
modelc20                                                                                                                                                                           ** 
modelc2500                                                                                                                                                                            
modelc300 4matic                                                                                                                                                                      
modelc300 sport                                                                                                                                                                       
modelc43                                                                                                                                                                           ** 
modelc5500                                                                                                                                                                         ***
modelc6500                                                                                                                                                                         ** 
modelc70 convertible                                                                                                                                                                  
modelc7500                                                                                                                                                                         *  
modelc8500                                                                                                                                                                         ** 
modelcabrio                                                                                                                                                                           
modelcaddilac escalade ext                                                                                                                                                         .  
modelCADILIC DEVILLE                                                                                                                                                                  
modelcaliber                                                                                                                                                                          
modelcaliber r/t                                                                                                                                                                      
modelcaliber sxt                                                                                                                                                                      
modelCAM Superline Tilt Deckover Trai                                                                                                                                                 
modelcamaro                                                                                                                                                                        ** 
modelcamaro 1ls                                                                                                                                                                       
modelcamaro 1lt                                                                                                                                                                       
modelcamaro 1ss                                                                                                                                                                    *  
modelcamaro 2ss                                                                                                                                                                    ** 
modelcamaro convertible                                                                                                                                                               
modelcamaro convertible 2lt                                                                                                                                                           
modelcamaro lt 2dr                                                                                                                                                                    
modelcamaro lt convertible                                                                                                                                                            
modelcamaro lt coupe 2d                                                                                                                                                               
modelcamaro rs                                                                                                                                                                        
modelcamaro ss                                                                                                                                                                     *  
modelcamaro ss convertible                                                                                                                                                         .  
modelcamaro ss coupe 2d                                                                                                                                                            ** 
modelcamaro z28                                                                                                                                                                    ***
modelcamaro zl1 coupe 2d                                                                                                                                                           ** 
modelcamero                                                                                                                                                                           
modelcamry                                                                                                                                                                            
modelcamry 2009                                                                                                                                                                       
modelcamry base                                                                                                                                                                       
modelcamry hybrid                                                                                                                                                                     
modelcamry hybrid le                                                                                                                                                                  
modelcamry hybrid se                                                                                                                                                                  
modelcamry hybrid xle sedan 4d                                                                                                                                                        
modelcamry le                                                                                                                                                                         
modelcamry le sedan 4d                                                                                                                                                                
modelcamry le v6                                                                                                                                                                      
modelcamry se                                                                                                                                                                         
modelcamry se 4dr sedan                                                                                                                                                               
modelcamry se(sports edition)                                                                                                                                                         
modelcamry sedan i4                                                                                                                                                                   
modelcamry solara                                                                                                                                                                     
modelcamry trd v6                                                                                                                                                                     
modelcamry xle                                                                                                                                                                        
modelcamry xle hybrid                                                                                                                                                                 
modelcamry xse sedan 4d                                                                                                                                                               
modelcanyon                                                                                                                                                                        .  
modelcanyon 4wd sle                                                                                                                                                                   
modelcanyon crew cab pickup 4d 5                                                                                                                                                      
modelcanyon crew cab sle pickup                                                                                                                                                    *  
modelcanyon extended cab sle                                                                                                                                                          
modelcanyon regular cab                                                                                                                                                               
modelcanyon sle                                                                                                                                                                    .  
modelcapri                                                                                                                                                                            
modelcaptiva                                                                                                                                                                          
modelcaptiva lt fwd gas suv                                                                                                                                                           
modelcaptiva sport                                                                                                                                                                    
modelcaptiva sport ls                                                                                                                                                                 
modelcaravan                                                                                                                                                                          
modelcaravan se                                                                                                                                                                       
modelcaravan sport                                                                                                                                                                    
modelcargo van                                                                                                                                                                        
modelcascada premium                                                                                                                                                                  
modelcayenne                                                                                                                                                                       ** 
modelcayenne 1-owner* local trade* convenience pkg* panoramic roof* dealer serviced, new tires* 2-keys* front & rear sensors*back up cam                                           *  
modelcayenne hybrid 2011                                                                                                                                                              
modelcayenne platinum edition                                                                                                                                                         
modelcayenne s                                                                                                                                                                        
modelcayenne s awd luxury suv                                                                                                                                                         
modelcayenne s hybrid                                                                                                                                                              *  
modelcayenne sport utility 4d                                                                                                                                                         
modelcayenne turbo                                                                                                                                                                    
modelcayenne turbo awd                                                                                                                                                             *  
modelcayman                                                                                                                                                                        ***
modelcc                                                                                                                                                                               
modelcc sport                                                                                                                                                                         
modelcc sport 2.0 turbo pzev i4 fwd                                                                                                                                                   
modelcc sport pzev                                                                                                                                                                    
modelcc300                                                                                                                                                                            
modelcc4500                                                                                                                                                                        ** 
modelcelica gt                                                                                                                                                                        
modelcenturion                                                                                                                                                                     ***
modelcentury                                                                                                                                                                          
modelchallenger                                                                                                                                                                    .  
modelchallenger r/t                                                                                                                                                                .  
modelchallenger r/t classic                                                                                                                                                           
modelchallenger r/t coupe 2d                                                                                                                                                       *  
modelchallenger r/t scat pack                                                                                                                                                      ** 
modelchallenger scat pack                                                                                                                                                          ** 
modelchallenger se                                                                                                                                                                    
modelchallenger srt 392 coupe                                                                                                                                                      ** 
modelchallenger srt8                                                                                                                                                               *  
modelchallenger srt8 coupe 2d                                                                                                                                                      ** 
modelchallenger sxt                                                                                                                                                                   
modelchallenger sxt plus coupe                                                                                                                                                        
modelcharger                                                                                                                                                                          
modelcharger daytona 392 sedan                                                                                                                                                     ** 
modelcharger gt                                                                                                                                                                    .  
modelcharger plus hellcat                                                                                                                                                             
modelcharger r/t scat pack                                                                                                                                                         *  
modelcharger rt                                                                                                                                                                       
modelcharger rt awd                                                                                                                                                                   
modelcharger scat pack daytona                                                                                                                                                        
modelcharger sxt                                                                                                                                                                      
modelcharger sxt sedan 4d                                                                                                                                                             
modelcherokee                                                                                                                                                                         
modelcherokee laredo                                                                                                                                                                  
modelcherokee latitude                                                                                                                                                                
modelcherokee limited                                                                                                                                                                 
modelcherokee trailhawk                                                                                                                                                               
modelcherokee trailhawk 4wd                                                                                                                                                           
modelchevelle                                                                                                                                                                      ***
modelchevelle malibu                                                                                                                                                               ***
modelchevorlet corvette                                                                                                                                                            *  
modelchevorlet silverado 1500                                                                                                                                                      ***
modelCHEVORLET TRAVERSE 2LT                                                                                                                                                           
modelChevroelt Traverse                                                                                                                                                               
modelChewy                                                                                                                                                                         ** 
modelcheyenne                                                                                                                                                                      ** 
modelCHINOOK DREAM 175BH                                                                                                                                                              
modelCHVEROLET SILVERADO EX-CAB 4X4                                                                                                                                                   
modelchysler 300                                                                                                                                                                      
modelcity express cargo van                                                                                                                                                           
modelcive se                                                                                                                                                                          
modelcivic                                                                                                                                                                            
modelcivic coupe                                                                                                                                                                      
modelcivic dx coupe                                                                                                                                                                   
modelcivic ex                                                                                                                                                                         
modelcivic ex 4dr sedan                                                                                                                                                               
modelcivic ex coupe                                                                                                                                                                   
modelcivic ex sedan 4d                                                                                                                                                                
modelcivic ex-l                                                                                                                                                                       
modelcivic ex-l sedan 5-speed at                                                                                                                                                      
modelcivic ex-l w/navigation                                                                                                                                                          
modelcivic exl                                                                                                                                                                        
modelcivic hatchback                                                                                                                                                                  
modelcivic hybrid                                                                                                                                                                     
modelcivic lx                                                                                                                                                                         
modelcivic lx coupe 2d                                                                                                                                                                
modelcivic lx coupe 5-speed at                                                                                                                                                        
modelcivic lx sedan                                                                                                                                                                   
modelcivic lx sedan 4d                                                                                                                                                                
modelcivic lx sedan cvt                                                                                                                                                               
modelcivic sdn                                                                                                                                                                        
modelcivic sedan                                                                                                                                                                      
modelcivic sedan hf | gas                                                                                                                                                             
modelcivic si                                                                                                                                                                         
modelcivic si coupe                                                                                                                                                                   
modelcivic si coupe 2d                                                                                                                                                                
modelcivic si sedan 4d                                                                                                                                                                
modelcivic sport coupe 2d                                                                                                                                                             
modelcivic sport touring                                                                                                                                                              
modelcivic sport, loaded, reli                                                                                                                                                        
modelcivic touring coupe 2d                                                                                                                                                           
modelcivic touring i4 turbo fwd                                                                                                                                                       
modelcivic type r touring                                                                                                                                                          *  
modelcivic value packagesedan                                                                                                                                                         
modelcivichonda si                                                                                                                                                                    
modelcj7                                                                                                                                                                           ** 
modelcl-class cl 550                                                                                                                                                               .  
modelcla                                                                                                                                                                              
modelcla 250 4matic                                                                                                                                                                   
modelcla-class cla 45                                                                                                                                                              .  
modelclassic                                                                                                                                                                          
modelclk                                                                                                                                                                              
modelclk320                                                                                                                                                                           
modelcls-class                                                                                                                                                                     *  
modelcls-class cls 550                                                                                                                                                                
modelcls550                                                                                                                                                                           
modelClub car 4 seater                                                                                                                                                                
modelClub car Precedent                                                                                                                                                               
modelclubman                                                                                                                                                                          
modelclubman cooper s hatchback                                                                                                                                                       
modelcmax hybrid                                                                                                                                                                      
modelcobalt                                                                                                                                                                           
modelcobalt ls                                                                                                                                                                        
modelCobra Special Edition                                                                                                                                                            
modelCODILLAC                                                                                                                                                                      ***
modelCOLEMAN 2825RK                                                                                                                                                                   
modelcolorad                                                                                                                                                                          
modelcolorado                                                                                                                                                                      .  
modelcolorado 4wd z71                                                                                                                                                              *  
modelcolorado crew cab                                                                                                                                                                
modelcolorado crew cab lt                                                                                                                                                             
modelcolorado crew cab work                                                                                                                                                           
modelcolorado crew cab z71                                                                                                                                                         *  
modelcolorado crew cab zr2                                                                                                                                                         ** 
modelcolorado extended cab                                                                                                                                                         .  
modelcolorado lt crew                                                                                                                                                                 
modelcolorado z71                                                                                                                                                                     
modelcomet                                                                                                                                                                         ***
modelcommander sport 4wd                                                                                                                                                              
modelcompass                                                                                                                                                                          
modelcompass latitude                                                                                                                                                                 
modelcompass limited                                                                                                                                                                  
modelcompass sport                                                                                                                                                                    
modelcompass sport 4x4                                                                                                                                                                
modelcompass trailhawk                                                                                                                                                                
modelconcorde                                                                                                                                                                         
modelcontinental                                                                                                                                                                      
modelcontinental mark v                                                                                                                                                            *  
modelcontinental premiere                                                                                                                                                             
modelcontinental reserve                                                                                                                                                           ** 
modelcontinental sedan 4d                                                                                                                                                          *  
modelcontinental select sedan                                                                                                                                                         
modelconvertible                                                                                                                                                                   *  
modelconvertible cooper s                                                                                                                                                             
modelconvertible cooper s 2d                                                                                                                                                          
modelcooper                                                                                                                                                                           
modelcooper clubman                                                                                                                                                                   
modelcooper clubman s                                                                                                                                                                 
modelcooper convertible s                                                                                                                                                             
modelcooper countryman s                                                                                                                                                              
modelcooper hardtop                                                                                                                                                                   
modelcooper hardtop 4 door                                                                                                                                                            
modelcooper s                                                                                                                                                                         
modelcooper s convertible                                                                                                                                                             
modelcooper s countryman                                                                                                                                                              
modelcorolla                                                                                                                                                                          
modelcorolla ce                                                                                                                                                                       
modelcorolla hatchback                                                                                                                                                                
modelcorolla hatchback xse 4d                                                                                                                                                         
modelcorolla im                                                                                                                                                                       
modelcorolla im hatchback 4d                                                                                                                                                          
modelcorolla l                                                                                                                                                                        
modelcorolla l sedan 4d                                                                                                                                                               
modelcorolla le                                                                                                                                                                       
modelcorolla le 4dr sedan                                                                                                                                                             
modelcorolla le eco sedan 4d                                                                                                                                                          
modelcorolla le sedan 4d                                                                                                                                                              
modelcorolla le sports package                                                                                                                                                        
modelcorolla matrix                                                                                                                                                                   
modelcorolla s                                                                                                                                                                        
modelcorolla s special edition                                                                                                                                                        
modelcoronet 440                                                                                                                                                                   ***
modelcorsair reserve sport                                                                                                                                                         *  
modelcorsair sport utility 4d                                                                                                                                                         
modelcorvair                                                                                                                                                                       ***
modelcorvette                                                                                                                                                                      ***
modelcorvette convertible                                                                                                                                                          *  
modelcorvette coupe                                                                                                                                                                ** 
modelcorvette coupe 2d                                                                                                                                                             ** 
modelcorvette coupe cars                                                                                                                                                           *  
modelcorvette grand sport                                                                                                                                                          ***
modelcorvette stingray                                                                                                                                                             ***
modelcorvette stingray z51                                                                                                                                                         ***
modelcorvette v8 targa                                                                                                                                                             *  
modelcougar xr7                                                                                                                                                                       
modelcountryman                                                                                                                                                                       
modelcountryman cooper hatchback                                                                                                                                                      
modelcountryman cooper s                                                                                                                                                              
modelcountryman cooper s all4                                                                                                                                                         
modelcountryman cooper se all4                                                                                                                                                        
modelcoupe                                                                                                                                                                         ***
modelcovette                                                                                                                                                                       ** 
modelcr-v                                                                                                                                                                             
modelcr-v ex                                                                                                                                                                          
modelcr-v ex awd                                                                                                                                                                      
modelcr-v ex l w/navi 4dr suv                                                                                                                                                         
modelcr-v ex sport utility 4d                                                                                                                                                         
modelcr-v ex-l                                                                                                                                                                        
modelcr-v ex-l awd                                                                                                                                                                    
modelcr-v lx                                                                                                                                                                          
modelcr-v lx 4wd                                                                                                                                                                      
modelcr-v lx sport utility 4d                                                                                                                                                         
modelcr-v touring sport utility                                                                                                                                                       
modelcr-z ex                                                                                                                                                                          
modelcr-z ex coupe 2d                                                                                                                                                                 
modelcross country                                                                                                                                                                    
modelcrossfire                                                                                                                                                                        
modelcrosstour                                                                                                                                                                        
modelcrosstour ex-l sport                                                                                                                                                             
modelcrosstrek                                                                                                                                                                        
modelcrosstrek 2.0i premium                                                                                                                                                           
modelcrosstrek limited                                                                                                                                                                
modelcrosstrek premium                                                                                                                                                                
modelcrosstrek xv                                                                                                                                                                     
modelcrown victoria                                                                                                                                                                   
modelcrown victoria interceptor                                                                                                                                                       
modelcrown victoria police                                                                                                                                                            
modelcrown victoria police inter                                                                                                                                                      
modelcruise                                                                                                                                                                           
modelcruz lt                                                                                                                                                                          
modelcruze                                                                                                                                                                            
modelcruze 2lt                                                                                                                                                                        
modelcruze 2lt rs                                                                                                                                                                     
modelcruze 2lt sedan 4d                                                                                                                                                               
modelcruze eco                                                                                                                                                                        
modelcruze limited                                                                                                                                                                    
modelcruze limited 1lt                                                                                                                                                                
modelcruze limited ltz                                                                                                                                                                
modelcruze ls                                                                                                                                                                         
modelcruze lt                                                                                                                                                                         
modelcruze lt diesel                                                                                                                                                                  
modelcruze lt rs                                                                                                                                                                      
modelcruze lt sedan                                                                                                                                                                   
modelcruze only 89k miles                                                                                                                                                             
modelcruze premier                                                                                                                                                                    
modelcruze premier sedan 4d                                                                                                                                                           
modelcrv                                                                                                                                                                              
modelcrv awd                                                                                                                                                                          
modelcrv ex                                                                                                                                                                           
modelcrv ex awd                                                                                                                                                                       
modelcrv ex-l                                                                                                                                                                         
modelcrv ex-l awd                                                                                                                                                                     
modelcrv lx awd                                                                                                                                                                       
modelcrx si                                                                                                                                                                        .  
modelct 200h                                                                                                                                                                          
modelct 200h hatchback 4d                                                                                                                                                             
modelct 200h premium hatchback                                                                                                                                                        
modelct5 premium luxury                                                                                                                                                            *  
modelct6                                                                                                                                                                              
modelct6 3.6 luxury sedan 4d                                                                                                                                                       .  
modelct6 luxury awd                                                                                                                                                                *  
modelcts                                                                                                                                                                              
modelcts 2.0 luxury sedan 4d                                                                                                                                                          
modelcts 3.6 luxury sedan 4d                                                                                                                                                       .  
modelcts 3.6 premium luxury                                                                                                                                                           
modelcts 4                                                                                                                                                                            
modelcts luxury collection                                                                                                                                                            
modelcts sedan                                                                                                                                                                        
modelcts sedan 4d                                                                                                                                                                  .  
modelcts-v                                                                                                                                                                         ***
modelcube                                                                                                                                                                             
modelcummins 2500 4x4 auto                                                                                                                                                         ***
modelcustom                                                                                                                                                                        ***
modelcx-3 touring sport utility                                                                                                                                                       
modelcx-30                                                                                                                                                                         ***
modelcx-5                                                                                                                                                                             
modelcx-5 sport                                                                                                                                                                       
modelcx-7                                                                                                                                                                             
modelcx-9                                                                                                                                                                             
modelcx-9 touring                                                                                                                                                                     
modelcx-9 touring awd                                                                                                                                                                 
modelcx-9 touring sport utility                                                                                                                                                       
modelcxl                                                                                                                                                                              
modeldakota                                                                                                                                                                           
modeldakota big horn                                                                                                                                                                  
modeldakota club cab                                                                                                                                                                  
modeldakota crew cab sport                                                                                                                                                            
modeldakota quad cab                                                                                                                                                                  
modeldakota r/t                                                                                                                                                                       
modeldakota slt                                                                                                                                                                       
modeldart                                                                                                                                                                             
modeldart gt                                                                                                                                                                          
modeldart limited                                                                                                                                                                     
modeldart se sedan 4d                                                                                                                                                                 
modeldart sxt                                                                                                                                                                         
modeldart sxt sedan                                                                                                                                                                   
modeldavidson heritage classi                                                                                                                                                         
modeldeisel cummins                                                                                                                                                                ***
modeldeisel cummins 2500                                                                                                                                                           ***
modeldeville                                                                                                                                                                          
modeldeville coupe 2d                                                                                                                                                                 
modeldeville sedan                                                                                                                                                                    
modeldiesel cummins 3500                                                                                                                                                           ** 
modeldiscovery                                                                                                                                                                     ** 
modeldiscovery sport                                                                                                                                                                  
modeldiscovery sport hse                                                                                                                                                              
modelDonde caliber                                                                                                                                                                    
modeldts                                                                                                                                                                              
modeldump truck kaiser m817                                                                                                                                                        ***
modeldurango                                                                                                                                                                          
modeldurango gt                                                                                                                                                                       
modeldurango gt plus sport                                                                                                                                                            
modeldurango limited                                                                                                                                                                  
modeldurango limited awd                                                                                                                                                              
modeldurango r/t                                                                                                                                                                      
modeldurango r/t sport utility                                                                                                                                                     .  
modeldurango sxt awd gas suv                                                                                                                                                       .  
modele 350                                                                                                                                                                            
modele 350 4matic                                                                                                                                                                     
modele 350 luxury                                                                                                                                                                     
modele 400                                                                                                                                                                         ** 
modele 450                                                                                                                                                                            
modele 550                                                                                                                                                                            
modele-150                                                                                                                                                                            
modele-150 cargo van                                                                                                                                                                  
modele-150 reefer cargo van                                                                                                                                                           
modele-350                                                                                                                                                                         .  
modele-450                                                                                                                                                                            
modele-450 galvan universal                                                                                                                                                        *  
modele-class                                                                                                                                                                          
modele-class 500 4ma                                                                                                                                                                  
modele-class e 300                                                                                                                                                                 .  
modele-class e 350                                                                                                                                                                    
modele-class e 400                                                                                                                                                                 ** 
modele-class e 550                                                                                                                                                                    
modele-class e 63 amg                                                                                                                                                              ** 
modele-class e350 4matic luxury sedan                                                                                                                                                 
modele-class e350 4matic sport sedan                                                                                                                                                  
modele-class e350 sport                                                                                                                                                               
modele-golf se hatchback                                                                                                                                                              
modele-pace first edition                                                                                                                                                          *  
modele-pace p250 se sport                                                                                                                                                          ** 
modele-pace p250 sport utility                                                                                                                                                     *  
modele-pace p300 r-dynamic se                                                                                                                                                      ***
modele-series cargo                                                                                                                                                                   
modele-series chassis                                                                                                                                                              *  
modele-series chassis e-350                                                                                                                                                           
modele-series chassis e-450 sd                                                                                                                                                        
modele150 econoline                                                                                                                                                                ** 
modele200 a econoline van                                                                                                                                                          ** 
modele250                                                                                                                                                                             
modele250 cargo van                                                                                                                                                                   
modele250 econoline                                                                                                                                                                   
modele250 van                                                                                                                                                                         
modele300                                                                                                                                                                             
modele320 4matic                                                                                                                                                                      
modele350                                                                                                                                                                          .  
modele350 12-passenger van                                                                                                                                                         ** 
modele350 4matic                                                                                                                                                                      
modele350 4matic awd sp                                                                                                                                                            *  
modele350 ambulance                                                                                                                                                                   
modele350 cargo van                                                                                                                                                                   
modele350 e350 10ft plumbers,                                                                                                                                                      .  
modele350 passenger van                                                                                                                                                            .  
modele350 sport 4matic                                                                                                                                                                
modele350 van xlt (15 passenger                                                                                                                                                       
modele350 xlt                                                                                                                                                                         
modele350sd                                                                                                                                                                           
modele450                                                                                                                                                                             
modele450 bus                                                                                                                                                                         
modele46 m3                                                                                                                                                                        *  
modelebony                                                                                                                                                                         ** 
modeleclipse                                                                                                                                                                          
modeleclipse cross                                                                                                                                                                    
modeleclipse cross es                                                                                                                                                                 
modeleclipse cross le                                                                                                                                                                 
modeleclipse cross sp                                                                                                                                                                 
modeleclipse gst                                                                                                                                                                      
modeleclipse spyder gt                                                                                                                                                                
modeleconoline                                                                                                                                                                        
modeleconoline cargo van                                                                                                                                                              
modeleconoline commercial cutaway                                                                                                                                                  ** 
modeleconoline e150 cargo van                                                                                                                                                         
modeleconoline e250                                                                                                                                                                   
modeleconoline e350                                                                                                                                                                .  
modeleconoline wagon                                                                                                                                                                  
modelecosport                                                                                                                                                                         
modelecosport se                                                                                                                                                                      
modelecosport se fwd w/ sunroof automatic                                                                                                                                             
modelecosport se sport utility                                                                                                                                                        
modelecosport titanium                                                                                                                                                                
modeledge                                                                                                                                                                             
modeledge limited                                                                                                                                                                     
modeledge limited 4dr crossove                                                                                                                                                        
modeledge limited awd                                                                                                                                                                 
modeledge limited wagon                                                                                                                                                               
modeledge se                                                                                                                                                                          
modeledge sel                                                                                                                                                                         
modeledge sel awd                                                                                                                                                                     
modeledge sel plus awd                                                                                                                                                                
modeledge sel suv                                                                                                                                                                     
modeledge sport                                                                                                                                                                       
modeledge sport awd! awd                                                                                                                                                              
modelel camino                                                                                                                                                                     ***
modelelantra                                                                                                                                                                          
modelelantra gls                                                                                                                                                                      
modelelantra gt                                                                                                                                                                       
modelelantra limited                                                                                                                                                                  
modelelantra limited sedan 4d                                                                                                                                                         
modelelantra se                                                                                                                                                                       
modelELANTRA SE                                                                                                                                                                       
modelelantra se sedan 4d                                                                                                                                                              
modelelantra sel                                                                                                                                                                      
modelelantra touring                                                                                                                                                                  
modelelantra value edition ivt                                                                                                                                                        
modeleldorado                                                                                                                                                                      ***
modeleldorado etc                                                                                                                                                                     
modelelement                                                                                                                                                                          
modelelement ex awd                                                                                                                                                                   
modelEmergency One Fire Truck                                                                                                                                                      ** 
modelenclave                                                                                                                                                                          
modelenclave avenir sport                                                                                                                                                          ** 
modelenclave awd                                                                                                                                                                      
modelenclave cxl                                                                                                                                                                      
modelenclave essence sport                                                                                                                                                         *  
modelenclave leather                                                                                                                                                                  
modelenclave leather sport                                                                                                                                                            
modelenclave premium sport                                                                                                                                                         *  
modelencore                                                                                                                                                                           
modelencore convenience                                                                                                                                                               
modelencore gx essence sport                                                                                                                                                          
modelencore gx select sport                                                                                                                                                           
modelencore leather                                                                                                                                                                   
modelencore leather sport                                                                                                                                                             
modelencore preferred                                                                                                                                                                 
modelencore preferred sport                                                                                                                                                           
modelencore premium sport8                                                                                                                                                            
modelendeavor                                                                                                                                                                         
modelenvision                                                                                                                                                                         
modelenvision essence                                                                                                                                                                 
modelenvision essence sport                                                                                                                                                           
modelenvoy                                                                                                                                                                            
modelenvoy 4x4 xuv 5.3l v8 slt loaded low miles one owner                                                                                                                             
modelenvoy sle                                                                                                                                                                        
modelenvoy xl                                                                                                                                                                         
modeleos                                                                                                                                                                              
modeleos sport convertible                                                                                                                                                            
modeleqinox                                                                                                                                                                           
modelequinox                                                                                                                                                                          
modelequinox 1lt awd                                                                                                                                                                  
modelequinox 2lt                                                                                                                                                                      
modelequinox ls                                                                                                                                                                       
modelequinox lt                                                                                                                                                                       
modelequinox lt 1lt                                                                                                                                                                   
modelequinox lt awd                                                                                                                                                                   
modelequinox ltz                                                                                                                                                                      
modelequinox ltz awd                                                                                                                                                                  
modelequinox premier                                                                                                                                                                  
modelequus signature sedan 4d                                                                                                                                                         
modeles                                                                                                                                                                               
modeles 300                                                                                                                                                                           
modeles 300h                                                                                                                                                                          
modeles 350                                                                                                                                                                           
modelES 350                                                                                                                                                                           
modeles 350 sedan 4d                                                                                                                                                                  
modeles-339                                                                                                                                                                           
modeles330                                                                                                                                                                            
modeles350                                                                                                                                                                            
modelescalade                                                                                                                                                                      *  
modelescalade 4wd 4dr platinum                                                                                                                                                     ***
modelescalade awd                                                                                                                                                                     
modelescalade esv                                                                                                                                                                  ** 
modelescalade esv awd                                                                                                                                                                 
modelescalade esv luxury                                                                                                                                                           ***
modelescalade esv platinum                                                                                                                                                         ***
modelescalade luxury                                                                                                                                                               *  
modelescalade premium sport                                                                                                                                                        *  
modelescalade sport                                                                                                                                                                ** 
modelescalade suv awd                                                                                                                                                                 
modelescape                                                                                                                                                                           
modelescape **backup camera ,                                                                                                                                                         
modelescape hybrid                                                                                                                                                                    
modelescape limited                                                                                                                                                                   
modelescape s                                                                                                                                                                         
modelescape se                                                                                                                                                                        
modelescape se awd                                                                                                                                                                    
modelescape se fwd gas suv auto                                                                                                                                                       
modelescape sel                                                                                                                                                                       
modelescape titanium                                                                                                                                                                  
modelescape titanium 4wd                                                                                                                                                              
modelescape titanium 4wd, w/ navigation                                                                                                                                               
modelescape xls                                                                                                                                                                       
modelescape xlt                                                                                                                                                                       
modelescape xlt 4x4                                                                                                                                                                   
modelescape xlt sport utility                                                                                                                                                         
modelescape xltsuv                                                                                                                                                                    
modelescort zx2                                                                                                                                                                       
modelevoque                                                                                                                                                                           
modelevoque se 4x4 gas suv                                                                                                                                                            
modelex37 journey awd! awd                                                                                                                                                            
modelexcursion                                                                                                                                                                     *  
modelexcursion eddie bauer                                                                                                                                                            
modelexcursion limited                                                                                                                                                             ***
modelexcursion limited 55k miles*1-owner*diesel*rust free*collector quality*like new in&out*all original*new wheels & tires*unicorn alert                                          ***
modelexcursion xlt                                                                                                                                                                 ** 
modelExpedición                                                                                                                                                                       
modelexpedition                                                                                                                                                                    .  
modelexpedition eddie bauer                                                                                                                                                           
modelexpedition eddie bauer 4x4                                                                                                                                                       
modelexpedition el                                                                                                                                                                    
modelexpedition el eddie bauer                                                                                                                                                        
modelexpedition king ranch                                                                                                                                                            
modelexpedition max                                                                                                                                                                ***
modelexpedition platinum 4x4 gas                                                                                                                                                   .  
modelexpedition xlt                                                                                                                                                                   
modelexpedition xlt 4x4                                                                                                                                                               
modelexpedition xlt sport                                                                                                                                                          *  
modelexpedition xlt suv                                                                                                                                                            ** 
modelexplorer                                                                                                                                                                         
modelexplorer 4dr 114" wb xlt                                                                                                                                                         
modelexplorer 4x4                                                                                                                                                                     
modelexplorer 4x4 gas suv auto                                                                                                                                                        
modelexplorer eddie bauer 4wd                                                                                                                                                         
modelexplorer eddie bauer 4x4                                                                                                                                                         
modelexplorer eddie bauer leathe                                                                                                                                                      
modelexplorer hybrid limited                                                                                                                                                       ** 
modelexplorer limited                                                                                                                                                              .  
modelexplorer limited 4wd                                                                                                                                                             
modelexplorer sport                                                                                                                                                                   
modelexplorer sport 4x4                                                                                                                                                               
modelexplorer sport trac xlt                                                                                                                                                          
modelexplorer suv                                                                                                                                                                     
modelexplorer xlt                                                                                                                                                                     
modelexplorer xlt 4x4                                                                                                                                                              *  
modelexplorer xlt suv                                                                                                                                                                 
modelexpress                                                                                                                                                                          
modelexpress 2500                                                                                                                                                                     
modelexpress 2500 extended                                                                                                                                                            
modelexpress 3500 10' box truck                                                                                                                                                       
modelexpress cargo                                                                                                                                                                 *  
modelexpress cargo 3500                                                                                                                                                               
modelexpress cargo van                                                                                                                                                             .  
modelexpress commercial                                                                                                                                                            .  
modelexpress commercial cutaway                                                                                                                                                    ** 
modelexpress cutaway 3500                                                                                                                                                             
modelexpress g1500                                                                                                                                                                    
modelexpress passenger                                                                                                                                                                
modelf 250                                                                                                                                                                         *  
modelf 450                                                                                                                                                                         ***
modelf 650                                                                                                                                                                         ** 
modelf-1                                                                                                                                                                           ***
modelf-100                                                                                                                                                                         ***
modelf-150                                                                                                                                                                         *  
modelf-150 crew cab                                                                                                                                                                   
modelf-150 fx4                                                                                                                                                                     .  
modelf-150 fx4 4wd!crew cab                                                                                                                                                        *  
modelf-150 fx4 lifted crew ecoboost 3.5liter                                                                                                                                       ** 
modelf-150 king ranch 4x4 ecoboo                                                                                                                                                   *  
modelf-150 lariat                                                                                                                                                                  *  
modelf-150 lariat 4wd                                                                                                                                                              ***
modelf-150 lariat supercrew 5.                                                                                                                                                        
modelf-150 limited                                                                                                                                                                 .  
modelf-150 platinum crew cab 4x4                                                                                                                                                   *  
modelf-150 platinum**navi*cam*l                                                                                                                                                    ** 
modelf-150 super cab                                                                                                                                                                  
modelf-150 supercrew                                                                                                                                                               .  
modelf-150 supercrew 4x4 xlt                                                                                                                                                       *  
modelF-150 Supercrew SVT Raptor                                                                                                                                                    ***
modelf-150 xl                                                                                                                                                                      .  
modelf-150 xl 2dr standard cab                                                                                                                                                        
modelf-150 xl 4x4                                                                                                                                                                     
modelf-150 xl standard cab                                                                                                                                                            
modelf-150 xl supercrew                                                                                                                                                            .  
modelf-150 xlt                                                                                                                                                                     .  
modelf-150 xlt 4wd                                                                                                                                                                 *  
modelf-150 xlt 4wd supercrew                                                                                                                                                       *  
modelf-150 xlt 4wd supercrew 5.5' box                                                                                                                                              *  
modelf-150 xlt 4x4                                                                                                                                                                 *  
modelf-150 xlt sport supercrew                                                                                                                                                     ***
modelf-150 xltcrew cab                                                                                                                                                             *  
modelf-250                                                                                                                                                                         ***
modelf-250 4x4 service utility truck                                                                                                                                               *  
modelf-250 crew cab king ranch 4x4                                                                                                                                                 ***
modelf-250 sd                                                                                                                                                                      ** 
modelf-250 super duty                                                                                                                                                              ** 
modelf-250 super duty 4x2 2dr re                                                                                                                                                   *  
modelf-250 super duty super duty                                                                                                                                                   ** 
modelf-250 super duty xlt                                                                                                                                                          ***
modelf-250 super duty xlt 4dr crew cab xlt                                                                                                                                         *  
modelf-250 supercab                                                                                                                                                                *  
modelf-250 supert duty xlt                                                                                                                                                            
modelf-250 xlt                                                                                                                                                                        
modelf-350                                                                                                                                                                         ***
modelf-350 crew cab dump bed 4x4 drw                                                                                                                                               ***
modelf-350 crew cab lariat 4x4                                                                                                                                                     ***
modelf-350 crew cab lariat 4x4 drw                                                                                                                                                 ***
modelf-350 ext cab xl 4x4                                                                                                                                                          *  
modelf-350 super duty                                                                                                                                                              *  
modelf-350 super duty 4x2 2dr re                                                                                                                                                   *  
modelf-350 super duty crew cab xlt 6.7 liter                                                                                                                                       ***
modelf-350 super duty lariat                                                                                                                                                       ***
modelf-350 super duty super duty                                                                                                                                                   ** 
modelf-350 superduty lariat crew drw                                                                                                                                               ***
modelf-350 superduty xlt drw 6.7 liter diesel                                                                                                                                      ***
modelf-350 xl                                                                                                                                                                         
modelf-350 xl super duty                                                                                                                                                              
modelf-350 xlt                                                                                                                                                                     ***
modelf-350 xlt 4x4                                                                                                                                                                    
modelf-350 xlt power stroke                                                                                                                                                           
modelf-350 xlt stake bed                                                                                                                                                           ***
modelf-350sd xl                                                                                                                                                                       
modelf-450                                                                                                                                                                         *  
modelf-450 sd 41 foot 4x4 3 point                                                                                                                                                  ** 
modelf-450 super duty                                                                                                                                                                 
modelf-450sd                                                                                                                                                                       .  
modelf-550                                                                                                                                                                         ***
modelf-550 4x4 flatbed                                                                                                                                                             *  
modelf-550 super duty                                                                                                                                                              .  
modelf-550sd                                                                                                                                                                       *  
modelf-750                                                                                                                                                                         ***
modelf-pace                                                                                                                                                                        *  
modelf-pace 20d premium sport                                                                                                                                                      .  
modelf-pace 20d prestige sport                                                                                                                                                     .  
modelf-pace 25t prestige sport                                                                                                                                                     *  
modelf-pace 35t r-sport                                                                                                                                                            ** 
modelf-type coupe 2d                                                                                                                                                               *  
modelf-type v8 s                                                                                                                                                                   ** 
modelf100                                                                                                                                                                             
modelf100 pickup                                                                                                                                                                   ** 
modelf150                                                                                                                                                                             
modelf150 4x4                                                                                                                                                                         
modelf150 fx4                                                                                                                                                                         
modelf150 fx4 4x4                                                                                                                                                                     
modelf150 fx4 4x4 1/2 ton gas                                                                                                                                                      *  
modelf150 king ranch                                                                                                                                                                  
modelf150 king ranch fx4 4x4 gas                                                                                                                                                   ** 
modelf150 lariat                                                                                                                                                                      
modelf150 lariat 4wd                                                                                                                                                               ***
modelf150 lariat fx4 4x4 1/2 ton                                                                                                                                                   ***
modelf150 limited 4x4 half ton                                                                                                                                                     ***
modelf150 platinum                                                                                                                                                                    
modelf150 platinum 4x4 1/2 ton                                                                                                                                                     ***
modelf150 platinum fx4 4x4 gas                                                                                                                                                     ** 
modelf150 regular cab                                                                                                                                                                 
modelf150 regular cab xl pickup                                                                                                                                                       
modelf150 stx                                                                                                                                                                         
modelf150 stx 4x4 half ton gas                                                                                                                                                     ** 
modelf150 super cab                                                                                                                                                                   
modelf150 super cab lariat                                                                                                                                                         *  
modelf150 super cab xl pickup 4d                                                                                                                                                      
modelf150 super cab xlt pickup                                                                                                                                                     *  
modelf150 supercab xlt                                                                                                                                                                
modelf150 supercab xlt 4x4                                                                                                                                                            
modelf150 supercrew                                                                                                                                                                   
modelf150 supercrew cab                                                                                                                                                               
modelf150 supercrew cab fx4                                                                                                                                                        *  
modelf150 supercrew cab lariat                                                                                                                                                     ** 
modelf150 supercrew cab xl                                                                                                                                                         *  
modelf150 supercrew cab xlt                                                                                                                                                        *  
modelf150 svt lightning                                                                                                                                                            ** 
modelf150 xl                                                                                                                                                                          
modelf150 xlt                                                                                                                                                                      *  
modelf150 xlt 4wd                                                                                                                                                                     
modelf150 xlt 4wd f-150 4x4                                                                                                                                                        *  
modelf150 xlt 4x4                                                                                                                                                                     
modelf150 xlt 4x4 half ton gas                                                                                                                                                     .  
modelf150 xlt fx4                                                                                                                                                                     
modelf150 xlt fx4 4x4 half ton                                                                                                                                                     ** 
modelf150 xlt sport 4x4 half ton                                                                                                                                                   ** 
modelf150 xlt sport crew                                                                                                                                                           *  
modelf150 xlt supercrew                                                                                                                                                            *  
modelf150 xlt triton v8                                                                                                                                                               
modelf150 xlt xtr 4x4 half ton                                                                                                                                                     *  
modelf250                                                                                                                                                                          ***
modelf250 4wd                                                                                                                                                                      ***
modelf250 4x4                                                                                                                                                                      ** 
modelf250 4x4 diesel crew cab                                                                                                                                                      ***
modelf250 7.3 diesel                                                                                                                                                                  
modelf250 crew cab long bed                                                                                                                                                        *  
modelf250 diesel                                                                                                                                                                   .  
modelf250 ext cab 4x4                                                                                                                                                              .  
modelf250 lariat                                                                                                                                                                   *  
modelf250 lariat 4x4 diesel                                                                                                                                                        ***
modelf250 platinum 4x4                                                                                                                                                             ***
modelf250 sd xlt                                                                                                                                                                   ** 
modelf250 super duty                                                                                                                                                               .  
modelf250 super duty 4x4                                                                                                                                                           ** 
modelf250 super duty 4x4 diesel                                                                                                                                                    *  
modelf250 super duty crew cab                                                                                                                                                      ***
modelf250 super duty diesel                                                                                                                                                        *  
modelf250 super duty lariat                                                                                                                                                        ***
modelf250 super duty platinum                                                                                                                                                      ***
modelf250 super duty regular cab                                                                                                                                                   ** 
modelf250 super duty super cab                                                                                                                                                     ** 
modelf250 super duty xlt                                                                                                                                                           ** 
modelf250 xlt                                                                                                                                                                      .  
modelf350                                                                                                                                                                          ** 
modelf350 crew cab                                                                                                                                                                 .  
modelf350 deisel powerstroke xlt                                                                                                                                                   ** 
modelf350 diesel                                                                                                                                                                      
modelf350 drw 4x4                                                                                                                                                                  ***
modelf350 dually                                                                                                                                                                   ** 
modelf350 dump truck                                                                                                                                                               ***
modelf350 lariat                                                                                                                                                                   *  
modelf350 lariat srw 4x4                                                                                                                                                           ** 
modelf350 super duty                                                                                                                                                               *  
modelf350 super duty 4x4                                                                                                                                                           ***
modelf350 super duty crew cab                                                                                                                                                      ** 
modelf350 super duty larait                                                                                                                                                        ***
modelf350 work truck                                                                                                                                                                  
modelf350 xl                                                                                                                                                                          
modelf350 xl fx4 4x4 one ton                                                                                                                                                       ***
modelf450 super duty                                                                                                                                                               .  
modelf450 xl                                                                                                                                                                          
modelf450sd                                                                                                                                                                        ***
modelf50                                                                                                                                                                           .  
modelf550                                                                                                                                                                          ***
modelf550 4x4 crew cab                                                                                                                                                             ***
modelf550 lariat                                                                                                                                                                      
modelf550 super duty                                                                                                                                                               ** 
modelf550 super duty crew cab & chassis                                                                                                                                            ***
modelf550 xl                                                                                                                                                                       ***
modelf650                                                                                                                                                                          ** 
modelf650 super duty                                                                                                                                                               ** 
modelf750                                                                                                                                                                          ** 
modelf750 xl                                                                                                                                                                       ** 
modelfairlane                                                                                                                                                                      ***
modelfalcon wagon                                                                                                                                                                  ***
modelfh 100 box truck                                                                                                                                                              *  
modelfiesta                                                                                                                                                                           
modelfiesta s                                                                                                                                                                         
modelfiesta se                                                                                                                                                                        
modelfiesta se hatchback                                                                                                                                                              
modelfiesta se sedan 4d                                                                                                                                                               
modelfirebird                                                                                                                                                                      .  
modelfirebird trans-am                                                                                                                                                             *  
modelfit                                                                                                                                                                              
modelfit ex hatchback 4d                                                                                                                                                              
modelfive hundred                                                                                                                                                                     
modelfive hundred sel                                                                                                                                                                 
modelfj cruiser                                                                                                                                                                    ***
modelfj cruiser 4x4                                                                                                                                                                *  
modelfj cruiser base                                                                                                                                                               *  
modelflex                                                                                                                                                                             
modelflex se sport utility 4d                                                                                                                                                         
modelflex sel                                                                                                                                                                         
modelflex sel awd                                                                                                                                                                     
modelfocus                                                                                                                                                                            
modelfocus electric 3u                                                                                                                                                             .  
modelfocus electric hatchback 4d                                                                                                                                                      
modelfocus rs awd gas hatchback                                                                                                                                                    ** 
modelfocus se                                                                                                                                                                         
modelfocus se automatic                                                                                                                                                               
modelfocus se fwd gas sedan auto                                                                                                                                                      
modelfocus se hatchback                                                                                                                                                               
modelfocus se sedan                                                                                                                                                                   
modelfocus se sedan 4d                                                                                                                                                                
modelfocus se!                                                                                                                                                                        
modelfocus sel                                                                                                                                                                        
modelfocus ses                                                                                                                                                                        
modelfocus st                                                                                                                                                                         
modelfocus st hatchback 4d                                                                                                                                                            
modelfocus titanium                                                                                                                                                                   
modelfocus titanium hatchback 4d                                                                                                                                                      
modelfocus wagon zxw                                                                                                                                                                  
modelfocus zx4                                                                                                                                                                        
modelfocus zx5                                                                                                                                                                        
modelFord.cope                                                                                                                                                                     ***
modelFORD/EXPLORER                                                                                                                                                                    
modelforde450                                                                                                                                                                         
modelforester                                                                                                                                                                         
modelforester (natl)                                                                                                                                                                  
modelforester 2.5 x                                                                                                                                                                   
modelforester 2.5i                                                                                                                                                                    
modelforester 2.5i premium                                                                                                                                                            
modelforester 2.5i premium awd                                                                                                                                                        
modelforester 2.5i sport                                                                                                                                                              
modelforester 2.5x                                                                                                                                                                    
modelforester 2.5x premium                                                                                                                                                            
modelforester 2.5x premium awd                                                                                                                                                        
modelforester premium awd                                                                                                                                                             
modelforester x                                                                                                                                                                       
modelforte                                                                                                                                                                            
modelforte ex                                                                                                                                                                         
modelforte fe sedan 4d                                                                                                                                                                
modelforte koup                                                                                                                                                                       
modelforte koup ex coupe 2d                                                                                                                                                           
modelforte koup sx coupe 2d                                                                                                                                                           
modelforte lx                                                                                                                                                                         
modelforte lx sedan 4d                                                                                                                                                                
modelforte lxs                                                                                                                                                                        
modelforte sx                                                                                                                                                                         
modelfreestar                                                                                                                                                                         
modelfreestar ses                                                                                                                                                                     
modelfreestyle limited                                                                                                                                                                
modelFreighliner                                                                                                                                                                   ***
modelfreightliner                                                                                                                                                                  *  
modelFREIGHTLINER                                                                                                                                                                  ***
modelfreightliner bus                                                                                                                                                                 
modelfreightliner cascadia                                                                                                                                                         ***
modelFREIGHTLINER CASCADIA                                                                                                                                                         ***
modelfreightliner fl70                                                                                                                                                             ***
modelFreightliner M-Line Walk-in Van                                                                                                                                               ***
modelfreightliner m2                                                                                                                                                                  
modelFreightliner M2                                                                                                                                                               ***
modelFreightliner M2 106                                                                                                                                                           ***
modelFreightliner ms 106                                                                                                                                                           *  
modelFreightliner MT55                                                                                                                                                             ***
modelFREIGHTLINER THOMAS                                                                                                                                                              
modelfrontier                                                                                                                                                                         
modelfrontier 4x4                                                                                                                                                                     
modelfrontier 4x4 ext cab                                                                                                                                                             
modelfrontier crew cab                                                                                                                                                                
modelfrontier crew cab pro-4x                                                                                                                                                      .  
modelfrontier crew cab sv                                                                                                                                                             
modelfrontier king cab s                                                                                                                                                              
modelfrontier se                                                                                                                                                                   .  
modelfrontier standard                                                                                                                                                                
modelfrontier sv 85k ml.1owner well maint clean car-fax toolbox                                                                                                                       
modelfrontier sv crew cab                                                                                                                                                             
modelftype s british design                                                                                                                                                        ***
modelfusion                                                                                                                                                                           
modelfusion energi                                                                                                                                                                    
modelfusion hybrid                                                                                                                                                                    
modelfusion hybrid se                                                                                                                                                                 
modelfusion r4511                                                                                                                                                                     
modelfusion s                                                                                                                                                                         
modelfusion se                                                                                                                                                                        
modelfusion se 4dr sedan                                                                                                                                                              
modelfusion se v6                                                                                                                                                                     
modelfusion se w / navigation                                                                                                                                                         
modelfusion sel                                                                                                                                                                       
modelfusion titanium                                                                                                                                                                  
modelfuso                                                                                                                                                                             
modelfuso fe160                                                                                                                                                                    *  
modelfuso fh211                                                                                                                                                                    ***
modelFuso Mk                                                                                                                                                                          
modelfx35                                                                                                                                                                             
modelfx37                                                                                                                                                                             
modelg 37c                                                                                                                                                                            
modelg g37 convertible 2d                                                                                                                                                             
modelg g37 journey sedan 4d                                                                                                                                                           
modelg g37x sedan 4d                                                                                                                                                                  
modelg sedan                                                                                                                                                                          
modelg-6                                                                                                                                                                              
modelg-series                                                                                                                                                                         
modelg35                                                                                                                                                                              
modelg37 sedan                                                                                                                                                                        
modelg37x                                                                                                                                                                             
modelg37x awd                                                                                                                                                                         
modelg550                                                                                                                                                                          ***
modelg6                                                                                                                                                                               
modelg6 gt                                                                                                                                                                            
modelg63                                                                                                                                                                              
modelg8                                                                                                                                                                            .  
modelg8 gt                                                                                                                                                                            
modelgalaxie                                                                                                                                                                       ***
modelgalaxie 500                                                                                                                                                                   ***
modelgazelle                                                                                                                                                                       *  
modelgenesis                                                                                                                                                                          
modelgenesis 3.8 sedan 4d                                                                                                                                                             
modelgenesis 3.8l                                                                                                                                                                     
modelgenesis coupe 3.8                                                                                                                                                                
modelgenesis coupe 3.8 2d                                                                                                                                                             
modelGenesis G70 2.0T Advanced Sedan                                                                                                                                               .  
modelGenesis G70 2.0T Sedan 4D                                                                                                                                                        
modelGenesis G70 3.3T Advanced Sedan                                                                                                                                               *  
modelGenesis G70 3.3T Dynamic Edition                                                                                                                                              ** 
modelGenesis G80                                                                                                                                                                      
modelGENESIS G80                                                                                                                                                                   .  
modelGenesis G80 3.8 Sedan 4D                                                                                                                                                         
modelGenesis G90 3.3T Premium Sedan                                                                                                                                                *  
modelGenesis G90 5.0 Ultimate Sedan                                                                                                                                                ***
modelgl-class                                                                                                                                                                         
modelgl450 4matic 4wd l                                                                                                                                                               
modelgl450 4matic awd                                                                                                                                                                 
modelgla                                                                                                                                                                              
modelgla 250 4matic                                                                                                                                                                   
modelgla-class                                                                                                                                                                        
modelgla-class gla 45                                                                                                                                                              *  
modelgladiator                                                                                                                                                                     ***
modelgladiator overland pickup                                                                                                                                                     ** 
modelGladiator Spartan                                                                                                                                                             ** 
modelgladiator sport pickup 4d 5                                                                                                                                                   *  
modelglc                                                                                                                                                                              
modelglc 300 4matic awd                                                                                                                                                            .  
modelglc 300 sport                                                                                                                                                                    
modelglc-class                                                                                                                                                                     .  
modelgle                                                                                                                                                                           ** 
modelgle 350                                                                                                                                                                       ** 
modelgle 350 4matic                                                                                                                                                                *  
modelgle 350 sport                                                                                                                                                                 .  
modelgle 400                                                                                                                                                                       *  
modelgli                                                                                                                                                                              
modelglk                                                                                                                                                                              
modelglk 350                                                                                                                                                                          
modelglk-class                                                                                                                                                                        
modelglk350 4matic awd                                                                                                                                                                
modelgls 450 4matic                                                                                                                                                                ***
modelgls 450 sport                                                                                                                                                                 ** 
modelgls 550 sport                                                                                                                                                                 ***
modelgls new beetle convertible                                                                                                                                                       
modelgls-class                                                                                                                                                                     ***
modelGMC, Ford, Freightliner & More                                                                                                                                                *  
modelGMC* SIERRA                                                                                                                                                                   .  
modelgolf 1.4t tsi                                                                                                                                                                    
modelgolf 2.5l pzev                                                                                                                                                                   
modelgolf alltrack                                                                                                                                                                    
modelgolf gti                                                                                                                                                                         
modelgolf gti s                                                                                                                                                                       
modelgolf gti s hatchback                                                                                                                                                             
modelgolf gti se hatchback                                                                                                                                                            
modelgolf r                                                                                                                                                                        .  
modelgolf s                                                                                                                                                                           
modelgolf sportwagen                                                                                                                                                                  
modelgolf sportwagen tdi                                                                                                                                                              
modelgolf sportwagen tsi s                                                                                                                                                            
modelgolf tdi sel                                                                                                                                                                     
modelgrand am                                                                                                                                                                         
modelgrand can                                                                                                                                                                        
modelgrand caravan                                                                                                                                                                    
modelgrand caravan american value package                                                                                                                                             
modelgrand caravan passenger                                                                                                                                                          
modelgrand caravan r/t                                                                                                                                                                
modelgrand caravan se                                                                                                                                                                 
modelgrand caravan sxt                                                                                                                                                                
modelgrand caravan sxt wheelch                                                                                                                                                        
modelgrand caravan sxt wheelcha                                                                                                                                                       
modelgrand caravan wheelchair                                                                                                                                                         
modelgrand cherokee                                                                                                                                                                .  
modelgrand cherokee 4dr laredo 4wd                                                                                                                                                    
modelgrand cherokee 4x4                                                                                                                                                               
modelgrand cherokee high                                                                                                                                                              
modelgrand cherokee laredo                                                                                                                                                            
modelgrand cherokee laredo 4x4                                                                                                                                                        
modelgrand cherokee laredo 4x4 1owner well maint*new wheels*deliver 2u                                                                                                                
modelgrand cherokee laredo e                                                                                                                                                          
modelgrand cherokee laredo sport                                                                                                                                                      
modelgrand cherokee laredo x                                                                                                                                                          
modelgrand cherokee limited                                                                                                                                                           
modelgrand cherokee limited 4x4                                                                                                                                                       
modelgrand cherokee overland                                                                                                                                                          
modelgrand cherokee srt8                                                                                                                                                           *  
modelgrand marquis                                                                                                                                                                    
modelgrand marquis ls                                                                                                                                                                 
modelgrand prix                                                                                                                                                                       
modelgrand wagoneer                                                                                                                                                                ** 
modelgs                                                                                                                                                                               
modelgs 300                                                                                                                                                                           
modelgs 350                                                                                                                                                                           
modelgs 350 awd                                                                                                                                                                       
modelgs 350 sedan 4d                                                                                                                                                                  
modelgs300                                                                                                                                                                            
modelgs300 awd                                                                                                                                                                        
modelgs400                                                                                                                                                                            
modelgt premium 2,200 miles                                                                                                                                                        ** 
modelgti                                                                                                                                                                              
modelgti wolfsburg edition                                                                                                                                                            
modelgto                                                                                                                                                                           ***
modelgx                                                                                                                                                                            *  
modelgx 460                                                                                                                                                                        *  
modelgx 470 4dr suv 2-owner arizona gx*rust&accident free*new timing belt&water pump*new bilstein lift*new wheels&tires* immaculate shape*all books and keys*all records since new *  
modelgx470                                                                                                                                                                            
modelH1 HUMMVEE                                                                                                                                                                    ** 
modelhardtop 2 door cooper s                                                                                                                                                          
modelhardtop 2 door john cooper                                                                                                                                                       
modelhardtop 4 door cooper                                                                                                                                                            
modelhardtop john cooper works                                                                                                                                                        
modelhhr                                                                                                                                                                              
modelhhr lt                                                                                                                                                                           
modelhhr lt cruiser equinox                                                                                                                                                           
modelhigh sierra pickup                                                                                                                                                               
modelhigh top conversion van g1500 cash only                                                                                                                                          
modelhighlander                                                                                                                                                                       
modelhighlander 4x4 v6                                                                                                                                                                
modelhighlander awd                                                                                                                                                                   
modelhighlander base plus                                                                                                                                                             
modelhighlander hybrid                                                                                                                                                                
modelhighlander le                                                                                                                                                                    
modelhighlander le - awd suv - local - clean car fax                                                                                                                                  
modelhighlander le sport                                                                                                                                                           .  
modelhighlander limited                                                                                                                                                               
modelhighlander sport                                                                                                                                                                 
modelhighlander v6 limted                                                                                                                                                             
modelhighlander xle sport                                                                                                                                                             
modelhighlander xle v6 awd (natl)                                                                                                                                                     
modelHino 268                                                                                                                                                                      ***
modelhomda odyssey                                                                                                                                                                    
modelHONDA* CIVIC*                                                                                                                                                                    
modelHONDA/CIVIC                                                                                                                                                                      
modelhot rod                                                                                                                                                                       ***
modelhr-v                                                                                                                                                                             
modelhr-v ex-l                                                                                                                                                                        
modelhs 250 premium                                                                                                                                                                   
modelhse                                                                                                                                                                              
modelhse 4x4 s                                                                                                                                                                        
modelHummer H2                                                                                                                                                                     ***
modelHUMMER H2                                                                                                                                                                        
modelHUMMER H2 SUT                                                                                                                                                                 ** 
modelhummer h3                                                                                                                                                                        
modelHummer H3                                                                                                                                                                        
modelhundai elantra                                                                                                                                                                   
modelHupmobile                                                                                                                                                                     ***
modelHyundia Accent                                                                                                                                                                   
modelhyundia tucson                                                                                                                                                                   
modeli3 base w/range extender                                                                                                                                                         
modeli3 hatchback 4d                                                                                                                                                                  
modeli3 rex                                                                                                                                                                           
modeli30                                                                                                                                                                              
modeli35                                                                                                                                                                              
modeli8                                                                                                                                                                            ***
modelIC Corporation                                                                                                                                                                ** 
modelilx                                                                                                                                                                              
modelilx 2.0l                                                                                                                                                                         
modelilx 2.0l sedan 4d                                                                                                                                                                
modelilx premium pkg sedan 4d                                                                                                                                                         
modelilx sedan 4d                                                                                                                                                                     
modelilx special edition sedan                                                                                                                                                        
modelilx technology and a-spec                                                                                                                                                        
modelimpala                                                                                                                                                                           
modelimpala limited                                                                                                                                                                   
modelimpala ls                                                                                                                                                                        
modelimpala lt                                                                                                                                                                        
modelimpala lt sedan 4d                                                                                                                                                               
modelimpala ltz sedan 4d                                                                                                                                                              
modelimpala premier                                                                                                                                                                   
modelimpala premier sedan                                                                                                                                                             
modelimpreza                                                                                                                                                                          
modelimpreza 2.0i awd                                                                                                                                                                 
modelimpreza 2.0i limited                                                                                                                                                             
modelimpreza 2.0i premium                                                                                                                                                             
modelimpreza 2.0i premium 5-door cvt                                                                                                                                               ***
modelimpreza 2.5i                                                                                                                                                                     
modelimpreza 2.5ts                                                                                                                                                                    
modelimpreza outback sport                                                                                                                                                            
modelimpreza sedan wrx                                                                                                                                                                
modelimpreza wagon                                                                                                                                                                    
modelimpreza wrx                                                                                                                                                                      
modelimpreza wrx hatchback                                                                                                                                                            
modelimpreza wrx limited sedan                                                                                                                                                        
modelimpreza wrx sti                                                                                                                                                                  
modelimpreza wrx sti sedan 4d                                                                                                                                                      .  
modelimpreza wrx sti sedan only 80k heated seats 1 owner                                                                                                                              
modelinsight ex 4dr hatchback                                                                                                                                                         
modelinsight lx                                                                                                                                                                       
modelinternational                                                                                                                                                                 *  
modelINTERNATIONAL 2654                                                                                                                                                            .  
modelinternational 4300                                                                                                                                                               
modelInternational 4300                                                                                                                                                            ***
modelinternational 4400                                                                                                                                                            *  
modelinternational 4700                                                                                                                                                            ** 
modelInternational Box Truck                                                                                                                                                       ***
modelInternational Crew cab                                                                                                                                                        ***
modelInternational durastar 4300                                                                                                                                                   ** 
modelInternational F650                                                                                                                                                            ***
modelInternational Harvester L120                                                                                                                                                  ***
modelInternational Oil Filed Truck                                                                                                                                                    
modelinternational prostar                                                                                                                                                         ***
modelInternational S-1900                                                                                                                                                          ** 
modelInternational shuttle bus                                                                                                                                                        
modelInternational TerraStar                                                                                                                                                       ***
modelion                                                                                                                                                                              
modelioniq electric                                                                                                                                                                   
modelioniq hybrid sel                                                                                                                                                                 
modelioniq plug-in hybrid                                                                                                                                                             
modelis                                                                                                                                                                               
modelis 200t sedan 4d                                                                                                                                                                 
modelis 250                                                                                                                                                                           
modelis 250 4dr sport sdn auto                                                                                                                                                        
modelis 250 awd                                                                                                                                                                       
modelis 250 crafted line sedan                                                                                                                                                        
modelis 250 is250 350 is350                                                                                                                                                           
modelis 250 sedan 4d                                                                                                                                                                  
modelis 300                                                                                                                                                                           
modelis 300 sedan 4d                                                                                                                                                                  
modelis 350 f sport sedan 4d                                                                                                                                                       ** 
modelis 350 sedan 4d                                                                                                                                                                  
modelis250 awd                                                                                                                                                                        
modelIsuzu Box Truck                                                                                                                                                                  
modelIsuzu DSL REG AT                                                                                                                                                              *  
modelIsuzu HTR                                                                                                                                                                     *  
modelisuzu npr                                                                                                                                                                     *  
modelIsuzu NPR                                                                                                                                                                     *  
modelisuzu npr hd                                                                                                                                                                     
modelIsuzu NPR HD                                                                                                                                                                  ** 
modelIsuzu NPR HD GAS CREW                                                                                                                                                         .  
modelisuzu NQR                                                                                                                                                                     *  
modelIsuzu NRR                                                                                                                                                                     ***
modelISUZU NRR                                                                                                                                                                     ** 
modelIsuzu Rodeo                                                                                                                                                                      
modelIsuzu Trooper                                                                                                                                                                    
modelisuzu trooper ls                                                                                                                                                                 
modelIsuzu Trooper S                                                                                                                                                                  
modelizuzu npr                                                                                                                                                                        
modeljetta                                                                                                                                                                            
modeljetta 1.4t s sedan                                                                                                                                                               
modeljetta 1.4t s sedan 4d                                                                                                                                                            
modeljetta 1.4t sel                                                                                                                                                                   
modeljetta gli 35th                                                                                                                                                                   
modeljetta gli autobahn                                                                                                                                                               
modeljetta gli fwd gas                                                                                                                                                                
modeljetta gls                                                                                                                                                                        
modeljetta s                                                                                                                                                                          
modeljetta se                                                                                                                                                                         
modeljetta sedan                                                                                                                                                                      
modeljetta sedan 4dr auto limited pzev                                                                                                                                                
modeljetta sportwagen 2.0l                                                                                                                                                            
modeljetta sportwagen tdi                                                                                                                                                             
modeljetta tdi                                                                                                                                                                        
modeljetta tsi                                                                                                                                                                        
modeljetta wagon                                                                                                                                                                      
modeljimmy                                                                                                                                                                            
modeljourney                                                                                                                                                                          
modeljourney crossroad plus                                                                                                                                                           
modeljourney r/t                                                                                                                                                                      
modeljourney r/t sport utility                                                                                                                                                        
modeljourney se                                                                                                                                                                       
modeljourney se value sport                                                                                                                                                           
modeljourney sxt                                                                                                                                                                      
modeljuke                                                                                                                                                                             
modeljuke s turbo                                                                                                                                                                     
modeljx jx35 sport utility                                                                                                                                                            
modeljx35                                                                                                                                                                             
modelk20                                                                                                                                                                           ** 
modelk5 blazer                                                                                                                                                                     .  
modelk900 luxury sedan 4d                                                                                                                                                          .  
modelkarmann ghia                                                                                                                                                                  ***
modelKenworth T3 Series DUMP                                                                                                                                                       ***
modelKenworth T370                                                                                                                                                                 ** 
modelkenworth t600                                                                                                                                                                 ***
modelKenworth T680                                                                                                                                                                 ***
modelkenworth t800                                                                                                                                                                 ** 
modelkicks                                                                                                                                                                            
modelkit car                                                                                                                                                                       ** 
modelkona                                                                                                                                                                             
modelkona electric ultimate                                                                                                                                                        .  
modell-100                                                                                                                                                                            
modellacrosse                                                                                                                                                                         
modellacrosse cx                                                                                                                                                                      
modellacrosse sx                                                                                                                                                                      
modellacrosse touring                                                                                                                                                                 
modellancer                                                                                                                                                                           
modellancer es                                                                                                                                                                        
modelland cruiser                                                                                                                                                                  ***
modelland cruiser fj80                                                                                                                                                             ***
modelland cruiser hdj81 - 80 series                                                                                                                                                ***
modellandcruiser                                                                                                                                                                   ** 
modellaramoi long horn                                                                                                                                                                
modellcf                                                                                                                                                                              
modelle baron                                                                                                                                                                         
modelleaf                                                                                                                                                                             
modelleaf s hatchback 4d                                                                                                                                                              
modelleaf sl                                                                                                                                                                          
modelleaf sv hatchback 4d                                                                                                                                                             
modellegacy                                                                                                                                                                           
modellegacy 2.5i                                                                                                                                                                      
modellegacy 2.5i limited                                                                                                                                                              
modellegacy 2.5i limited awd                                                                                                                                                          
modellegacy 2.5i limited sedan                                                                                                                                                        
modellegacy 2.5i premium                                                                                                                                                              
modellegacy 2.5i premium sedan                                                                                                                                                        
modellegacy 3.6r limited                                                                                                                                                              
modellegacy 3.6r limited sedan                                                                                                                                                        
modellegacy awd 4dr. sedan                                                                                                                                                            
modellegacy gt                                                                                                                                                                        
modellegacy outback                                                                                                                                                                   
modellegacy premium                                                                                                                                                                   
modellemans                                                                                                                                                                        ***
modellesabre                                                                                                                                                                          
modelliberty                                                                                                                                                                          
modelliberty 4x4                                                                                                                                                                      
modelliberty 65 4x4                                                                                                                                                                   
modelliberty crd                                                                                                                                                                      
modelliberty limited 4wd                                                                                                                                                              
modelliberty renegade                                                                                                                                                                 
modelliberty sport                                                                                                                                                                    
modelliberty sport 4x4                                                                                                                                                                
modellifted cherokee trailhawk                                                                                                                                                     .  
modellifted f150 xlt 4x4 1/2 ton                                                                                                                                                   ***
modellifted tacoma trd off 4x4                                                                                                                                                     ** 
modellifted tundra platinum                                                                                                                                                        ***
modellifted wrangler sport 4x4                                                                                                                                                        
modellifted wrangler unlimited                                                                                                                                                     ** 
modellightning                                                                                                                                                                     *  
modellimited                                                                                                                                                                          
modellimo                                                                                                                                                                             
modellimousine                                                                                                                                                                        
modellr2                                                                                                                                                                              
modellr4                                                                                                                                                                              
modellr4 hse                                                                                                                                                                          
modells                                                                                                                                                                               
modells 430                                                                                                                                                                           
modells 460                                                                                                                                                                           
modells 460 crafted line sedan                                                                                                                                                     *  
modells 460 f sport                                                                                                                                                                ** 
modells 460 l sedan 4d                                                                                                                                                             ** 
modells 460 rwd                                                                                                                                                                       
modells 460 sedan 4d                                                                                                                                                               ** 
modells v8                                                                                                                                                                            
modells400                                                                                                                                                                            
modells460                                                                                                                                                                            
modellucerne                                                                                                                                                                          
modellucerne cxl                                                                                                                                                                      
modellucerne cxs                                                                                                                                                                      
modellucerne super                                                                                                                                                                    
modellumina                                                                                                                                                                           
modellx                                                                                                                                                                            *  
modellx 470                                                                                                                                                                        ** 
modelm m37x sedan 4d                                                                                                                                                                  
modelm m56 sedan 4d                                                                                                                                                                   
modelm-class                                                                                                                                                                          
modelm3                                                                                                                                                                            ** 
modelm3 convertible 2d                                                                                                                                                             *  
modelm3 coupe                                                                                                                                                                      ** 
modelm3 coupe 2d                                                                                                                                                                   ***
modelm3 sedan                                                                                                                                                                         
modelm35                                                                                                                                                                              
modelm35x                                                                                                                                                                             
modelm37x                                                                                                                                                                             
modelm5                                                                                                                                                                            ** 
modelm6                                                                                                                                                                            *  
modelm6 coupe 4d                                                                                                                                                                   ***
modelm6 gran coupe                                                                                                                                                                 ***
modelMA                                                                                                                                                                               
modelmacan                                                                                                                                                                         ***
modelmacan turbo                                                                                                                                                                   ***
modelmacan turbo awd crossove                                                                                                                                                      ** 
modelmalibu                                                                                                                                                                           
modelmalibu 2lt                                                                                                                                                                       
modelmalibu eco                                                                                                                                                                       
modelmalibu limited                                                                                                                                                                   
modelmalibu limited ls                                                                                                                                                                
modelmalibu limited ltz                                                                                                                                                               
modelmalibu ls                                                                                                                                                                        
modelmalibu ls sedan 4d                                                                                                                                                               
modelmalibu lt                                                                                                                                                                        
modelmalibu lt turbo                                                                                                                                                                  
modelmalibu maxx                                                                                                                                                                      
modelmariner                                                                                                                                                                          
modelMark III                                                                                                                                                                      ***
modelmark lt                                                                                                                                                                          
modelmaserati                                                                                                                                                                      ***
modelMaserati Ghibli                                                                                                                                                               .  
modelMASERATI GHIBLI                                                                                                                                                               .  
modelMaserati Ghibli S Q4                                                                                                                                                          ** 
modelMASERATI GRANTURISMO                                                                                                                                                          ** 
modelMaserati GranTurismo S                                                                                                                                                        ** 
modelMaserati GranTursimo S                                                                                                                                                        ***
modelMaserati LEVANTE LUXURY                                                                                                                                                       ** 
modelmatrix                                                                                                                                                                           
modelmatrix s awd                                                                                                                                                                     
modelmaxima                                                                                                                                                                           
modelmaxima s                                                                                                                                                                         
modelmaxima se                                                                                                                                                                        
modelmaxima sv sedan 4d                                                                                                                                                               
modelmazda2 sport                                                                                                                                                                     
modelmazda3                                                                                                                                                                           
modelmazda3 4-door                                                                                                                                                                    
modelMAZDA3 GRAND TOURING SEDAN                                                                                                                                                       
modelmazda3 hatchback 4d                                                                                                                                                              
modelmazda3 i                                                                                                                                                                         
modelmazda3 i grand touring                                                                                                                                                           
modelmazda3 i sport                                                                                                                                                                   
modelmazda3 sport                                                                                                                                                                     
modelmazda5                                                                                                                                                                           
modelmazda5 grand touring                                                                                                                                                             
modelmazda6                                                                                                                                                                           
modelmazda6 grand touring                                                                                                                                                             
modelMB SL400                                                                                                                                                                      ** 
modelmdx                                                                                                                                                                              
modelmdx 9-spd at w/tech package                                                                                                                                                   .  
modelmdx advance pkg sport                                                                                                                                                         *  
modelmdx awd tech pkg                                                                                                                                                                 
modelmdx sh-awd sport utility                                                                                                                                                      *  
modelmdx sh-awd w/advance pkg                                                                                                                                                      *  
modelmdx sh-awd w/tech                                                                                                                                                                
modelmdx sh-awd w/technology                                                                                                                                                       ** 
modelmdx sport utility 4d                                                                                                                                                             
modelmdx technology pkg sport                                                                                                                                                      ** 
modelmercedes-amg                                                                                                                                                                  ***
modelmercedes-amg cla                                                                                                                                                              *  
modelMercedez Benz E320                                                                                                                                                               
modelmetris passenger                                                                                                                                                              .  
modelmiata                                                                                                                                                                            
modelmilan                                                                                                                                                                            
modelmilan premier                                                                                                                                                                    
modelmilan premier awd                                                                                                                                                                
modelmirage                                                                                                                                                                           
modelmirage es hatchback                                                                                                                                                              
modelmirage g4                                                                                                                                                                        
modelmirage g4 es sedan 4d                                                                                                                                                            
modelmkc                                                                                                                                                                              
modelmks                                                                                                                                                                              
modelmkt                                                                                                                                                                              
modelmkx                                                                                                                                                                              
modelmkx reserve sport                                                                                                                                                                
modelmkx select sport utility                                                                                                                                                         
modelmkx sport utility 4d                                                                                                                                                             
modelmkz                                                                                                                                                                              
modelmkz 4dr sdn awd                                                                                                                                                                  
modelmkz awd                                                                                                                                                                          
modelmkz hybrid reserve ii                                                                                                                                                            
modelmkz premiere hybrid                                                                                                                                                              
modelmkz premiere sedan 4d                                                                                                                                                            
modelmkz reserve hybrid sedan                                                                                                                                                         
modelmkz reserve sedan 4d                                                                                                                                                             
modelmkz sedan 4d                                                                                                                                                                     
modelmkz select sedan 4d                                                                                                                                                              
modelml                                                                                                                                                                               
modelml-class                                                                                                                                                                         
modelml320                                                                                                                                                                            
modelml350 4wd                                                                                                                                                                        
modelml550                                                                                                                                                                            
modelmodel 3                                                                                                                                                                       ** 
modelmodel 3 mid range sedan 4d                                                                                                                                                    ** 
modelmodel 3 standard range                                                                                                                                                        ** 
modelmodel a                                                                                                                                                                       ***
modelmodel a roadster                                                                                                                                                              ***
modelmodel s                                                                                                                                                                       ***
modelmodel s 85d                                                                                                                                                                   *  
modelmodel s signature                                                                                                                                                             ** 
modelmodel x                                                                                                                                                                       ***
modelmontana                                                                                                                                                                          
modelmonte carlo                                                                                                                                                                      
modelmonte carlo ss                                                                                                                                                                   
modelmonte crarlo                                                                                                                                                                  ***
modelmonterey                                                                                                                                                                      ***
modelmontero                                                                                                                                                                          
modelmontero limited                                                                                                                                                                  
modelmontero sport                                                                                                                                                                    
modelmountaineer                                                                                                                                                                      
modelmpv van                                                                                                                                                                          
modelmurano                                                                                                                                                                           
modelmurano s sport utility 4d                                                                                                                                                        
modelmurano sl                                                                                                                                                                        
modelmurano sl awd                                                                                                                                                                    
modelmurano sv                                                                                                                                                                        
modelmurano-awd                                                                                                                                                                       
modelmustang                                                                                                                                                                          
modelmustang asc mclaren                                                                                                                                                           .  
modelmustang cobra svt                                                                                                                                                                
modelmustang convertible                                                                                                                                                              
modelmustang convertible power top automatic local clean carfax                                                                                                                       
modelmustang coupe                                                                                                                                                                 ***
modelmustang ecoboost                                                                                                                                                                 
modelmustang gt                                                                                                                                                                    .  
modelmustang gt convertible                                                                                                                                                           
modelmustang gt coupe 2d                                                                                                                                                           *  
modelmustang gt premium                                                                                                                                                            *  
modelmustang gt premium coupe 2d                                                                                                                                                   ** 
modelmustang shelby gt500                                                                                                                                                          *  
modelmustang svt cobra                                                                                                                                                             *  
modelmustang v6 2dr convertible                                                                                                                                                       
modelmustang v6 premium                                                                                                                                                               
modelmx-5 miata club                                                                                                                                                                  
modelmx-5 miata grand touring                                                                                                                                                         
modelmx-5 miata touring                                                                                                                                                               
modelnautilus                                                                                                                                                                      *  
modelnautilus reserve sport                                                                                                                                                        ** 
modelnautilus select sport                                                                                                                                                         .  
modelnautilus sport utility                                                                                                                                                           
modelnavigator                                                                                                                                                                     .  
modelnavigator l select sport                                                                                                                                                      *  
modelnavigator reserve                                                                                                                                                             *  
modelnavigator reserve sport                                                                                                                                                       ** 
modelnavigator select sport                                                                                                                                                        *  
modelnavigator sport utility                                                                                                                                                          
modelnavigator ultimate                                                                                                                                                               
modelNavistar 4700                                                                                                                                                                    
modelnew beetle                                                                                                                                                                       
modelnewport                                                                                                                                                                       ***
modelniro                                                                                                                                                                             
modelniro ev                                                                                                                                                                       ** 
modelniro ev ex wagon 4d                                                                                                                                                              
modelniro lx wagon 4d                                                                                                                                                                 
modelNissanFrontier                                                                                                                                                                   
modelnitro sxt                                                                                                                                                                        
modelnv                                                                                                                                                                               
modelnv 1500 cargo van                                                                                                                                                                
modelnv1500                                                                                                                                                                           
modelnv1500 cargo van                                                                                                                                                                 
modelnv200                                                                                                                                                                            
modelnv2500 hd cargo                                                                                                                                                                  
modelnv2500 highroof                                                                                                                                                                  
modelnv2500hd                                                                                                                                                                         
modelnx                                                                                                                                                                               
modelnx 200t                                                                                                                                                                          
modelnx 200t sport utility 4d                                                                                                                                                         
modelnx 300 f sport suv 4d                                                                                                                                                         *  
modelnx 300 sport utility 4d                                                                                                                                                       .  
modelnx 300h *awd *nx300* *hybrid* *suv clean carfax                                                                                                                               .  
modelnx 300h sport utility 4d                                                                                                                                                      .  
modelnx300h                                                                                                                                                                        *  
modelodessey ex-l                                                                                                                                                                     
modelodyssey                                                                                                                                                                          
modelodyssey 5dr ex-l                                                                                                                                                                 
modelodyssey ex                                                                                                                                                                       
modelodyssey ex-l                                                                                                                                                                     
modelodyssey exl                                                                                                                                                                      
modelodyssey touring                                                                                                                                                                  
modeloldmobile alero                                                                                                                                                                  
modelOldsmobile alero                                                                                                                                                                 
modeloldsmobile cutlass                                                                                                                                                            ***
modelOldsmobile Cutlass                                                                                                                                                            ***
modeloldsmobile cutlass ciera                                                                                                                                                         
modelOldsmobile Silhoutte                                                                                                                                                             
modeloptiam fe                                                                                                                                                                        
modeloptima                                                                                                                                                                           
modeloptima 4dr sdn lx                                                                                                                                                                
modeloptima ex                                                                                                                                                                        
modeloptima ex 4dr sedan                                                                                                                                                              
modeloptima ex w/ leather                                                                                                                                                             
modeloptima hybrid                                                                                                                                                                    
modeloptima lx                                                                                                                                                                        
modeloptima lx sedan 4d                                                                                                                                                               
modeloptima sx turbo w/navigation                                                                                                                                                     
modeloutback                                                                                                                                                                          
modeloutback 2.5i                                                                                                                                                                     
modeloutback 2.5i limited                                                                                                                                                             
modeloutback awd                                                                                                                                                                      
modeloutback awd 3.6r limited                                                                                                                                                         
modeloutback premium                                                                                                                                                                  
modeloutbback awd                                                                                                                                                                     
modeloutlander                                                                                                                                                                        
modeloutlander gt sport                                                                                                                                                               
modeloutlander phev sel                                                                                                                                                               
modeloutlander se sport                                                                                                                                                               
modeloutlander sel 4x4 gas                                                                                                                                                            
modeloutlander sel sport                                                                                                                                                              
modeloutlander sport                                                                                                                                                                  
modeloutlander sport es                                                                                                                                                               
modeloutlander sport es 2.0 cvt                                                                                                                                                       
modeloutlander sport sel                                                                                                                                                              
modelp1800                                                                                                                                                                         ** 
modelpaceman cooper s all4                                                                                                                                                            
modelpacifica                                                                                                                                                                      *  
modelpacifica awd                                                                                                                                                                     
modelpacifica hybrid limited                                                                                                                                                          
modelpacifica lx                                                                                                                                                                      
modelpacifica touring                                                                                                                                                                 
modelpacifica touring l                                                                                                                                                               
modelpalisade limited                                                                                                                                                              ** 
modelpalisade se sport                                                                                                                                                                
modelpalisade sel sport                                                                                                                                                            *  
modelpanamera sedan 4d                                                                                                                                                             ** 
modelpanamera turbo s                                                                                                                                                              ***
modelpark avenue                                                                                                                                                                      
modelpassat                                                                                                                                                                           
modelpassat 1.8t s                                                                                                                                                                    
modelpassat 2.0t se sedan                                                                                                                                                             
modelpassat 2.0t wolfsbur                                                                                                                                                             
modelpassat glx                                                                                                                                                                       
modelpassat lt                                                                                                                                                                        
modelpassat s                                                                                                                                                                         
modelpassat se                                                                                                                                                                        
modelpassat tdi                                                                                                                                                                       
modelpassat tdi sel                                                                                                                                                                   
modelpassport                                                                                                                                                                         
modelpassport elite sport                                                                                                                                                          *  
modelpassport sport awd                                                                                                                                                               
modelpathfinder                                                                                                                                                                       
modelpathfinder 4x4 sl                                                                                                                                                             .  
modelpathfinder 4x4 very clean                                                                                                                                                        
modelpathfinder le                                                                                                                                                                    
modelpathfinder s                                                                                                                                                                     
modelpathfinder se                                                                                                                                                                    
modelpathfinder sv                                                                                                                                                                    
modelpatriot                                                                                                                                                                          
modelpatriot awd                                                                                                                                                                      
modelpatriot high altitude                                                                                                                                                            
modelpatriot latitude                                                                                                                                                                 
modelpatriot sport                                                                                                                                                                    
modelpatriot sport 4x4                                                                                                                                                                
modelPeterbilt 379 EXHD                                                                                                                                                            ***
modelpeterbuilt                                                                                                                                                                    ***
modelpickup                                                                                                                                                                        ** 
modelpickup 1500                                                                                                                                                                      
modelpickup 1500 classic                                                                                                                                                              
modelpickup 1500 laramie 4x4                                                                                                                                                       *  
modelpickup 2500                                                                                                                                                                   ** 
modelpickup truck                                                                                                                                                                  ***
modelpilot                                                                                                                                                                            
modelpilot ex                                                                                                                                                                         
modelpilot ex awd                                                                                                                                                                     
modelpilot ex-l                                                                                                                                                                       
modelpilot ex-l 4wd                                                                                                                                                                   
modelplymouth barracuda                                                                                                                                                            ***
modelplymouth belvedere                                                                                                                                                            ***
modelplymouth prowler roadster                                                                                                                                                        
modelplymouth voyager                                                                                                                                                                 
modelPolaris Slingshot                                                                                                                                                                
modelpolice interceptor utility                                                                                                                                                       
modelpower wagon                                                                                                                                                                   ***
modelprelude                                                                                                                                                                          
modelprevia sc                                                                                                                                                                        
modelprius                                                                                                                                                                            
modelprius 5                                                                                                                                                                          
modelprius 5dr hb two (natl)                                                                                                                                                          
modelprius base                                                                                                                                                                       
modelprius c                                                                                                                                                                          
modelprius c three hatchback                                                                                                                                                          
modelprius four hatchback 4d                                                                                                                                                          
modelprius hb 1                                                                                                                                                                       
modelprius hybrid                                                                                                                                                                     
modelprius hybrid 2011                                                                                                                                                                
modelprius iv                                                                                                                                                                         
modelPrius IV                                                                                                                                                                         
modelprius plug in hybrid                                                                                                                                                             
modelprius three                                                                                                                                                                      
modelprius two                                                                                                                                                                        
modelprius two hatchback 4d                                                                                                                                                           
modelprius v                                                                                                                                                                          
modelprius v five                                                                                                                                                                     
modelpromaster                                                                                                                                                                        
modelpromaster 1500                                                                                                                                                                ** 
modelpromaster 1500 cargo van                                                                                                                                                      ** 
modelpromaster 2500                                                                                                                                                                .  
modelpromaster 2500 cargo van                                                                                                                                                      *  
modelpromaster 2500 handicap                                                                                                                                                          
modelpromaster 2500 high top                                                                                                                                                       *  
modelpromaster cargo 1500 cargo 136 wb                                                                                                                                                
modelpromaster cargo van                                                                                                                                                              
modelpromaster city cargo                                                                                                                                                             
modelpromaster city cargo van                                                                                                                                                         
modelprotege                                                                                                                                                                          
modelpruis hybrid                                                                                                                                                                     
modelpt cruiser                                                                                                                                                                       
modelpt cruiser limited                                                                                                                                                               
modelq3                                                                                                                                                                               
modelq3 2.0t premium plus                                                                                                                                                             
modelq3 premium plus sport                                                                                                                                                            
modelq3 premium sport utility 4d                                                                                                                                                      
modelq5                                                                                                                                                                               
modelq5 2.0t premium sport                                                                                                                                                            
modelq5 2.0t quattro premium pl                                                                                                                                                       
modelq5 2.0t quattro premium plus                                                                                                                                                     
modelq5 3.0t premium plus sport                                                                                                                                                    .  
modelq5 3.2l premium plus                                                                                                                                                             
modelq5 45 tfsi premium plus                                                                                                                                                       *  
modelq5 premium plus sport                                                                                                                                                         .  
modelq5 premium sport utility 4d                                                                                                                                                   .  
modelq5 quattro                                                                                                                                                                       
modelq5 tdi premium plus sport                                                                                                                                                        
modelq50                                                                                                                                                                              
modelq50 2.0t luxe sedan 4d                                                                                                                                                           
modelq50 3.0t luxe sedan 4d                                                                                                                                                           
modelq50 3.0t premium                                                                                                                                                                 
modelq50 3.0t sport sedan 4d                                                                                                                                                       .  
modelq50 s                                                                                                                                                                            
modelq50s                                                                                                                                                                             
modelq50s sport awd                                                                                                                                                                   
modelq60 3.0t luxe coupe 2d                                                                                                                                                        *  
modelq60 3.0t premium coupe                                                                                                                                                           
modelq60 red sport 400 coupe                                                                                                                                                       *  
modelq7                                                                                                                                                                            *  
modelq7 3.0t quattro premium                                                                                                                                                          
modelq7 3.0t quattro premium plu                                                                                                                                                      
modelq7 3.0t s line prestige                                                                                                                                                       .  
modelq7 3.6 quattro                                                                                                                                                                   
modelq7 quattro awd gas suv auto                                                                                                                                                      
modelq7 tdi prestige sport                                                                                                                                                         .  
modelq70 3.7 sedan 4d                                                                                                                                                                 
modelq8 premium sport utility 4d                                                                                                                                                   ***
modelquad cab laramie                                                                                                                                                                 
modelquest                                                                                                                                                                            
modelquest 3.5le                                                                                                                                                                      
modelquest sv                                                                                                                                                                         
modelqx30                                                                                                                                                                             
modelqx4                                                                                                                                                                              
modelqx50                                                                                                                                                                             
modelqx50 essential sport                                                                                                                                                          .  
modelqx50 luxe sport utility                                                                                                                                                       .  
modelqx50 sport utility 4d                                                                                                                                                            
modelqx56                                                                                                                                                                             
modelqx60                                                                                                                                                                             
modelqx60 3.5 sport utility                                                                                                                                                           
modelqx60 luxe sport utility                                                                                                                                                       ** 
modelqx70 3.7 sport utility                                                                                                                                                           
modelqx80                                                                                                                                                                          ** 
modelqx80 sport utility 4d                                                                                                                                                         ** 
modelrabbit                                                                                                                                                                           
modelrabbit pickup                                                                                                                                                                 ** 
modelramcharger                                                                                                                                                                    *  
modelrange evoque coupe                                                                                                                                                               
modelrange evoque pure                                                                                                                                                                
modelranger                                                                                                                                                                           
modelranger 4x4                                                                                                                                                                       
modelranger fx4 off-road 4wd!                                                                                                                                                         
modelranger slash 34.0 4 x4                                                                                                                                                           
modelranger super cab                                                                                                                                                                 
modelranger super cab xlt pickup                                                                                                                                                      
modelranger supercab edge                                                                                                                                                             
modelranger supercab xl pickup                                                                                                                                                        
modelranger supercrew lariat                                                                                                                                                       *  
modelranger supercrew xl pickup                                                                                                                                                       
modelranger supercrew xlt pickup                                                                                                                                                   .  
modelranger xl 4x2                                                                                                                                                                    
modelranger xlt                                                                                                                                                                       
modelranger xlt 4x4                                                                                                                                                                   
modelrav 4                                                                                                                                                                            
modelrav 4 limited awd                                                                                                                                                                
modelrav4                                                                                                                                                                             
modelrav4 awd                                                                                                                                                                         
modelrav4 ev sport utility 4d                                                                                                                                                         
modelrav4 hybrid le sport                                                                                                                                                             
modelrav4 hybrid limited sport                                                                                                                                                        
modelrav4 xle                                                                                                                                                                         
modelrav4 xle awd                                                                                                                                                                     
modelrc 200t                                                                                                                                                                          
modelrc 200t coupe 2d                                                                                                                                                              .  
modelrc 300                                                                                                                                                                        *  
modelrc 350                                                                                                                                                                        .  
modelrdx                                                                                                                                                                              
modelrdx sh-awd advance pkg                                                                                                                                                        .  
modelrdx sh-awd technology pkg                                                                                                                                                     .  
modelrdx sh-awd w/tech                                                                                                                                                                
modelrdx sport utility 4d                                                                                                                                                             
modelrdx technology                                                                                                                                                                   
modelrdx technology and                                                                                                                                                               
modelrdx technology pkg sport                                                                                                                                                         
modelreatta                                                                                                                                                                           
modelregal                                                                                                                                                                            
modelregal cxl rl6                                                                                                                                                                    
modelregal sport touring                                                                                                                                                              
modelregal tourx preferred                                                                                                                                                            
modelrendezvous                                                                                                                                                                       
modelrenegade                                                                                                                                                                         
modelrenegade altitude sport                                                                                                                                                          
modelrenegade latitude                                                                                                                                                                
modelrenegade latitude 4x4                                                                                                                                                            
modelrenegade latitude 4x4 gas                                                                                                                                                        
modelrenegade sport                                                                                                                                                                   
modelrenegade sport suv 4d                                                                                                                                                            
modelrenegade trailhawk 4x4                                                                                                                                                           
modelridgeline                                                                                                                                                                        
modelridgeline rtl                                                                                                                                                                    
modelridgeline rtl 4x4                                                                                                                                                                
modelridgeline rtl pickup 4d 5                                                                                                                                                     .  
modelridgeline rtl-t pickup 4d                                                                                                                                                     *  
modelridgeline sport pickup 4d                                                                                                                                                     .  
modelrio                                                                                                                                                                              
modelrio lxsedan 4a                                                                                                                                                                   
modelrio s hatchback 5d                                                                                                                                                               
modelrivera                                                                                                                                                                           
modelriviera                                                                                                                                                                          
modelrl                                                                                                                                                                               
modelrlx                                                                                                                                                                              
modelrlx sedan 4d                                                                                                                                                                     
modelroadster                                                                                                                                                                      ***
modelroadster pickup                                                                                                                                                               ***
modelrogue                                                                                                                                                                            
modelrogue awd                                                                                                                                                                        
modelrogue s                                                                                                                                                                          
modelrogue s awd                                                                                                                                                                      
modelrogue select                                                                                                                                                                     
modelrogue select s                                                                                                                                                                   
modelrogue sl                                                                                                                                                                         
modelrogue sport                                                                                                                                                                      
modelrogue sv                                                                                                                                                                         
modelrogue sv awd                                                                                                                                                                     
modelrogue sv sport                                                                                                                                                                   
modelrogue sv sport utility 4d                                                                                                                                                        
modelromeo giulia sedan 4d                                                                                                                                                            
modelromeo giulia ti sedan 4d                                                                                                                                                         
modelromeo stelvio                                                                                                                                                                 .  
modelromeo stelvio sport suv 4d                                                                                                                                                       
modelromeo stelvio sport utility                                                                                                                                                   *  
modelromeo stelvio ti sport                                                                                                                                                        .  
modelromeo stelvio ti sport suv                                                                                                                                                    *  
modelrouge                                                                                                                                                                            
modelroutan                                                                                                                                                                           
modelroutan se                                                                                                                                                                        
modelroutan se minivan                                                                                                                                                                
modelrsx                                                                                                                                                                              
modelRV Gulfstream Innsbruck  26ft Bunk House                                                                                                                                         
modelrx                                                                                                                                                                               
modelrx 300 awd                                                                                                                                                                       
modelrx 330                                                                                                                                                                           
modelrx 350                                                                                                                                                                           
modelrx 350 f sport suv 4d                                                                                                                                                         ***
modelrx 350 fwd                                                                                                                                                                       
modelrx 350 sport utility 4d                                                                                                                                                       *  
modelrx 450h                                                                                                                                                                          
modelrx-330                                                                                                                                                                           
modelrx330 awd                                                                                                                                                                        
modelrx350                                                                                                                                                                            
modelrx350 awd                                                                                                                                                                        
modelrx400h                                                                                                                                                                           
modelrx450h                                                                                                                                                                           
models                                                                                                                                                                             *  
models 60                                                                                                                                                                             
models p85+                                                                                                                                                                        *  
models-class                                                                                                                                                                       ***
models-class s 550                                                                                                                                                                 ** 
models-class s550                                                                                                                                                                     
models10                                                                                                                                                                              
models10 ls zr2                                                                                                                                                                       
models10 pickup                                                                                                                                                                       
models2000 convertible 6 speed                                                                                                                                                     ** 
models4                                                                                                                                                                               
models4 prestige                                                                                                                                                                      
models40                                                                                                                                                                              
models40 2.4i                                                                                                                                                                         
models5                                                                                                                                                                               
models5 premium plus convertible                                                                                                                                                   *  
models5 premium plus coupe 2d                                                                                                                                                      ** 
models5 premium plus sedan 4d                                                                                                                                                      *  
models5 prestige coupe 2d                                                                                                                                                          ***
models5 quattro premium plus                                                                                                                                                          
models500                                                                                                                                                                             
models550 rwd gas sedan                                                                                                                                                            .  
models6                                                                                                                                                                               
models6 avant                                                                                                                                                                         
models6 prestige quattro awd                                                                                                                                                       .  
models60                                                                                                                                                                              
models60 2.4t                                                                                                                                                                         
models60 2.5 t                                                                                                                                                                        
models60 all wheel drive                                                                                                                                                              
models60 t5 cross country                                                                                                                                                             
models60 t5 inscription                                                                                                                                                               
models60 t5 momentum sedan 4d                                                                                                                                                         
models60 t5 premier plus sedan                                                                                                                                                        
models60 t5 premier sedan 4d                                                                                                                                                          
models60 t5 sedan 4d                                                                                                                                                                  
models60 t6 awd 6-speed automatic                                                                                                                                                     
models60 t6 r-design sedan 4d                                                                                                                                                      *  
models60 t8 r-design sedan 4d                                                                                                                                                      *  
models7 prestige sedan 4d                                                                                                                                                          ***
models70                                                                                                                                                                              
models80                                                                                                                                                                              
models80 t6                                                                                                                                                                           
models80 t6 awd                                                                                                                                                                       
models90 t5 momentum sedan 4d                                                                                                                                                         
models90 t6 inscription sedan                                                                                                                                                         
modelSaab 9-3 wagon                                                                                                                                                                   
modelsaab 9-5                                                                                                                                                                         
modelSaab 9-7X                                                                                                                                                                        
modelSaab 9000 CSE                                                                                                                                                                    
modelsable                                                                                                                                                                            
modelsable base                                                                                                                                                                       
modelsable ls                                                                                                                                                                         
modelsable ls premium                                                                                                                                                                 
modelsafari                                                                                                                                                                           
modelsanta fe                                                                                                                                                                         
modelsanta fe 2.4 se sport                                                                                                                                                            
modelsanta fe 2.4 sel sport                                                                                                                                                           
modelsanta fe awd                                                                                                                                                                     
modelsanta fe gls awd                                                                                                                                                                 
modelsanta fe limited                                                                                                                                                                 
modelsanta fe se 2.4l auto fwd                                                                                                                                                        
modelsanta fe sport                                                                                                                                                                   
modelsanta fe sport 2.4l                                                                                                                                                              
modelsanta fe sport utility                                                                                                                                                           
modelsante fe se awd                                                                                                                                                                  
modelsavana                                                                                                                                                                           
modelsavana 1500 awd                                                                                                                                                               *  
modelsavana 2500                                                                                                                                                                      
modelsavana cargo van                                                                                                                                                                 
modelsavana commercial cutaway                                                                                                                                                        
modelsavana cutaway                                                                                                                                                                .  
modelsavanna                                                                                                                                                                          
modelsc2                                                                                                                                                                              
modelsc400                                                                                                                                                                            
modelScion FR-S                                                                                                                                                                       
modelScion FR-S Coupe 2D                                                                                                                                                              
modelScion iM Hatchback 4D                                                                                                                                                            
modelscion iq                                                                                                                                                                         
modelScion iQ                                                                                                                                                                         
modelscion tc                                                                                                                                                                         
modelScion tC                                                                                                                                                                         
modelScion tC 10 Series                                                                                                                                                               
modelscion xa                                                                                                                                                                         
modelScion xA                                                                                                                                                                         
modelscion xa base 4dr hatchback                                                                                                                                                      
modelScion XA Manual                                                                                                                                                                  
modelscion xb                                                                                                                                                                         
modelScion xb                                                                                                                                                                         
modelScion xB                                                                                                                                                                         
modelScion xD                                                                                                                                                                         
modelScion xD Hatchback 4D                                                                                                                                                            
modelsebring                                                                                                                                                                          
modelsebring convertible                                                                                                                                                              
modelSebring JXI                                                                                                                                                                      
modelsebring limited                                                                                                                                                                  
modelsedona                                                                                                                                                                           
modelsedona ex                                                                                                                                                                        
modelsedona lx                                                                                                                                                                        
modelseirra 1500                                                                                                                                                                   .  
modelsentra                                                                                                                                                                           
modelsentra 2.0 s                                                                                                                                                                     
modelsentra s                                                                                                                                                                         
modelsentra se                                                                                                                                                                        
modelsentra sl                                                                                                                                                                        
modelsentra sl sedan 4d                                                                                                                                                               
modelsentra special edition                                                                                                                                                           
modelsentra sv                                                                                                                                                                        
modelsequoia                                                                                                                                                                       .  
modelsequoia 4wd 5.7l ffv limited (natl)                                                                                                                                           *  
modelsequoia sr5                                                                                                                                                                      
modelsequoia sr5 platinum                                                                                                                                                             
modelsequoia sr5 sport utility                                                                                                                                                     *  
modelseville sls                                                                                                                                                                      
modelshelby gt                                                                                                                                                                     *  
modelsienna                                                                                                                                                                           
modelsienna ce                                                                                                                                                                        
modelsienna le                                                                                                                                                                        
modelsienna le wheelchair han                                                                                                                                                      .  
modelsienna limited                                                                                                                                                                .  
modelsienna se minivan 4d                                                                                                                                                          .  
modelsienna se wheelchair han                                                                                                                                                      *  
modelsienna xle                                                                                                                                                                       
modelsienna xle 8 passenger                                                                                                                                                           
modelsienna xle awd                                                                                                                                                                   
modelsienna xle limited                                                                                                                                                               
modelsienna xle limited awd                                                                                                                                                           
modelsierra                                                                                                                                                                        *  
modelsierra 1500                                                                                                                                                                   ** 
modelsierra 1500 4wd crew cab 143                                                                                                                                                  ***
modelsierra 1500 at4                                                                                                                                                               ***
modelsierra 1500 base                                                                                                                                                                 
modelsierra 1500 crew cab                                                                                                                                                          .  
modelsierra 1500 crew cab sle                                                                                                                                                      *  
modelsierra 1500 crew cab slt                                                                                                                                                      ** 
modelsierra 1500 denali                                                                                                                                                            .  
modelsierra 1500 denali 4x4 gas                                                                                                                                                    ***
modelsierra 1500 double cab                                                                                                                                                        *  
modelsierra 1500 double cab sle                                                                                                                                                    ** 
modelsierra 1500 double cab slt                                                                                                                                                    ** 
modelsierra 1500 extended cab                                                                                                                                                         
modelsierra 1500 extended cab sle                                                                                                                                                  .  
modelsierra 1500 extended cab slt                                                                                                                                                  .  
modelsierra 1500 limited double                                                                                                                                                    *  
modelsierra 1500 regular cab                                                                                                                                                          
modelsierra 1500 regular cab work                                                                                                                                                     
modelsierra 1500 sle                                                                                                                                                                  
modelsierra 1500 sle crew                                                                                                                                                             
modelsierra 1500 slt                                                                                                                                                               *  
modelsierra 1500 slt 4x4 1/2 ton                                                                                                                                                   ***
modelsierra 1500 slt crew cab 143                                                                                                                                                  ** 
modelsierra 1500 x31 4x4 half ton                                                                                                                                                  ** 
modelsierra 1500 xtd cab 4x4                                                                                                                                                          
modelsierra 2500                                                                                                                                                                   .  
modelsierra 2500 hd crew cab                                                                                                                                                       ** 
modelsierra 2500 hd double cab                                                                                                                                                     ** 
modelsierra 2500 hd extended cab                                                                                                                                                   *  
modelsierra 2500hd                                                                                                                                                                 ***
modelsierra 2500hd denali                                                                                                                                                          ** 
modelsierra 2500hd lbz duramax                                                                                                                                                     ** 
modelsierra 3500                                                                                                                                                                   ***
modelsierra 3500 all terrain                                                                                                                                                       ** 
modelsierra 3500 denali                                                                                                                                                            ***
modelsierra 3500 duramax                                                                                                                                                           ***
modelsierra 3500hd                                                                                                                                                                 ***
modelsierra 3500hd available wifi                                                                                                                                                  ***
modelsierra 3500hd denali                                                                                                                                                          ** 
modelsierra 3500hd sle                                                                                                                                                             ***
modelsierra 3500hd sle 4x4 4dr cr                                                                                                                                                  ***
modelsierra 3500hd slt                                                                                                                                                             ***
modelsierra deisel duramax 2500                                                                                                                                                    ***
modelsierra denali                                                                                                                                                                    
modelsierra denali 4x4 crew                                                                                                                                                        ** 
modelsierra duramax 3500 denali                                                                                                                                                    ***
modelsierra ext cab z-71 4wd                                                                                                                                                          
modelsierra slt                                                                                                                                                                    ** 
modelsilver streak                                                                                                                                                                 ***
modelsilverado                                                                                                                                                                     ** 
modelSILVERADO  2500 HD Z71                                                                                                                                                        ** 
modelsilverado 1500                                                                                                                                                                *  
modelsilverado 1500 4x4                                                                                                                                                               
modelsilverado 1500 classic ls2                                                                                                                                                       
modelsilverado 1500 crew                                                                                                                                                           ** 
modelsilverado 1500 crew cab                                                                                                                                                          
modelsilverado 1500 double                                                                                                                                                         *  
modelsilverado 1500 hd                                                                                                                                                                
modelsilverado 1500 hd crew                                                                                                                                                        .  
modelsilverado 1500 ld                                                                                                                                                             .  
modelsilverado 1500 ls crew cab long box 4wd                                                                                                                                       *  
modelsilverado 1500 lt                                                                                                                                                             .  
modelsilverado 1500 lt 4wd                                                                                                                                                         *  
modelsilverado 1500 lt 4x4                                                                                                                                                         *  
modelsilverado 1500 lt z71                                                                                                                                                         .  
modelsilverado 1500 lt1                                                                                                                                                               
modelsilverado 1500 ltz                                                                                                                                                            *  
modelsilverado 1500 ltz 4x4                                                                                                                                                        *  
modelsilverado 1500 ltz z7                                                                                                                                                         ** 
modelsilverado 1500 ltz z71                                                                                                                                                        ** 
modelsilverado 1500 regular                                                                                                                                                           
modelsilverado 1500 rst 4x4                                                                                                                                                        ***
modelsilverado 1500 work                                                                                                                                                              
modelsilverado 1500 work truck                                                                                                                                                        
modelsilverado 1500 wt                                                                                                                                                                
modelsilverado 1500hd                                                                                                                                                              .  
modelsilverado 1500hd lt                                                                                                                                                              
modelsilverado 2500                                                                                                                                                                *  
modelsilverado 2500 crew cab lt 4x4                                                                                                                                                ***
modelsilverado 2500 diesel 4x4 6.6l lmm duramax turbo diesel crew cab long bed allison 1000 ltz                                                                                    ***
modelsilverado 2500 hd 4x4                                                                                                                                                         *  
modelsilverado 2500 hd crew                                                                                                                                                        ***
modelsilverado 2500 hd extended cab                                                                                                                                                *  
modelsilverado 2500 hd lt                                                                                                                                                          ** 
modelsilverado 2500 heavy                                                                                                                                                          .  
modelsilverado 2500 heavy d                                                                                                                                                           
modelsilverado 2500 high ct                                                                                                                                                        ***
modelsilverado 2500 ltz                                                                                                                                                            ***
modelsilverado 2500 ltz crew cab 6.6 duramax                                                                                                                                       ***
modelsilverado 2500hd                                                                                                                                                              ***
modelsilverado 2500hd 4x4                                                                                                                                                          .  
modelsilverado 2500hd classic                                                                                                                                                      *  
modelsilverado 2500hd flatbed                                                                                                                                                         
modelsilverado 2500hd lt                                                                                                                                                           ** 
modelsilverado 2500hd ltz                                                                                                                                                          ***
modelsilverado 2500hd work                                                                                                                                                         *  
modelsilverado 3500                                                                                                                                                                ** 
modelsilverado 3500 4x4                                                                                                                                                            ***
modelsilverado 3500 hd diesel                                                                                                                                                      *  
modelsilverado 3500 high ct                                                                                                                                                        ***
modelsilverado 3500 lt                                                                                                                                                             ** 
modelsilverado 3500hd                                                                                                                                                              ***
modelsilverado 4x4                                                                                                                                                                    
modelsilverado c1500                                                                                                                                                                  
modelsilverado crew custom 4wd                                                                                                                                                     ** 
modelsilverado diesel 3500                                                                                                                                                         .  
modelsilverado high countr                                                                                                                                                         *  
modelsilverado hybrid                                                                                                                                                                 
modelsilverado k1500 z71 4x4                                                                                                                                                          
modelsilverado lt                                                                                                                                                                  .  
modelsilverado lt 1500                                                                                                                                                                
modelsilverado lt 4x4                                                                                                                                                                 
modelsilverado lt z71                                                                                                                                                                 
modelsilverado ltz                                                                                                                                                                 ** 
modelsilverado ltz 4x4                                                                                                                                                             ** 
modelsilverado rst                                                                                                                                                                 ***
modelsilverado z71                                                                                                                                                                 *  
modelsky                                                                                                                                                                              
modelsky redline turbo                                                                                                                                                                
modelskylark custom                                                                                                                                                                ***
modelsl 550                                                                                                                                                                        ***
modelsl-class                                                                                                                                                                      ** 
modelsl-class sl 550                                                                                                                                                               ***
modelsl500                                                                                                                                                                            
modelslantback                                                                                                                                                                     ***
modelslc 300 roadster                                                                                                                                                              *  
modelslk 230                                                                                                                                                                          
modelslk-class slk320                                                                                                                                                                 
modelslk320                                                                                                                                                                           
modelsmart coupe fortwo                                                                                                                                                               
modelsmart fortwo Passion Hatchback                                                                                                                                                   
modelsolara                                                                                                                                                                           
modelsolara se convertible                                                                                                                                                            
modelsolstice                                                                                                                                                                         
modelsolstice gxp                                                                                                                                                                     
modelsonata                                                                                                                                                                           
modelsonata gls                                                                                                                                                                       
modelsonata gls 4dr sedan                                                                                                                                                             
modelsonata glssedan 6a                                                                                                                                                               
modelsonata hybrid                                                                                                                                                                    
modelsonata limited                                                                                                                                                                   
modelsonata plug-in hybrid                                                                                                                                                            
modelsonata se                                                                                                                                                                        
modelsonata se sedan 4d                                                                                                                                                               
modelsonata sel plus sedan 4d                                                                                                                                                         
modelsonata sel sedan 4d                                                                                                                                                              
modelsonata sport                                                                                                                                                                     
modelsonata sport 2.0t                                                                                                                                                                
modelsonata sport sedan                                                                                                                                                               
modelsonata sport sedan 4d                                                                                                                                                            
modelsonic                                                                                                                                                                            
modelsonic ls                                                                                                                                                                         
modelsonic lt                                                                                                                                                                         
modelsonic rs                                                                                                                                                                         
modelsonoma                                                                                                                                                                        *  
modelsorento                                                                                                                                                                          
modelsorento 2wd 4dr i4 lx                                                                                                                                                            
modelsorento 3.6                                                                                                                                                                      
modelsorento awd                                                                                                                                                                      
modelsorento ex                                                                                                                                                                       
modelsorento ex sport utility 4d                                                                                                                                                      
modelsorento limited-sxl sport                                                                                                                                                        
modelsorento lx                                                                                                                                                                       
modelsorento lx 4wd                                                                                                                                                                   
modelsorento lx sport utility 4d                                                                                                                                                      
modelsorento lx**v6,3.3l!                                                                                                                                                             
modelsorento sx                                                                                                                                                                       
modelsorento sx sport utility 4d                                                                                                                                                      
modelsort trac                                                                                                                                                                        
modelsoul                                                                                                                                                                             
modelsoul ! wagon 4d                                                                                                                                                                  
modelsoul +                                                                                                                                                                           
modelsoul ev                                                                                                                                                                          
modelsoul lx wagon 4d                                                                                                                                                                 
modelsoul plus                                                                                                                                                                        
modelsoul s wagon 4d                                                                                                                                                                  
modelsoul sport                                                                                                                                                                       
modelsoul wagon 4d                                                                                                                                                                    
modelspark                                                                                                                                                                            
modelspark 1lt                                                                                                                                                                        
modelspark activ hatchback                                                                                                                                                            
modelspark ev 2lt hatchback                                                                                                                                                           
modelspark ls                                                                                                                                                                         
modelspecial                                                                                                                                                                       ***
modelspectra                                                                                                                                                                          
modelsport                                                                                                                                                                         ** 
modelsport hse                                                                                                                                                                     ***
modelsport trac                                                                                                                                                                       
modelsportage                                                                                                                                                                         
modelsportage ex                                                                                                                                                                      
modelsportage ex awd gas suv                                                                                                                                                          
modelsportage lx sport utility 4d                                                                                                                                                     
modelsprinter                                                                                                                                                                      .  
modelsrx                                                                                                                                                                              
modelsrx luxury collection                                                                                                                                                            
modelsrx sport utility 4d                                                                                                                                                             
modelsrx4                                                                                                                                                                             
modelss                                                                                                                                                                            ***
modelSterling Acterra                                                                                                                                                              ***
modelstinger gt                                                                                                                                                                       
modelstratus se                                                                                                                                                                       
modelsts                                                                                                                                                                              
modelStudebaker Commander                                                                                                                                                          ***
modelstylemaster                                                                                                                                                                   ***
modelSUABRU                                                                                                                                                                           
modelsuburban                                                                                                                                                                         
modelsuburban 1500                                                                                                                                                                    
modelsuburban 1500 ltz                                                                                                                                                             *  
modelsuburban 2500                                                                                                                                                                 .  
modelsuburban 2500 lt 4x4 4ws                                                                                                                                                      .  
modelsuburban ls                                                                                                                                                                      
modelsuburban ls 4x4                                                                                                                                                                  
modelsuburban lt                                                                                                                                                                      
modelsuburban lt 1500                                                                                                                                                                 
modelsuburban lt 4x4                                                                                                                                                               *  
modelsuburban ltz                                                                                                                                                                  *  
modelsuburban ltz 1500                                                                                                                                                                
modelsuburban ltz 4x4                                                                                                                                                              *  
modelSunbeam Tiger                                                                                                                                                                 ***
modelsuper                                                                                                                                                                         ***
modelsuper beetle                                                                                                                                                                  ***
modelsuper deluxe                                                                                                                                                                  ***
modelsuper duty f-250                                                                                                                                                              ** 
modelsuper duty f-250 srw                                                                                                                                                          ***
modelsuper duty f-250 xl                                                                                                                                                              
modelsuper duty f-350                                                                                                                                                                 
modelsuper duty f-350 drw                                                                                                                                                          ***
modelsuper duty f-350 srw                                                                                                                                                          ***
modelsuper duty f-450 drw                                                                                                                                                          ** 
modelsuper duty f-550 drw                                                                                                                                                          ***
modelsuper duty f-550 drw xl                                                                                                                                                       *  
modelsuper duty f-650                                                                                                                                                              *  
modelsuperbee                                                                                                                                                                      ***
modelsuzuki forenza                                                                                                                                                                   
modelSUZUKI GRAND VITARA                                                                                                                                                              
modelsuzuki sx4                                                                                                                                                                       
modelSUZUKI SX4 TOURING                                                                                                                                                               
modelSUZUKI VL800                                                                                                                                                                     
modelsvx                                                                                                                                                                              
modelt                                                                                                                                                                             ***
modelt 250                                                                                                                                                                            
modeltacoma                                                                                                                                                                        *  
modeltacoma *trd sport*back u                                                                                                                                                      *  
modeltacoma 2wd                                                                                                                                                                    .  
modeltacoma 4x4                                                                                                                                                                    *  
modeltacoma access cab                                                                                                                                                                
modeltacoma access cab pickup                                                                                                                                                      .  
modeltacoma access cab sr                                                                                                                                                             
modeltacoma access cab sr5                                                                                                                                                            
modeltacoma access cab trd                                                                                                                                                         *  
modeltacoma access cab trd 4x4                                                                                                                                                     .  
modeltacoma crew cab sr 4x4                                                                                                                                                           
modeltacoma double cab                                                                                                                                                             *  
modeltacoma double cab pickup                                                                                                                                                      ** 
modeltacoma double cab trd                                                                                                                                                         .  
modeltacoma double cab trd of                                                                                                                                                      ** 
modeltacoma flat bed                                                                                                                                                                  
modeltacoma prerunner                                                                                                                                                                 
modeltacoma prerunner v6                                                                                                                                                              
modeltacoma regular cab                                                                                                                                                               
modeltacoma regular cab 2wd                                                                                                                                                           
modeltacoma sr5                                                                                                                                                                       
modeltacoma sr5 4x4 1/4 ton                                                                                                                                                        *  
modeltacoma sr5 v6                                                                                                                                                                 .  
modeltacoma trd off road 4x4                                                                                                                                                       *  
modeltacoma trd off-road                                                                                                                                                           ** 
modeltacoma trd sport 4x4                                                                                                                                                             
modeltacoma v6 1-oregon owner*zero rust*4x4*trd off road*45 service records*like new in&out*rear lockers*never off road*zero accidents                                             *  
modeltacoma v6 4dr double cab 1-oregon owner* rust & accident free*timing belt service done*new full buid*bilstein lift*new 33"yokohama goo3*new 17"mk6 wheels*like new in & out   ** 
modeltahoe                                                                                                                                                                         .  
modeltahoe 4wd 4dr 1500 ltz                                                                                                                                                           
modeltahoe k-1500 4x4                                                                                                                                                              .  
modeltahoe ls                                                                                                                                                                         
modeltahoe ls 4x4                                                                                                                                                                     
modeltahoe ls 4x4 gas suv                                                                                                                                                          ** 
modeltahoe ls sport utility                                                                                                                                                        *  
modeltahoe lt                                                                                                                                                                         
modeltahoe lt 1500                                                                                                                                                                    
modeltahoe lt 4wd                                                                                                                                                                  ** 
modeltahoe lt 4x4                                                                                                                                                                     
modeltahoe lt sport                                                                                                                                                                   
modeltahoe lt sport utility                                                                                                                                                        ***
modeltahoe lt w/2lt                                                                                                                                                                   
modeltahoe ltz                                                                                                                                                                     .  
modeltahoe ltz 4wd                                                                                                                                                                 .  
modeltahoe police                                                                                                                                                                     
modeltahoe premier                                                                                                                                                                 ***
modeltahoe premier 4x4 gas                                                                                                                                                         ***
modeltahoe z71 4x4                                                                                                                                                                    
modeltall t                                                                                                                                                                        ***
modeltaurus                                                                                                                                                                           
modeltaurus limited                                                                                                                                                                   
modeltaurus se                                                                                                                                                                        
modeltaurus se sedan 4d                                                                                                                                                               
modeltaurus sel                                                                                                                                                                       
modeltaurus sel sedan 4d automatic                                                                                                                                                    
modeltaurus ses                                                                                                                                                                       
modeltbucket                                                                                                                                                                       ***
modeltc 4500                                                                                                                                                                       ** 
modeltc5500                                                                                                                                                                        ** 
modeltd wagon                                                                                                                                                                      ***
modelterrain                                                                                                                                                                          
modelterrain denali                                                                                                                                                                   
modelterrain sel                                                                                                                                                                      
modelterrain sle                                                                                                                                                                      
modelterrain sle sport utility 4d                                                                                                                                                     
modelterrain sle-1                                                                                                                                                                    
modelterrain sle-1 awd! awd                                                                                                                                                           
modelterrain sle-2                                                                                                                                                                    
modelterrain sle-2 sport utility                                                                                                                                                      
modelterrain slt awd                                                                                                                                                                  
modelterrain slt awd gas suv auto                                                                                                                                                     
modelterrain slt-2                                                                                                                                                                    
modelterrian sle2                                                                                                                                                                     
modelThomas Saf-t-liner School Bus                                                                                                                                                    
modelthunderbird                                                                                                                                                                   ** 
modeltiguan                                                                                                                                                                           
modeltiguan 2.0t                                                                                                                                                                      
modeltiguan s                                                                                                                                                                         
modeltiguan se 4motion                                                                                                                                                                
modeltiguan sel                                                                                                                                                                       
modeltitan                                                                                                                                                                         .  
modeltitan 4x4                                                                                                                                                                        
modeltitan crew cab                                                                                                                                                                   
modeltitan crew cab 4x4                                                                                                                                                            .  
modeltitan crew cab sv pickup                                                                                                                                                         
modeltitan pro-4x                                                                                                                                                                     
modeltitan se                                                                                                                                                                         
modeltitan single cab                                                                                                                                                                 
modeltitan single cab sv                                                                                                                                                              
modeltitan sl 4x4                                                                                                                                                                     
modeltitan xd                                                                                                                                                                      *  
modeltitan xd 4wd pro-4x                                                                                                                                                           *  
modeltitan xd crew cab sv                                                                                                                                                          *  
modeltitan xd pro-4x                                                                                                                                                               ** 
modeltj                                                                                                                                                                               
modeltl                                                                                                                                                                               
modeltl 3.2                                                                                                                                                                           
modeltl 3.5l tech pkg awd                                                                                                                                                             
modeltl sedan 4d                                                                                                                                                                      
modeltl sh-awd sedan 4d                                                                                                                                                               
modeltl special edition sedan                                                                                                                                                         
modeltl type-s                                                                                                                                                                        
modeltlx                                                                                                                                                                              
modeltlx 2.4 sedan 4d                                                                                                                                                                 
modeltlx 2.4l                                                                                                                                                                         
modeltlx 3.5 sedan 4d                                                                                                                                                                 
modeltlx 3.5 w/technology pkg                                                                                                                                                      .  
modeltlx base fwd                                                                                                                                                                     
modeltouareg                                                                                                                                                                          
modeltouareg tdi sport suv                                                                                                                                                            
modeltown & country                                                                                                                                                                   
modeltown & country touring                                                                                                                                                           
modeltown and country                                                                                                                                                                 
modeltown and country lx                                                                                                                                                              
modeltown car                                                                                                                                                                         
modeltown car signature                                                                                                                                                               
modeltown country                                                                                                                                                                     
modeltown country lwb                                                                                                                                                                 
modeltowncar                                                                                                                                                                          
modelTOYOTA* YARIS*                                                                                                                                                                   
modelTOYOTA/CAMRY                                                                                                                                                                     
modelToyoya Tundra                                                                                                                                                                    
modelToyta Camry                                                                                                                                                                      
modeltracker                                                                                                                                                                          
modeltrailblazer                                                                                                                                                                      
modeltrailblazer ext                                                                                                                                                                  
modeltrailblazer EXT LT                                                                                                                                                               
modeltrailblazer ls                                                                                                                                                                   
modeltrailblazer lt                                                                                                                                                                   
modeltrans am                                                                                                                                                                      ***
modeltransit                                                                                                                                                                          
modeltransit 150 cargo van                                                                                                                                                            
modeltransit 150 van                                                                                                                                                                  
modeltransit 250                                                                                                                                                                   .  
modeltransit 250 van low roof                                                                                                                                                         
modeltransit 350                                                                                                                                                                   *  
modeltransit 350 van                                                                                                                                                               .  
modeltransit 350 wagon med. roof xlt w/sliding pass. 14                                                                                                                               
modeltransit cargo                                                                                                                                                                    
modeltransit cargo van                                                                                                                                                                
modeltransit connect                                                                                                                                                                  
modeltransit connect cargo                                                                                                                                                            
modeltransit connect cargo xl                                                                                                                                                         
modeltransit connect passenger                                                                                                                                                        
modeltransit connect van                                                                                                                                                              
modeltransit connect xlt                                                                                                                                                              
modeltransit e-350                                                                                                                                                                    
modeltransit passenger van                                                                                                                                                            
modeltransit passenger wagon                                                                                                                                                       *  
modeltransit t 350 passanger                                                                                                                                                          
modeltransit t-350 hd                                                                                                                                                              ** 
modeltransit t150 cargo van                                                                                                                                                           
modeltransit t250                                                                                                                                                                     
modeltransit t250 extended                                                                                                                                                         *  
modeltransit t250 van                                                                                                                                                                 
modeltransit t350 xlt                                                                                                                                                                 
modeltransit van                                                                                                                                                                   .  
modeltransit wagon 350                                                                                                                                                                
modeltransit wagon xl                                                                                                                                                                 
modeltransit-250 base cargo                                                                                                                                                        *  
modeltraverse                                                                                                                                                                         
modeltraverse 2lt                                                                                                                                                                     
modeltraverse ls                                                                                                                                                                      
modeltraverse lt                                                                                                                                                                      
modeltraverse lt awd                                                                                                                                                                  
modeltraverse lt sport                                                                                                                                                                
modeltraverse ltz                                                                                                                                                                     
modeltrax                                                                                                                                                                             
modeltrax ls sport utility                                                                                                                                                            
modeltrax lt sport utility                                                                                                                                                            
modeltrax ltz sport                                                                                                                                                                   
modeltrax ltz sport utility                                                                                                                                                           
modeltribeca                                                                                                                                                                          
modeltribute                                                                                                                                                                       *  
modeltribute lx                                                                                                                                                                       
modelTriumph Spitfire                                                                                                                                                              *  
modeltruck                                                                                                                                                                         ***
modeltsx                                                                                                                                                                              
modeltsx 2.4                                                                                                                                                                          
modeltsx 2.4l w/tech                                                                                                                                                                  
modeltsx sedan 4d                                                                                                                                                                     
modeltt                                                                                                                                                                               
modeltucson                                                                                                                                                                           
modeltucson gls                                                                                                                                                                       
modeltucson limited                                                                                                                                                                   
modeltucson limited sport                                                                                                                                                             
modeltucson sel                                                                                                                                                                       
modeltucson sport                                                                                                                                                                     
modeltundra                                                                                                                                                                        ** 
modeltundra 1794 edition 1-owner* local oregon truck since new* blind spot* 2-keys* non smoker* like new in & out* new brakes and service                                          ***
modeltundra 2wd truck                                                                                                                                                                 
modeltundra 4wd                                                                                                                                                                    ***
modeltundra 4wd truck                                                                                                                                                              ** 
modeltundra 4x4 limited 4dr cremax cab pickup (5.7 v8)                                                                                                                             ** 
modeltundra crewmax                                                                                                                                                                ** 
modeltundra crewmax limited                                                                                                                                                        ** 
modeltundra crewmax sr5 4x4                                                                                                                                                        ***
modeltundra crewmax sr5 pickup                                                                                                                                                     ** 
modeltundra double cab limited                                                                                                                                                     *  
modeltundra double cab pickup                                                                                                                                                      *  
modeltundra double cab sr                                                                                                                                                          ** 
modeltundra limited                                                                                                                                                                *  
modeltundra limited double cab                                                                                                                                                     .  
modeltundra platinum crew max lifted on 37s                                                                                                                                        ***
modeltundra sr5                                                                                                                                                                       
modeltundra sr5 4x2 crewmax                                                                                                                                                        .  
modeltundra sr5 4x4 1/2 ton                                                                                                                                                        ** 
modeltundra sr5 5.7                                                                                                                                                                .  
modeltundra trd pro                                                                                                                                                                ***
modeltundra trd sport                                                                                                                                                              ***
modelUD 2000                                                                                                                                                                          
modeluplander cargo van                                                                                                                                                               
modelUtilimaster Step Van                                                                                                                                                          ***
modelux 250h sport utility 4d                                                                                                                                                         
modelv                                                                                                                                                                                
modelv60 cross country                                                                                                                                                                
modelv60 cross country t5                                                                                                                                                             
modelv70                                                                                                                                                                              
modelv70 xc cross country                                                                                                                                                             
modelvan                                                                                                                                                                              
modelvan 1987                                                                                                                                                                      *  
modelvanagon westfalia                                                                                                                                                             ***
modelvanagon/campmobile                                                                                                                                                            ***
modelvelar                                                                                                                                                                         ***
modelveloster                                                                                                                                                                         
modelveloster coupe 3d                                                                                                                                                                
modelveloster hatchback                                                                                                                                                               
modelveloster n coupe 3d                                                                                                                                                              
modelveloster value edition                                                                                                                                                           
modelventure                                                                                                                                                                       ***
modelventure minivan                                                                                                                                                                  
modelvenue sel sport utility                                                                                                                                                          
modelvenza                                                                                                                                                                            
modelvenza 5-door v6 sedan                                                                                                                                                            
modelvenza awd                                                                                                                                                                        
modelvenza le wagon 4d                                                                                                                                                                
modelvenza limited wagon 4d                                                                                                                                                           
modelvenza v6 awd                                                                                                                                                                     
modelvenza wagon 4d                                                                                                                                                                   
modelvenza xle awd                                                                                                                                                                    
modelveracruz limited                                                                                                                                                                 
modelverano                                                                                                                                                                           
modelversa                                                                                                                                                                            
modelversa 1.6 sv automatic                                                                                                                                                           
modelversa note                                                                                                                                                                       
modelversa note sv hatchback                                                                                                                                                          
modelversa sl                                                                                                                                                                         
modelversa sv                                                                                                                                                                         
modelvibe                                                                                                                                                                             
modelvibe 1.8l                                                                                                                                                                        
modelvibe gt                                                                                                                                                                          
modelVictory Kingpin                                                                                                                                                                  
modelvmi ♿                                                                                                                                                                           
modelvnl                                                                                                                                                                           ***
modelvnl 670                                                                                                                                                                       ***
modelvnm630                                                                                                                                                                        ***
modelVolkswagon Passat TDI GLS                                                                                                                                                        
modelvolskwagen tiguan                                                                                                                                                                
modelvolt                                                                                                                                                                             
modelvolt premium                                                                                                                                                                     
modelVOLVO* XC60*                                                                                                                                                                     
modelvt750c                                                                                                                                                                           
modelvue                                                                                                                                                                              
modelvue awd v6 2002                                                                                                                                                                  
modelvue xr suv                                                                                                                                                                       
modelw5500                                                                                                                                                                         ** 
modelwagon                                                                                                                                                                            
modelWATER TRUCK                                                                                                                                                                   ***
modelwillys cj-5                                                                                                                                                                   ***
modelwillys cj2a                                                                                                                                                                   ***
modelWILLYS MB                                                                                                                                                                     ***
modelwinnebago                                                                                                                                                                        
modelWorkhorse W42                                                                                                                                                                 ** 
modelWORKHORSE W42                                                                                                                                                                 *  
modelwrangler                                                                                                                                                                      *  
modelwrangler 2dr sport                                                                                                                                                               
modelwrangler all new rubicon                                                                                                                                                      *  
modelwrangler jk                                                                                                                                                                   *  
modelwrangler moab                                                                                                                                                                 ***
modelwrangler rubicon                                                                                                                                                              *  
modelwrangler rubicon sport                                                                                                                                                        .  
modelwrangler sahara                                                                                                                                                               .  
modelwrangler sahara sport                                                                                                                                                            
modelwrangler se                                                                                                                                                                      
modelwrangler se sport utility                                                                                                                                                        
modelwrangler sport                                                                                                                                                                   
modelwrangler sport 4x4 gas suv                                                                                                                                                       
modelwrangler sport rhd 1 owner                                                                                                                                                    .  
modelwrangler sport suv 2d                                                                                                                                                         .  
modelwrangler unlimi                                                                                                                                                               .  
modelwrangler unlimited                                                                                                                                                            ** 
modelwrangler unlimited 75th 4x4                                                                                                                                                   ** 
modelwrangler unlimited all new                                                                                                                                                    ** 
modelwrangler unlimited rubicon                                                                                                                                                    ** 
modelwrangler unlimited sahara                                                                                                                                                     ** 
modelwrangler unlimited sport                                                                                                                                                      ** 
modelwrangler unlimited x                                                                                                                                                             
modelwrangler x                                                                                                                                                                       
modelwrangler x sport utility                                                                                                                                                         
modelwranler yj                                                                                                                                                                    *  
modelwrx                                                                                                                                                                              
modelwrx limited                                                                                                                                                                      
modelwrx premium                                                                                                                                                                      
modelwrx premium sedan 4d                                                                                                                                                             
modelwrx sti                                                                                                                                                                          
modelwrx sti sedan 4d                                                                                                                                                              *  
modelx-type                                                                                                                                                                           
modelx1                                                                                                                                                                               
modelx1 sdrive28i                                                                                                                                                                     
modelx1 sdrive28i sport utility                                                                                                                                                       
modelx1 xdrive28i                                                                                                                                                                     
modelx1 xdrive28i awd                                                                                                                                                                 
modelx1 xdrive28i sport utility                                                                                                                                                       
modelx3                                                                                                                                                                               
modelx3 xdrive28i                                                                                                                                                                     
modelx3 xdrive30i sport utility                                                                                                                                                    *  
modelx3 xdrive35i                                                                                                                                                                     
modelx4                                                                                                                                                                               
modelx5                                                                                                                                                                               
modelx5 3.0 sport                                                                                                                                                                     
modelx5 3.0i awd                                                                                                                                                                      
modelx5 3.5i premium                                                                                                                                                                  
modelx5 4.4i                                                                                                                                                                          
modelx5 sdrive35i                                                                                                                                                                     
modelx5 xdrive35d                                                                                                                                                                     
modelx5 xdrive35i                                                                                                                                                                  .  
modelx5 xdrive35i awd luxury suv                                                                                                                                                      
modelx5 xdrive35i sport utility                                                                                                                                                    *  
modelx5 xdrive40i sport utility                                                                                                                                                    ***
modelx5 xdrive48i                                                                                                                                                                     
modelx5 xdrive50i                                                                                                                                                                     
modelx5 xdrive50i sport utility                                                                                                                                                    ***
modelx6                                                                                                                                                                            .  
modelx6 351 x                                                                                                                                                                      ***
modelx6 xdrive35i                                                                                                                                                                  ** 
modelx6 xdrive35i sport utility                                                                                                                                                    ** 
modelxc350l                                                                                                                                                                           
modelxc40                                                                                                                                                                             
modelxc40 t5 momentum sport                                                                                                                                                        .  
modelxc60                                                                                                                                                                             
modelxc60 3.2                                                                                                                                                                         
modelxc60 3.2 awd                                                                                                                                                                     
modelxc60 t5 drive-e premier                                                                                                                                                          
modelxc60 t5 dynamic sport                                                                                                                                                            
modelxc60 t5 momentum sport                                                                                                                                                        .  
modelxc60 t6 inscription sport                                                                                                                                                     *  
modelxc60 t6 platinum sport                                                                                                                                                           
modelxc70 t6 platinum awd                                                                                                                                                             
modelxc90                                                                                                                                                                             
modelxc90 3.2 awd                                                                                                                                                                     
modelxc90 t5 momentum sport                                                                                                                                                        .  
modelxc90 t6 all services up to date                                                                                                                                                  
modelxc90 t6 momentum sport                                                                                                                                                        ** 
modelxc90 t8 inscription                                                                                                                                                              
modelxe 20d sedan 4d                                                                                                                                                                  
modelxe 25t premium sedan 4d                                                                                                                                                          
modelxe 35t r-sport sedan 4d                                                                                                                                                          
modelxf                                                                                                                                                                            ** 
modelxf 20d premium sedan 4d                                                                                                                                                          
modelxf 35t premium sedan 4d                                                                                                                                                          
modelxf portfolio sedan 4d                                                                                                                                                            
modelxj                                                                                                                                                                               
modelxj sedan 4d                                                                                                                                                                      
modelxj xjl portfolio sedan 4d                                                                                                                                                     *  
modelxj-series                                                                                                                                                                     *  
modelxj8                                                                                                                                                                              
modelxjr supercharged                                                                                                                                                                 
modelxk8 convertible v8                                                                                                                                                               
modelxlr                                                                                                                                                                              
modelxt4                                                                                                                                                                           *  
modelxt4 premium luxury                                                                                                                                                               
modelxt4 sport suv 4d                                                                                                                                                              *  
modelxt5                                                                                                                                                                              
modelxt5 luxury                                                                                                                                                                    ***
modelxt5 luxury sport                                                                                                                                                                 
modelxt5 premium luxury                                                                                                                                                            *  
modelxt5 sport suv 4d                                                                                                                                                              ***
modelxt5 sport utility 4d                                                                                                                                                             
modelxt6                                                                                                                                                                           ** 
modelxterra                                                                                                                                                                           
modelxterra 4x4                                                                                                                                                                       
modelxterra off- road 4x4                                                                                                                                                             
modelxterra s                                                                                                                                                                         
modelxterra s sport utility 4d                                                                                                                                                        
modelxts                                                                                                                                                                              
modelxts luxury collection                                                                                                                                                            
modelxts luxury sedan 4d                                                                                                                                                              
modelxv crosstrek                                                                                                                                                                     
modelxv crosstrek 2.0i premium                                                                                                                                                        
modelxv crosstrek awd limited                                                                                                                                                         
modelxv crosstrek premium                                                                                                                                                             
modelYAMAHA FZ09C                                                                                                                                                                     
modelyaris                                                                                                                                                                            
modelyaris hatchback                                                                                                                                                                  
modelyaris ia sedan 4d                                                                                                                                                                
modelyaris l                                                                                                                                                                          
modelyj wrangler                                                                                                                                                                      
modelyukon                                                                                                                                                                         *  
modelyukon 4x4                                                                                                                                                                        
modelyukon denali                                                                                                                                                                     
modelyukon denali awd                                                                                                                                                                 
modelyukon denali sport utility                                                                                                                                                    .  
modelyukon denali xl                                                                                                                                                                  
modelyukon sle 4wd                                                                                                                                                                    
modelyukon slt                                                                                                                                                                        
modelyukon slt sport utility 4d                                                                                                                                                    ***
modelyukon xl                                                                                                                                                                      .  
modelyukon xl 1500 3rd row seat                                                                                                                                                       
modelyukon xl 2500 4wd                                                                                                                                                             *  
modelyukon xl 2500 slt                                                                                                                                                                
modelyukon xl denali                                                                                                                                                                  
modelyukon xl denali awd                                                                                                                                                              
modelyukon xl slt                                                                                                                                                                  ** 
modelz3 roadster                                                                                                                                                                      
modelz4 3.0i 3.0i                                                                                                                                                                     
modelz4 sdrive28i roadster 2d                                                                                                                                                      .  
modelz4 sdrive35is roadster 2d                                                                                                                                                     ** 
modelzephyr                                                                                                                                                                           
odometer                                                                                                                                                                           ***
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 6060 on 5535 degrees of freedom
Multiple R-squared:  0.8547,    Adjusted R-squared:  0.7741 
F-statistic:  10.6 on 3072 and 5535 DF,  p-value: < 0.00000000000000022

This model employs a Best Subsets Regression approach to explore various combinations of predictors for estimating the vehicle price. The table displays different models with an increasing number of predictors. For instance, Model 1 considers only the ‘model’ variable, while Model 3 involves a combination of ‘year,’ ‘model,’ and ‘odometer,’ variables. The evaluation metrics provide insights into the models’ performance. Notably, the R-squared values indicate the proportion of variation in price that can be explained by the model. In the case of Model 3, the Adjusted R-squared reaches 0.7741, suggesting a good fit. The variables for this model were selected based on the previous linear model. We noticed that adding the ‘model’ variable contributes to the drastic increase of the R-squared value as well as the Adjusted R-squared value, which may suggest that it is misleading due to its high number of values, some of which may be typos or irrelevant data.

Manual Model


Call:
lm(formula = price ~ year + odometer + condition + type + drive, 
    data = dfTiny)

Residuals:
   Min     1Q Median     3Q    Max 
-23795  -5052  -1439   3210  82887 

Coefficients:
                        Estimate     Std. Error t value             Pr(>|t|)
(Intercept)       -629089.525839   31722.498776 -19.831 < 0.0000000000000002
year                  324.990329      15.586908  20.850 < 0.0000000000000002
odometer               -0.061840       0.001993 -31.033 < 0.0000000000000002
conditionfair       -5088.179634     922.495095  -5.516         0.0000000371
conditiongood        1609.639198     319.299250   5.041         0.0000004845
conditionlike new     832.587642     557.143563   1.494              0.13516
conditionnew         7693.371511    1942.962984   3.960         0.0000764581
conditionsalvage    -5436.222889    2813.951647  -1.932              0.05345
typeconvertible      2509.523272    4038.490215   0.621              0.53437
typecoupe            2320.607755    3984.306054   0.582              0.56031
typehatchback       -2096.613821    4009.026840  -0.523              0.60102
typemini-van         -818.383297    4089.132010  -0.200              0.84138
typeoffroad          5413.281991    4857.735414   1.114              0.26519
typeother            5704.998756    4026.533453   1.417              0.15661
typepickup           5523.869971    3989.276436   1.385              0.16623
typesedan           -1957.242585    3967.107104  -0.493              0.62178
typeSUV             -1489.011866    3974.561459  -0.375              0.70795
typetruck            5419.337217    3979.258123   1.362              0.17331
typevan               591.827995    4066.188433   0.146              0.88429
typewagon           -2993.401684    4042.982109  -0.740              0.45911
drivefwd            -6169.233384     426.809701 -14.454 < 0.0000000000000002
driverwd             1254.919887     458.908411   2.735              0.00628
                     
(Intercept)       ***
year              ***
odometer          ***
conditionfair     ***
conditiongood     ***
conditionlike new    
conditionnew      ***
conditionsalvage  .  
typeconvertible      
typecoupe            
typehatchback        
typemini-van         
typeoffroad          
typeother            
typepickup           
typesedan            
typeSUV              
typetruck            
typevan              
typewagon            
drivefwd          ***
driverwd          ** 
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 8814 on 3771 degrees of freedom
  (5077 observations deleted due to missingness)
Multiple R-squared:  0.487, Adjusted R-squared:  0.4842 
F-statistic: 170.5 on 21 and 3771 DF,  p-value: < 0.00000000000000022

Compared to the Machine Learning model and the previous linear regression models generated, we tried to use minimal variables to gain a Multiple R-Squared value above 40%. As we learned from the Machine Learning Model as well as previous models, the variables manufacturer and model had lots of values that inaccurately inflated the Multiple R-Squared and Adjusted R-Squared values. So, when constructing the final model, we decided to omit these variables. Additionally, based on our previous graphs, we saw that year, odometer, condition, type, and drive all had an impact on the price of a vehicle listed.

Summary

To aid in choosing the variables for the models, we analyzed the visualizations from Milestone 2 that compared a variable vs. its effect or relationship with the price of the vehicles. As seen from the violin plot for Drive vs. Price, it can be clearly seen that the drive of the vehicle affects the price. For example, based on the density in each of the plots, vehicles in the 4wd and rwd categories are of similar prices and are higher than the prices of vehicles in the fwd category. Due to this pattern, we decided to include drive as a variable in one of our linear models. Similar to this, we also noticed a relationship between the size of the vehicle and the price of the vehicle, as demonstrated by the boxplots in Milestone 2. For example, median price of cars in the compact category are less than the median prices of the full-size, mid-size, and sub-compact categories. The full-size category has the highest maximum value, with mid-size following after, suggesting that the price increases as the vehicle size increases. This made it reasonable to include size as a variable in one of our linear models as well. Additionally, the Condition vs. Price bar graph shows a possible relationship between the condition and the listing price of the car. The better condition cars have higher prices, thus, it would be safe to assume that this is a decent variable to include in the model. Finally, the last visualization that helped in picking variables was the Price vs. Year labeled scatter plot. As the years increased, there was a higher density as the price increased as well. So we decided that year was one of the main influencing variables.

In trial 1 of Linear Model 1, the adjusted R-squared value was fairly low since we omitted some of the variables we saw in the visualizations. After adding variables such as size, drive, odometer, and fuel into the model in trial 2, the adjusted R-squared value increased, showing how these variables have more of an impact on the price.

In trial 1 of Linear Model 2, we decided to omit condition because we noticed that in the visualization, the prices of the “good” condition were higher than those of the “excellent” condition, which suggested that this may be influenced by the amount of cars in each category. We replaced this with drive, which yielded a better, but still low value compared to trial 1 of Linear Model 1. We included factors like paint_color and the vehicle condition in trial 2 because these variables show true correspondence between one another and the numbers compared to stats on manufacturing or even year for the vehicles. It seems as though adding paint color helped increase the adjusted r-squared value of the model, as trial 2 yielded a higher value.

In the Machine Learning Model, we included the variables that we believed would have a significant impact compared to the rest of the variables in a subset. These variables were selected based on linear model 2, trial 2, in particular due to its high adjusted R-squared and multiple R-squared values, in addition to the graphs made in the previous milestone. Using this approach, the optimal combination of variables is displayed. Based on the results of the Machine Learning Model, we decided to omit inaccurate variables such as manufacturer and model to see if the model would be better. We also added variables from previous models, ultimately resulting in a higher Multiple R-squared value without having too many variables.

Regression Diagnostics

Diagnostic Plots

The first diagnostic plot is a Residuals vs. Fitted plot which is used to assess the goodness-of-fit of a linear regression model. It helps to identify patterns or trends in the residuals, which are the differences between the observed and predicted values. This plot was generated based on the model that used the variables year, odometer, condition, and type to predict the dependent variable ‘price’ in the dataset. As seen in this plot, most of the residuals are clumped from the fitted values of -10000 to 30000 and are funneling outwards, showing a discernible pattern in the data. This concentration of residuals within a specific range may suggest that the linear relationship between the predictors (year, odometer, condition, and type) and the dependent variable ‘price’ might not be fully captured. Additionally, there are significant outliers present in the model, represented by the points such as 613, 9141, and 3263. These outliers could be having an impact on the overall model. In this plot, the residuals are also not spread evenly across all levels of the fitted values, suggesting heteroscedasticity.

The second plot, a Q-Q plot, is a Standardized residuals vs Theoretical Quantiles diagnostic plot. In the Q-Q plot, the x-axis represents the theoretical quantiles from a standard normal distribution. The y-axis represents the standardized residuals, which are the residuals scaled by their standard deviation. This plot was generated based on the model that used the variables year, odometer, condition, and type to predict the dependent variable ‘price’ in the dataset. Overall, we can see that the residuals slightly follow the line, but start to curve upwards. Since the residuals do not exactly fall on or follow the line in the plot, this suggests that there is not a normal distribution. rather, there may be a slight right skew due to the residuals being upturned towards the theoretical quantile of 2.

The third diagnostic plot is a Scale-Location plot which is used to assess whether residuals are spread equally along the ranges of input variables. By doing this, it helps diagnose heteroscedasticity. This plot was generated based on the model that used the variables year, odometer, condition, and type to predict the dependent variable ‘price’ in the dataset. As seen in this plot, most of the residuals are clumped from the fitted values of 0 to 30000, showing a discernible pattern in the data. This concentration of residuals within a specific range may suggest that the linear relationship between the predictors (year, odometer, condition, and type) and the dependent variable ‘price’ might not be fully captured. Overall, the red line is not approximately horizontal, indicating that there is some variability in the standardized residuals. Furthermore, the spread of the points around the red line shows a pattern, also suggesting heteroscedasticity.

The last diagnostic plot is a Residuals vs Leverage plot that reflects influential points to help us remove unwanted diagnostics. The plot has been generated based on the variables year, odometer, condition, type, and drive in determination to solve for price. The residuals show the difference between the observed and predicted values that results in standardized deviation. The leverage shows ideals between the coefficients. High leverage points are also observed with the extreme values on its predictors, within this specific diagnostic plot it shows an influential point having a higher leverage that strongly affects the standardized residuals. Some influential points that may have to be removed are 3750, 5141, and 3263.


Call:
lm(formula = price ~ year + odometer + condition + type + drive)

Residuals:
   Min     1Q Median     3Q    Max 
-23795  -5052  -1439   3210  82887 

Coefficients:
                        Estimate     Std. Error t value             Pr(>|t|)
(Intercept)       -629089.525839   31722.498776 -19.831 < 0.0000000000000002
year                  324.990329      15.586908  20.850 < 0.0000000000000002
odometer               -0.061840       0.001993 -31.033 < 0.0000000000000002
conditionfair       -5088.179634     922.495095  -5.516         0.0000000371
conditiongood        1609.639198     319.299250   5.041         0.0000004845
conditionlike new     832.587642     557.143563   1.494              0.13516
conditionnew         7693.371511    1942.962984   3.960         0.0000764581
conditionsalvage    -5436.222889    2813.951647  -1.932              0.05345
typeconvertible      2509.523272    4038.490215   0.621              0.53437
typecoupe            2320.607755    3984.306054   0.582              0.56031
typehatchback       -2096.613821    4009.026840  -0.523              0.60102
typemini-van         -818.383297    4089.132010  -0.200              0.84138
typeoffroad          5413.281991    4857.735414   1.114              0.26519
typeother            5704.998756    4026.533453   1.417              0.15661
typepickup           5523.869971    3989.276436   1.385              0.16623
typesedan           -1957.242585    3967.107104  -0.493              0.62178
typeSUV             -1489.011866    3974.561459  -0.375              0.70795
typetruck            5419.337217    3979.258123   1.362              0.17331
typevan               591.827995    4066.188433   0.146              0.88429
typewagon           -2993.401684    4042.982109  -0.740              0.45911
drivefwd            -6169.233384     426.809701 -14.454 < 0.0000000000000002
driverwd             1254.919887     458.908411   2.735              0.00628
                     
(Intercept)       ***
year              ***
odometer          ***
conditionfair     ***
conditiongood     ***
conditionlike new    
conditionnew      ***
conditionsalvage  .  
typeconvertible      
typecoupe            
typehatchback        
typemini-van         
typeoffroad          
typeother            
typepickup           
typesedan            
typeSUV              
typetruck            
typevan              
typewagon            
drivefwd          ***
driverwd          ** 
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 8814 on 3771 degrees of freedom
  (5077 observations deleted due to missingness)
Multiple R-squared:  0.487, Adjusted R-squared:  0.4842 
F-statistic: 170.5 on 21 and 3771 DF,  p-value: < 0.00000000000000022

The Multiple R-squared value (0.487) represents the proportion of the variance in the dependent variable (price) that is explained by the independent variables (year, odometer, condition, type, drive). In this case, approximately 48.7% of the variability in price is accounted for by the model. The Adjusted R-squared value (0.4842) is a modified version of the R-squared that adjusts for the number of predictors in the model. It penalizes the inclusion of unnecessary variables. The adjusted R-squared is slightly lower than the multiple R-squared in this case. The F-statistic (170.5) is a measure of the overall significance of the model. It assesses whether at least one predictor variable has a non-zero coefficient in the population. A higher F-statistic suggests that the model is statistically significant. The p-value associated with the F-statistic is less than 0.00000000000000022. This very small p-value provides evidence against the null hypothesis that all the regression coefficients are zero. In other words, it suggests that the overall model is statistically significant.

Breusch-Pagan Test

Loading required package: zoo

Attaching package: 'zoo'
The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

    studentized Breusch-Pagan test

data:  manual_model
BP = 441.25, df = 21, p-value < 0.00000000000000022

The studentized Breusch-Pagan test was conducted on the linear regression model (manual_model) to assess the presence of heteroscedasticity. The test yielded a test statistic (BP) of 278.04 with 21 degrees of freedom, resulting in an extremely small p-value of less than 0.00000000000000022. This exceptionally low p-value provides strong evidence against the null hypothesis of homoscedasticity, indicating that the variance of the residuals is not constant across all levels of the independent variables. In practical terms, this implies that the spread of errors in the model significantly varies, violating the assumption of homoscedasticity.

Conclusion

The initial VehiclesTiny dataset, derived from Craigslist listings, underwent a meticulous cleaning process, omitting irrelevant columns and applying price filters. Statistical analysis revealed intriguing patterns and insights into the characteristics of the listed vehicles. The dataset spans a diverse range of regions, manufacturers, models, conditions, fuel types, and other features. Notably, the average car price is $19,073, with a substantial price range from $1,050 to $75,995. The average odometer reading is 96,065 miles, indicating a varied history of vehicle usage. Categorically, most cars are in excellent, fair, or good condition, with luxury brands predominantly falling into the good category. Gasoline remains the primary fuel type across vehicle categories, and a detailed contingency table showcases this distribution. Geographically, California lists the highest number of vehicles (1,035), while North Dakota lists the fewest (8). The dataset’s color distribution highlights a prevalence of neutral colors like black, blue, grey, red, silver, and white, with white being the most listed color (1,614 cars). Over the years, car listings have gradually increased, peaking at 728 cars in 2017. Visualizations, including violin plots, scatterplots, and boxplots, shed light on relationships between variables like drive type, year, odometer readings, car size, and their impact on prices. Linear models were developed to predict prices based on various features, and diagnostic plots were employed to assess model validity, revealing potential issues such as heteroscedasticity and influential points. The dataset analysis incorporated the development of linear models to elucidate the relationships between key variables and vehicle prices. Two primary linear models were explored. In the first model, factors such as year, odometer readings, condition, and vehicle type were utilized to predict prices. The initial adjusted R-squared value was relatively low, indicating a need for additional variables. Upon incorporating size, drive type, and fuel into the model, the adjusted R-squared value increased significantly, emphasizing the impact of these factors on vehicle prices. The second model substituted condition with drive type, resulting in a slightly improved adjusted R-squared value compared to the first trial. However, the inclusion of additional variables like paint color and vehicle condition in the second trial further enhanced the adjusted R-squared value. The machine learning model then selected a subset of variables based on the optimal combination identified in Linear Model 2, Trial 2. The model showcased a higher Multiple R-squared value without introducing unnecessary variables, highlighting the efficacy of this refined approach. Diagnostic plots were employed to assess the goodness-of-fit, normality of residuals, heteroscedasticity, and influential points, offering insights into the reliability of the developed models. Despite challenges like outliers and potential heteroscedasticity, the linear models provided valuable predictive capabilities, contributing to a comprehensive understanding of the intricate dynamics within the used car market.